Searched refs:cpx2 (Results 1 – 1 of 1) sorted by relevance
/haiku/src/apps/icon-o-matic/import_export/svg/ |
H A D | nanosvg.h | 737 static void nsvg__cubicBezTo(NSVGparser* p, float cpx1, float cpy1, float cpx2, float cpy2, float x… in nsvg__cubicBezTo() argument 740 nsvg__addPoint(p, cpx2, cpy2); in nsvg__cubicBezTo() 1926 float* cpx2, float* cpy2, float* args, int rel) in nsvg__pathCubicBezTo() argument 1948 *cpx2 = cx2; in nsvg__pathCubicBezTo() 1955 float* cpx2, float* cpy2, float* args, int rel) in nsvg__pathCubicBezShortTo() argument 1973 cx1 = 2*x1 - *cpx2; in nsvg__pathCubicBezShortTo() 1978 *cpx2 = cx2; in nsvg__pathCubicBezShortTo() 1985 float* cpx2, float* cpy2, float* args, int rel) in nsvg__pathQuadBezTo() argument 2012 *cpx2 = cx; in nsvg__pathQuadBezTo() 2019 float* cpx2, float* cpy2, float* args, int rel) in nsvg__pathQuadBezShortTo() argument [all …]
|