Searched refs:cy1 (Results 1 – 2 of 2) sorted by relevance
/haiku/src/libs/agg/src/ |
H A D | agg_bezier_arc.cpp | 188 double cy1 = coef * -((ry * x1) / rx); 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() 201 double uy = (y1 - cy1) / ry; in init() 203 double vy = (-y1 - cy1) / ry; 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 1932 cy1 = *cpy + args[1]; in nsvg__pathCubicBezTo() 1939 cy1 = args[1]; 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 1974 cy1 = 2*y1 - *cpy2; 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 2006 cy1 = y1 + 2.0f/3.0f*(cy - y1); in nsvg__pathQuadBezTo() 2010 nsvg__cubicBezTo(p, cx1,cy1, cx2,cy2, x2,y2); in nsvg__pathQuadBezTo() [all …]
|