Home
last modified time | relevance | path

Searched refs:tIndex (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/tests/
DPathOpsQuadLineIntersectionThreadedTest.cpp96 for (int tIndex = 0; tIndex <= 4; ++tIndex) { in testQuadLineIntersectMain() local
97 SkDPoint xy = quad.ptAtT(tIndex / 4.0); in testQuadLineIntersectMain()
DPathOpsConicIntersectionTest.cpp144 for (int tIndex = 0; tIndex < chops; ++tIndex) { in writeDPng() local
145 SkDConic chopped = dConic.subDivide(tIndex / (double) chops, in writeDPng()
146 (tIndex + 1) / (double) chops); in writeDPng()
/third_party/skia/src/pathops/
DSkIntersections.h198 void set(bool swap, int tIndex, double t) { in set() argument
199 fT[(int) swap][tIndex] = t; in set()
DSkPathOpsWinding.cpp232 int tIndex = (tBase - 1) & ((1 << tBits) - 1); in get_t_guess() local
233 t += t * 2 * tIndex; in get_t_guess()
DSkPathOpsTSect.cpp1086 for (int tIndex = 0; tIndex < thisRayI.used(); ++tIndex) { in linesIntersect() local
1088 ptMatches += thisRayI.pt(tIndex).approximatelyEqual(thisLine.fPts[lIndex]); in linesIntersect()