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

  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicIntersection_TestData.h 31 extern const size_t negEpsilonLines_count;
CubicIntersection_TestData.cpp 310 const size_t negEpsilonLines_count = sizeof(negEpsilonLines) / sizeof(negEpsilonLines[0]);
CubicReduceOrder_Test.cpp 95 for (index = firstNegEpsilonTest; index < negEpsilonLines_count; ++index) {
CubicToQuadratics_Test.cpp 122 test(negEpsilonLines, "negEpsilonLines", firstNegEpsilonTest, negEpsilonLines_count);
  /external/chromium_org/third_party/skia/tests/
PathOpsCubicIntersectionTestData.h 28 extern const size_t negEpsilonLines_count;
PathOpsCubicIntersectionTestData.cpp 275 const size_t negEpsilonLines_count = SK_ARRAY_COUNT(negEpsilonLines);
PathOpsCubicToQuadsTest.cpp 147 test(reporter, negEpsilonLines, "negEpsilonLines", firstNegEpsilonTest, negEpsilonLines_count);
PathOpsCubicReduceOrderTest.cpp 163 for (index = firstNegEpsilonTest; index < negEpsilonLines_count; ++index) {

Completed in 617 milliseconds