Home
last modified time | relevance | path

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

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

Completed in 8 milliseconds