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

  /external/chromium_org/third_party/skia/experimental/Intersection/
LineCubicIntersection_Test.cpp 20 size_t lineCubicTests_count = sizeof(lineCubicTests) / sizeof(lineCubicTests[0]);
25 for (size_t index = firstLineCubicIntersectionTest; index < lineCubicTests_count; ++index) {
  /external/chromium_org/third_party/skia/tests/
PathOpsCubicLineIntersectionTest.cpp 91 static const size_t lineCubicTests_count = SK_ARRAY_COUNT(lineCubicTests);
177 for (size_t index = 0; index < lineCubicTests_count; ++index) {

Completed in 37 milliseconds