Searched refs:tIndex (Results 1 – 5 of 5) sorted by relevance
96 for (int tIndex = 0; tIndex <= 4; ++tIndex) { in testQuadLineIntersectMain() local97 SkDPoint xy = quad.ptAtT(tIndex / 4.0); in testQuadLineIntersectMain()
144 for (int tIndex = 0; tIndex < chops; ++tIndex) { in writeDPng() local145 SkDConic chopped = dConic.subDivide(tIndex / (double) chops, in writeDPng()146 (tIndex + 1) / (double) chops); in writeDPng()
198 void set(bool swap, int tIndex, double t) { in set() argument199 fT[(int) swap][tIndex] = t; in set()
232 int tIndex = (tBase - 1) & ((1 << tBits) - 1); in get_t_guess() local233 t += t * 2 * tIndex; in get_t_guess()
1086 for (int tIndex = 0; tIndex < thisRayI.used(); ++tIndex) { in linesIntersect() local1088 ptMatches += thisRayI.pt(tIndex).approximatelyEqual(thisLine.fPts[lIndex]); in linesIntersect()