Searched refs:earlyExit (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticIntersection.cpp135 bool earlyExit; local
136 if ((earlyExit = coinMaxT1 == minT1)) {
143 if (earlyExit) {
/external/skia/experimental/Intersection/
H A DQuadraticIntersection.cpp135 bool earlyExit; local
136 if ((earlyExit = coinMaxT1 == minT1)) {
143 if (earlyExit) {

Completed in 113 milliseconds