Lines Matching refs:nsvg__cubicBezTo

732 static void nsvg__cubicBezTo(NSVGparser* p, float cpx1, float cpy1, float cpx2, float cpy2, float x…  in nsvg__cubicBezTo()  function
1962 nsvg__cubicBezTo(p, cx1,cy1, cx2,cy2, x2,y2); in nsvg__pathCubicBezTo()
1992 nsvg__cubicBezTo(p, cx1,cy1, cx2,cy2, x2,y2); in nsvg__pathCubicBezShortTo()
2026 nsvg__cubicBezTo(p, cx1,cy1, cx2,cy2, x2,y2); in nsvg__pathQuadBezTo()
2059 nsvg__cubicBezTo(p, cx1,cy1, cx2,cy2, x2,y2); in nsvg__pathQuadBezShortTo()
2193 nsvg__cubicBezTo(p, px+ptanx,py+ptany, x-tanx, y-tany, x, y); in nsvg__pathArcTo()
2388 nsvg__cubicBezTo(p, x+w-rx*(1-NSVG_KAPPA90), y, x+w, y+ry*(1-NSVG_KAPPA90), x+w, y+ry); in nsvg__parseRect()
2390 nsvg__cubicBezTo(p, x+w, y+h-ry*(1-NSVG_KAPPA90), x+w-rx*(1-NSVG_KAPPA90), y+h, x+w-rx, y+h); in nsvg__parseRect()
2392 nsvg__cubicBezTo(p, x+rx*(1-NSVG_KAPPA90), y+h, x, y+h-ry*(1-NSVG_KAPPA90), x, y+h-ry); in nsvg__parseRect()
2394 nsvg__cubicBezTo(p, x, y+ry*(1-NSVG_KAPPA90), x+rx*(1-NSVG_KAPPA90), y, x+rx, y); in nsvg__parseRect()
2422 nsvg__cubicBezTo(p, cx+r, cy+r*NSVG_KAPPA90, cx+r*NSVG_KAPPA90, cy+r, cx, cy+r); in nsvg__parseCircle()
2423 nsvg__cubicBezTo(p, cx-r*NSVG_KAPPA90, cy+r, cx-r, cy+r*NSVG_KAPPA90, cx-r, cy); in nsvg__parseCircle()
2424 nsvg__cubicBezTo(p, cx-r, cy-r*NSVG_KAPPA90, cx-r*NSVG_KAPPA90, cy-r, cx, cy-r); in nsvg__parseCircle()
2425 nsvg__cubicBezTo(p, cx+r*NSVG_KAPPA90, cy-r, cx+r, cy-r*NSVG_KAPPA90, cx+r, cy); in nsvg__parseCircle()
2455 nsvg__cubicBezTo(p, cx+rx, cy+ry*NSVG_KAPPA90, cx+rx*NSVG_KAPPA90, cy+ry, cx, cy+ry); in nsvg__parseEllipse()
2456 nsvg__cubicBezTo(p, cx-rx*NSVG_KAPPA90, cy+ry, cx-rx, cy+ry*NSVG_KAPPA90, cx-rx, cy); in nsvg__parseEllipse()
2457 nsvg__cubicBezTo(p, cx-rx, cy-ry*NSVG_KAPPA90, cx-rx*NSVG_KAPPA90, cy-ry, cx, cy-ry); in nsvg__parseEllipse()
2458 nsvg__cubicBezTo(p, cx+rx*NSVG_KAPPA90, cy-ry, cx+rx, cy-ry*NSVG_KAPPA90, cx+rx, cy); in nsvg__parseEllipse()