Searched defs:coincidentTestSetCount (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticIntersection_Test.cpp256 const size_t coincidentTestSetCount = sizeof(coincidentTestSet) / sizeof(coincidentTestSet[0]); variable
259 for (size_t testIndex = 0; testIndex < coincidentTestSetCount - 1; testIndex += 2) {
/external/chromium_org/third_party/skia/tests/
H A DPathOpsQuadIntersectionTest.cpp315 static const int coincidentTestSetCount = (int) SK_ARRAY_COUNT(coincidentTestSet); variable
336 for (int testIndex = 0; testIndex < coincidentTestSetCount - 1; testIndex += 2) {
/external/skia/experimental/Intersection/
H A DQuadraticIntersection_Test.cpp256 const size_t coincidentTestSetCount = sizeof(coincidentTestSet) / sizeof(coincidentTestSet[0]); variable
259 for (size_t testIndex = 0; testIndex < coincidentTestSetCount - 1; testIndex += 2) {
/external/skia/tests/
H A DPathOpsQuadIntersectionTest.cpp312 static const int coincidentTestSetCount = (int) SK_ARRAY_COUNT(coincidentTestSet); variable
333 for (int testIndex = 0; testIndex < coincidentTestSetCount - 1; testIndex += 2) {

Completed in 62 milliseconds