Searched defs:cpx (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h1883 static void nsvg__pathMoveTo(NSVGparser* p, float* cpx, float* cpy, float* args, int rel) argument
1895 static void nsvg__pathLineTo(NSVGparser* p, float* cpx, float* cpy, float* args, int rel) argument
1907 static void nsvg__pathHLineTo(NSVGparser* p, float* cpx, float* cpy, float* args, int rel) argument
1916 nsvg__pathVLineTo(NSVGparser* p, float* cpx, float* cpy, float* args, int rel) argument
1925 nsvg__pathCubicBezTo(NSVGparser* p, float* cpx, float* cpy, float* cpx2, float* cpy2, float* args, int rel) argument
1954 nsvg__pathCubicBezShortTo(NSVGparser* p, float* cpx, float* cpy, float* cpx2, float* cpy2, float* args, int rel) argument
1984 nsvg__pathQuadBezTo(NSVGparser* p, float* cpx, float* cpy, float* cpx2, float* cpy2, float* args, int rel) argument
2018 nsvg__pathQuadBezShortTo(NSVGparser* p, float* cpx, float* cpy, float* cpx2, float* cpy2, float* args, int rel) argument
2067 nsvg__pathArcTo(NSVGparser* p, float* cpx, float* cpy, float* args, int rel) argument
2190 float cpx, cpy, cpx2, cpy2; local
[all...]

Completed in 43 milliseconds