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

/external/chromium_org/third_party/skia/tests/
H A DPathOpsCubicIntersectionTest.cpp595 int firstFail = 0; local
596 for (int index = firstFail; index < selfSetCount; ++index) {
619 int firstFail = 0; local
620 for (int index = firstFail; index < coinSetCount; index += 2) {
/external/skia/tests/
H A DPathOpsCubicIntersectionTest.cpp595 int firstFail = 0; local
596 for (int index = firstFail; index < selfSetCount; ++index) {
619 int firstFail = 0; local
620 for (int index = firstFail; index < coinSetCount; index += 2) {
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicIntersection_Test.cpp738 size_t firstFail = 1; local
739 for (size_t index = firstFail; index < selfSetCount; ++index) {
/external/skia/experimental/Intersection/
H A DCubicIntersection_Test.cpp738 size_t firstFail = 1; local
739 for (size_t index = firstFail; index < selfSetCount; ++index) {

Completed in 7818 milliseconds