Home
last modified time | relevance | path

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

/external/skqp/tests/
DPathOpsQuadLineIntersectionThreadedTest.cpp96 for (int tIndex = 0; tIndex <= 4; ++tIndex) { in testQuadLineIntersectMain() local
97 SkDPoint xy = quad.ptAtT(tIndex / 4.0); in testQuadLineIntersectMain()
DPathOpsConicIntersectionTest.cpp145 for (int tIndex = 0; tIndex < chops; ++tIndex) { in writeDPng() local
146 SkDConic chopped = dConic.subDivide(tIndex / (double) chops, in writeDPng()
147 (tIndex + 1) / (double) chops); in writeDPng()
/external/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()
/external/skqp/tools/bookmaker/
DtextParser.h484 size_t tIndex = 0; in startsWith() local
487 while (oIndex < oLen && tIndex < tLen) { in startsWith()
488 bool tSpace = ' ' >= fChar[tIndex]; in startsWith()
495 ++tIndex; in startsWith()
496 } while (tIndex < tLen && ' ' >= fChar[tIndex]); in startsWith()
502 if (fChar[tIndex] != str[oIndex]) { in startsWith()
505 ++tIndex; in startsWith()
/external/OpenCL-CTS/test_conformance/spir/
Drun_services.cpp547 int tIndex = 0; in parseLine() local
559 (*dr)[tIndex++] = token; in parseLine()
568 (*dr)[tIndex] = token; in parseLine()
570 assert(tIndex && "empty data row??"); in parseLine()
/external/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.cpp231 int tIndex = (tBase - 1) & ((1 << tBits) - 1); in get_t_guess() local
232 t += t * 2 * tIndex; in get_t_guess()
DSkPathOpsTSect.cpp1085 for (int tIndex = 0; tIndex < thisRayI.used(); ++tIndex) { in linesIntersect() local
1087 ptMatches += thisRayI.pt(tIndex).approximatelyEqual(thisLine.fPts[lIndex]); in linesIntersect()
/external/skqp/src/pathops/
DSkIntersections.h198 void set(bool swap, int tIndex, double t) { in set() argument
199 fT[(int) swap][tIndex] = t; in set()
DSkPathOpsWinding.cpp231 int tIndex = (tBase - 1) & ((1 << tBits) - 1); in get_t_guess() local
232 t += t * 2 * tIndex; in get_t_guess()
DSkPathOpsTSect.cpp1085 for (int tIndex = 0; tIndex < thisRayI.used(); ++tIndex) { in linesIntersect() local
1087 ptMatches += thisRayI.pt(tIndex).approximatelyEqual(thisLine.fPts[lIndex]); in linesIntersect()
/external/skqp/samplecode/
DSampleAAGeometry.cpp1152 for (int tIndex = 0; tIndex < tMaxCount; ++tIndex) { in draw_bisects() local
1153 if (0 >= tMax[tIndex] || tMax[tIndex] >= 1) { in draw_bisects()
1158 SkEvalCubicAt(pts, tMax[tIndex], &maxPt, &tangent, nullptr); in draw_bisects()
/external/skia/samplecode/
DSampleAAGeometry.cpp1076 for (int tIndex = 0; tIndex < tMaxCount; ++tIndex) { in draw_bisects() local
1077 if (0 >= tMax[tIndex] || tMax[tIndex] >= 1) { in draw_bisects()
1082 SkEvalCubicAt(pts, tMax[tIndex], &maxPt, &tangent, nullptr); in draw_bisects()