Searched defs:curve2 (Results 1 – 4 of 4) sorted by relevance
231 SkPoint* curve2 = v2 != SkPath::kLine_Verb ? &pair[2] : cStorage[1]; in walk() local261 SkPoint* curve2 = v2 != SkPath::kLine_Verb ? pair[1].fPts : cStorage[1]; in walk() local
84 CubicCurveData curve2 = shapeData2.getCurves().get(i); in interpolateBetween() local
1307 curve1, curve2, precision=1e-3, range1=None, range2=None argument1378 def curveCurveIntersections(curve1, curve2): argument
866 static void curve2 (ENV &env, PARAM& param, in curve2() function