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

/external/skia/tests/
H A DPathOpsQuadReduceOrderTest.cpp18 static const size_t testSetCount = SK_ARRAY_COUNT(testSet); variable
21 for (size_t index = 0; index < testSetCount; ++index) {
H A DPathOpsQuadIntersectionTest.cpp333 const size_t testSetCount = SK_ARRAY_COUNT(testSet); variable
365 for (size_t outer = 0; outer < testSetCount - 1; ++outer) {
366 for (size_t inner = outer + 1; inner < testSetCount; ++inner) {
549 } while (outer < (int) testSetCount);
H A DPathOpsConicIntersectionTest.cpp45 const int testSetCount = (int) SK_ARRAY_COUNT(testSet); variable
342 for (int outer = 0; outer < testSetCount - 1; ++outer) {
343 for (int inner = outer + 1; inner < testSetCount; ++inner) {
H A DPathOpsCubicIntersectionTest.cpp168 const int testSetCount = (int) SK_ARRAY_COUNT(testSet); variable
456 for (int outer = 0; outer < testSetCount - 1; ++outer) {
457 for (int inner = outer + 1; inner < testSetCount; ++inner) {

Completed in 83 milliseconds