Searched refs:ptany (Results 1 – 1 of 1) sorted by relevance
/haiku/src/apps/icon-o-matic/import_export/svg/ |
H A D | nanosvg.h | 2074 float x, y, tanx, tany, a, px = 0, py = 0, ptanx = 0, ptany = 0, t[6]; in nsvg__pathArcTo() local 2172 nsvg__cubicBezTo(p, px+ptanx,py+ptany, x-tanx, y-tany, x, y); in nsvg__pathArcTo() 2176 ptany = tany; in nsvg__pathArcTo()
|