Searched defs:newTestSetCount (Results 1 - 4 of 4) sorted by last modified time

/external/skia/tests/
H A DPathOpsCubicIntersectionTest.cpp308 const int newTestSetCount = (int) SK_ARRAY_COUNT(newTestSet); variable
384 for (int outer = 0; outer < newTestSetCount - 1; ++outer) {
385 for (int inner = outer + 1; inner < newTestSetCount; ++inner) {
/external/skia/experimental/Intersection/
H A DCubicIntersection_Test.cpp194 const size_t newTestSetCount = sizeof(newTestSet) / sizeof(newTestSet[0]); variable
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicIntersection_Test.cpp194 const size_t newTestSetCount = sizeof(newTestSet) / sizeof(newTestSet[0]); variable
/external/chromium_org/third_party/skia/tests/
H A DPathOpsCubicIntersectionTest.cpp308 const int newTestSetCount = (int) SK_ARRAY_COUNT(newTestSet); variable
384 for (int outer = 0; outer < newTestSetCount - 1; ++outer) {
385 for (int inner = outer + 1; inner < newTestSetCount; ++inner) {

Completed in 347 milliseconds