Searched refs:inflectionTs (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsCubic.cpp255 double inflectionTs[2]; local
256 int infTCount = cubic.findInflections(inflectionTs);
264 SkDebugf("inflectionsTs[%d]=%1.9g ", index, inflectionTs[index]);
265 SkDPoint pt = cubic.ptAtT(inflectionTs[index]);
266 SkDVector dPt = cubic.dxdyAtT(inflectionTs[index]);
279 if (between(inflectionTs[0], maxCurvature[index], inflectionTs[1])) {
286 *t = inflectionTs[0];

Completed in 92 milliseconds