Searched refs:cx1 (Results 1 – 2 of 2) sorted by relevance
/haiku/src/libs/agg/src/ |
H A D | agg_bezier_arc.cpp | 187 double cx1 = coef * ((rx * y1) / ry); in init() local 195 double cx = sx2 + (cos_a * cx1 - sin_a * cy1); in init() 196 double cy = sy2 + (sin_a * cx1 + cos_a * cy1); in init() 200 double ux = (x1 - cx1) / rx; in init() 202 double vx = (-x1 - cx1) / rx; in init()
|
/haiku/src/apps/icon-o-matic/import_export/svg/ |
H A D | nanosvg.h | 1928 float x2, y2, cx1, cy1, cx2, cy2; in nsvg__pathCubicBezTo() local 1931 cx1 = *cpx + args[0]; in nsvg__pathCubicBezTo() 1938 cx1 = args[0]; in nsvg__pathCubicBezTo() 1946 nsvg__cubicBezTo(p, cx1,cy1, cx2,cy2, x2,y2); in nsvg__pathCubicBezTo() 1957 float x1, y1, x2, y2, cx1, cy1, cx2, cy2; in nsvg__pathCubicBezShortTo() local 1973 cx1 = 2*x1 - *cpx2; in nsvg__pathCubicBezShortTo() 1976 nsvg__cubicBezTo(p, cx1,cy1, cx2,cy2, x2,y2); in nsvg__pathCubicBezShortTo() 1988 float cx1, cy1, cx2, cy2; in nsvg__pathQuadBezTo() local 2005 cx1 = x1 + 2.0f/3.0f*(cx - x1); in nsvg__pathQuadBezTo() 2010 nsvg__cubicBezTo(p, cx1,cy1, cx2,cy2, x2,y2); in nsvg__pathQuadBezTo() [all …]
|