Searched refs:notLines_count (Results 1 – 16 of 16) sorted by relevance
/external/skia/tests/ |
D | PathOpsCubicIntersectionTestData.h | 25 extern const size_t notLines_count;
|
D | PathOpsCubicIntersectionTestData.cpp | 157 const size_t notLines_count = SK_ARRAY_COUNT(notLines); variable
|
D | PathOpsCubicToQuadsTest.cpp | 143 testC(reporter, notLines, "notLines", firstNotLinesTest, notLines_count); in DEF_TEST()
|
D | PathOpsCubicReduceOrderTest.cpp | 135 for (index = firstNotLinesTest; index < notLines_count; ++index) { in DEF_TEST()
|
/external/chromium_org/third_party/skia/tests/ |
D | PathOpsCubicIntersectionTestData.h | 25 extern const size_t notLines_count;
|
D | PathOpsCubicIntersectionTestData.cpp | 157 const size_t notLines_count = SK_ARRAY_COUNT(notLines); variable
|
D | PathOpsCubicToQuadsTest.cpp | 143 testC(reporter, notLines, "notLines", firstNotLinesTest, notLines_count); in DEF_TEST()
|
D | PathOpsCubicReduceOrderTest.cpp | 135 for (index = firstNotLinesTest; index < notLines_count; ++index) { in DEF_TEST()
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | CubicIntersection_TestData.h | 28 extern const size_t notLines_count;
|
D | CubicIntersection_TestData.cpp | 172 const size_t notLines_count = sizeof(notLines) / sizeof(notLines[0]); variable
|
D | CubicReduceOrder_Test.cpp | 71 for (index = firstNotLinesTest; index < notLines_count; ++index) { in CubicReduceOrder_Test()
|
D | CubicToQuadratics_Test.cpp | 119 test(notLines, "notLines", firstNotLinesTest, notLines_count); in CubicToQuadratics_Test()
|
/external/skia/experimental/Intersection/ |
D | CubicIntersection_TestData.h | 28 extern const size_t notLines_count;
|
D | CubicIntersection_TestData.cpp | 172 const size_t notLines_count = sizeof(notLines) / sizeof(notLines[0]); variable
|
D | CubicReduceOrder_Test.cpp | 71 for (index = firstNotLinesTest; index < notLines_count; ++index) { in CubicReduceOrder_Test()
|
D | CubicToQuadratics_Test.cpp | 119 test(notLines, "notLines", firstNotLinesTest, notLines_count); in CubicToQuadratics_Test()
|