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

/external/chromium_org/third_party/skia/src/pathops/
H A DSkDQuadIntersection.cpp152 const SkDLine* testLines[] = { &line, (const SkDLine*) &hull[0], (const SkDLine*) &hull[1] }; local
153 const size_t kTestCount = SK_ARRAY_COUNT(testLines);
158 int roots = rootTs.intersect(q2, *testLines[index]);
166 SkDPoint lPt = testLines[index]->ptAtT(rootTs[1][idx2]);
/external/skia/src/pathops/
H A DSkDQuadIntersection.cpp152 const SkDLine* testLines[] = { &line, (const SkDLine*) &hull[0], (const SkDLine*) &hull[1] }; local
153 const size_t kTestCount = SK_ARRAY_COUNT(testLines);
158 int roots = rootTs.intersect(q2, *testLines[index]);
166 SkDPoint lPt = testLines[index]->ptAtT(rootTs[1][idx2]);
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticImplicit.cpp161 const _Line* testLines[] = { &line, (const _Line*) &hull[0], (const _Line*) &hull[1] }; local
162 size_t testCount = sizeof(testLines) / sizeof(testLines[0]);
166 int roots = intersect(q2, *testLines[index], rootTs);
172 xy_at_t(*testLines[index], rootTs.fT[1][idx2], lPt.x, lPt.y);
H A DSimplifyAngle_Test.cpp109 static void testLines(bool testFlat) {
317 testLines,
/external/skia/experimental/Intersection/
H A DQuadraticImplicit.cpp161 const _Line* testLines[] = { &line, (const _Line*) &hull[0], (const _Line*) &hull[1] }; local
162 size_t testCount = sizeof(testLines) / sizeof(testLines[0]);
166 int roots = intersect(q2, *testLines[index], rootTs);
172 xy_at_t(*testLines[index], rootTs.fT[1][idx2], lPt.x, lPt.y);
H A DSimplifyAngle_Test.cpp109 static void testLines(bool testFlat) {
317 testLines,

Completed in 618 milliseconds