HomeSort by relevance Sort by last modified time
    Searched refs:newTestSetCount (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/tests/
PathOpsCubicIntersectionTest.cpp 308 const int newTestSetCount = (int) SK_ARRAY_COUNT(newTestSet);
384 for (int outer = 0; outer < newTestSetCount - 1; ++outer) {
385 for (int inner = outer + 1; inner < newTestSetCount; ++inner) {
  /external/skia/tests/
PathOpsCubicIntersectionTest.cpp 308 const int newTestSetCount = (int) SK_ARRAY_COUNT(newTestSet);
384 for (int outer = 0; outer < newTestSetCount - 1; ++outer) {
385 for (int inner = outer + 1; inner < newTestSetCount; ++inner) {
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicIntersection_Test.cpp 194 const size_t newTestSetCount = sizeof(newTestSet) / sizeof(newTestSet[0]);
  /external/skia/experimental/Intersection/
CubicIntersection_Test.cpp 194 const size_t newTestSetCount = sizeof(newTestSet) / sizeof(newTestSet[0]);

Completed in 107 milliseconds