Searched refs:notLines (Results 1 – 16 of 16) sorted by relevance
/external/skia/experimental/Intersection/ |
D | CubicIntersection_TestData.cpp | 163 const Cubic notLines[] = { variable 172 const size_t notLines_count = sizeof(notLines) / sizeof(notLines[0]);
|
D | CubicIntersection_TestData.h | 18 extern const Cubic notLines[];
|
D | CubicReduceOrder_Test.cpp | 72 const Cubic& cubic = notLines[index]; in CubicReduceOrder_Test()
|
D | CubicToQuadratics_Test.cpp | 119 test(notLines, "notLines", firstNotLinesTest, notLines_count); in CubicToQuadratics_Test()
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | CubicIntersection_TestData.cpp | 163 const Cubic notLines[] = { variable 172 const size_t notLines_count = sizeof(notLines) / sizeof(notLines[0]);
|
D | CubicIntersection_TestData.h | 18 extern const Cubic notLines[];
|
D | CubicReduceOrder_Test.cpp | 72 const Cubic& cubic = notLines[index]; in CubicReduceOrder_Test()
|
D | CubicToQuadratics_Test.cpp | 119 test(notLines, "notLines", firstNotLinesTest, notLines_count); in CubicToQuadratics_Test()
|
/external/skia/tests/ |
D | PathOpsCubicIntersectionTestData.cpp | 148 const SkDCubic notLines[] = { variable 157 const size_t notLines_count = SK_ARRAY_COUNT(notLines);
|
D | PathOpsCubicIntersectionTestData.h | 15 extern const SkDCubic notLines[];
|
D | PathOpsCubicToQuadsTest.cpp | 143 testC(reporter, notLines, "notLines", firstNotLinesTest, notLines_count); in DEF_TEST()
|
D | PathOpsCubicReduceOrderTest.cpp | 136 const SkDCubic& cubic = notLines[index]; in DEF_TEST()
|
/external/chromium_org/third_party/skia/tests/ |
D | PathOpsCubicIntersectionTestData.cpp | 148 const SkDCubic notLines[] = { variable 157 const size_t notLines_count = SK_ARRAY_COUNT(notLines);
|
D | PathOpsCubicIntersectionTestData.h | 15 extern const SkDCubic notLines[];
|
D | PathOpsCubicToQuadsTest.cpp | 143 testC(reporter, notLines, "notLines", firstNotLinesTest, notLines_count); in DEF_TEST()
|
D | PathOpsCubicReduceOrderTest.cpp | 136 const SkDCubic& cubic = notLines[index]; in DEF_TEST()
|