Searched refs:startInTriangle (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkDQuadIntersection.cpp189 bool startInTriangle = hull.pointInHull(end); local
190 if (startInTriangle) {
/external/skia/src/pathops/
H A DSkDQuadIntersection.cpp189 bool startInTriangle = hull.pointInHull(end); local
190 if (startInTriangle) {
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticImplicit.cpp195 bool startInTriangle = point_in_hull(hull, end); local
196 if (startInTriangle) {
/external/skia/experimental/Intersection/
H A DQuadraticImplicit.cpp195 bool startInTriangle = point_in_hull(hull, end); local
196 if (startInTriangle) {

Completed in 616 milliseconds