Home
last modified time | relevance | path

Searched refs:notLines_count (Results 1 – 16 of 16) sorted by relevance

/external/skia/tests/
DPathOpsCubicIntersectionTestData.h25 extern const size_t notLines_count;
DPathOpsCubicIntersectionTestData.cpp157 const size_t notLines_count = SK_ARRAY_COUNT(notLines); variable
DPathOpsCubicToQuadsTest.cpp143 testC(reporter, notLines, "notLines", firstNotLinesTest, notLines_count); in DEF_TEST()
DPathOpsCubicReduceOrderTest.cpp135 for (index = firstNotLinesTest; index < notLines_count; ++index) { in DEF_TEST()
/external/chromium_org/third_party/skia/tests/
DPathOpsCubicIntersectionTestData.h25 extern const size_t notLines_count;
DPathOpsCubicIntersectionTestData.cpp157 const size_t notLines_count = SK_ARRAY_COUNT(notLines); variable
DPathOpsCubicToQuadsTest.cpp143 testC(reporter, notLines, "notLines", firstNotLinesTest, notLines_count); in DEF_TEST()
DPathOpsCubicReduceOrderTest.cpp135 for (index = firstNotLinesTest; index < notLines_count; ++index) { in DEF_TEST()
/external/chromium_org/third_party/skia/experimental/Intersection/
DCubicIntersection_TestData.h28 extern const size_t notLines_count;
DCubicIntersection_TestData.cpp172 const size_t notLines_count = sizeof(notLines) / sizeof(notLines[0]); variable
DCubicReduceOrder_Test.cpp71 for (index = firstNotLinesTest; index < notLines_count; ++index) { in CubicReduceOrder_Test()
DCubicToQuadratics_Test.cpp119 test(notLines, "notLines", firstNotLinesTest, notLines_count); in CubicToQuadratics_Test()
/external/skia/experimental/Intersection/
DCubicIntersection_TestData.h28 extern const size_t notLines_count;
DCubicIntersection_TestData.cpp172 const size_t notLines_count = sizeof(notLines) / sizeof(notLines[0]); variable
DCubicReduceOrder_Test.cpp71 for (index = firstNotLinesTest; index < notLines_count; ++index) { in CubicReduceOrder_Test()
DCubicToQuadratics_Test.cpp119 test(notLines, "notLines", firstNotLinesTest, notLines_count); in CubicToQuadratics_Test()