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

  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicIntersection_TestData.h 28 extern const size_t notLines_count;
CubicIntersection_TestData.cpp 172 const size_t notLines_count = sizeof(notLines) / sizeof(notLines[0]);
CubicReduceOrder_Test.cpp 71 for (index = firstNotLinesTest; index < notLines_count; ++index) {
CubicToQuadratics_Test.cpp 119 test(notLines, "notLines", firstNotLinesTest, notLines_count);
  /external/chromium_org/third_party/skia/tests/
PathOpsCubicIntersectionTestData.h 25 extern const size_t notLines_count;
PathOpsCubicIntersectionTestData.cpp 157 const size_t notLines_count = SK_ARRAY_COUNT(notLines);
PathOpsCubicToQuadsTest.cpp 143 testC(reporter, notLines, "notLines", firstNotLinesTest, notLines_count);
PathOpsCubicReduceOrderTest.cpp 135 for (index = firstNotLinesTest; index < notLines_count; ++index) {

Completed in 239 milliseconds