Searched refs: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
1886 *cpx += args[0];
1889 *cpx = args[0];
1892 nsvg__moveTo(p, *cpx, *cpy);
1895 static void nsvg__pathLineTo(NSVGparser* p, float* cpx, float* cpy, float* args, int rel) argument
1898 *cpx += args[0];
1901 *cpx = args[0];
1904 nsvg__lineTo(p, *cpx, *cpy);
1907 static void nsvg__pathHLineTo(NSVGparser* p, float* cpx, float* cpy, float* args, int rel) argument
1910 *cpx
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 68 milliseconds