Searched refs:tanx (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 2170 nsvg__xformVec(&tanx, &tany, -dy*rx * kappa, dx*ry * kappa, t); // tangent in nsvg__pathArcTo() 2172 nsvg__cubicBezTo(p, px+ptanx,py+ptany, x-tanx, y-tany, x, y); in nsvg__pathArcTo() 2175 ptanx = tanx; in nsvg__pathArcTo()
|