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

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DLineIntersection_Test.cpp24 const _Line noIntersect[][2] = { variable
32 const size_t noIntersect_count = sizeof(noIntersect) / sizeof(noIntersect[0]);
64 const _Line& line1 = noIntersect[index][0];
65 const _Line& line2 = noIntersect[index][1];
H A DEdgeWalker.cpp1384 if (fVerb != SkPath::kLine_Verb ? noIntersect(rh) : rh.noIntersect(*this)) {
1644 bool noIntersect(const ActiveEdge& ) const { function in class:OutEdgeBuilder
/external/skia/experimental/Intersection/
H A DLineIntersection_Test.cpp24 const _Line noIntersect[][2] = { variable
32 const size_t noIntersect_count = sizeof(noIntersect) / sizeof(noIntersect[0]);
64 const _Line& line1 = noIntersect[index][0];
65 const _Line& line2 = noIntersect[index][1];
H A DEdgeWalker.cpp1384 if (fVerb != SkPath::kLine_Verb ? noIntersect(rh) : rh.noIntersect(*this)) {
1644 bool noIntersect(const ActiveEdge& ) const { function in class:OutEdgeBuilder
/external/chromium_org/third_party/skia/tests/
H A DPathOpsLineIntersectionTest.cpp43 static const SkDLine noIntersect[][2] = { variable
54 static const size_t noIntersect_count = SK_ARRAY_COUNT(noIntersect);
207 const SkDLine& line1 = noIntersect[index][0];
208 const SkDLine& line2 = noIntersect[index][1];
/external/skia/tests/
H A DPathOpsLineIntersectionTest.cpp39 static const SkDLine noIntersect[][2] = { variable
50 static const size_t noIntersect_count = SK_ARRAY_COUNT(noIntersect);
200 const SkDLine& line1 = noIntersect[index][0];
201 const SkDLine& line2 = noIntersect[index][1];

Completed in 2485 milliseconds