Searched refs:curve1 (Results 1 – 2 of 2) sorted by relevance
73 var curve1 = curves1[cIndex][curve1Key];75 assert(isArray(curve1));76 assert(curve0.length == curve1.length);78 for (var i = 0; i < curve1.length; ++i) {79 outArray[i] = curve0[i] + (curve1[i] - curve0[i]) * value;
215 SkPoint* curve1 = v1 == SkPath::kCubic_Verb ? &cubicPair[0] : cStorage[0]; in walk() local218 force_small_to_zero(&curve1[index]); in walk()223 fCurrentContour->addCurve(v1, curve1, fAllocator); in walk()