OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testLines
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkDQuadIntersection.cpp
153
const SkDLine*
testLines
[] = { &line, (const SkDLine*) &hull[0], (const SkDLine*) &hull[1] };
154
const size_t kTestCount = SK_ARRAY_COUNT(
testLines
);
159
int roots = rootTs.intersect(q2, *
testLines
[index]);
164
SkDPoint lPt =
testLines
[index]->ptAtT(rootTs[1][idx2]);
/external/skia/src/pathops/
SkDQuadIntersection.cpp
153
const SkDLine*
testLines
[] = { &line, (const SkDLine*) &hull[0], (const SkDLine*) &hull[1] };
154
const size_t kTestCount = SK_ARRAY_COUNT(
testLines
);
159
int roots = rootTs.intersect(q2, *
testLines
[index]);
164
SkDPoint lPt =
testLines
[index]->ptAtT(rootTs[1][idx2]);
Completed in 46 milliseconds