Searched refs:negEpsilonLines (Results 1 – 16 of 16) sorted by relevance
/external/skia/experimental/Intersection/ |
D | CubicIntersection_TestData.cpp | 269 const Cubic negEpsilonLines[] = { variable 310 const size_t negEpsilonLines_count = sizeof(negEpsilonLines) / sizeof(negEpsilonLines[0]);
|
D | CubicIntersection_TestData.h | 21 extern const Cubic negEpsilonLines[];
|
D | CubicReduceOrder_Test.cpp | 96 const Cubic& cubic = negEpsilonLines[index]; in CubicReduceOrder_Test()
|
D | CubicToQuadratics_Test.cpp | 122 test(negEpsilonLines, "negEpsilonLines", firstNegEpsilonTest, negEpsilonLines_count); in CubicToQuadratics_Test()
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | CubicIntersection_TestData.cpp | 269 const Cubic negEpsilonLines[] = { variable 310 const size_t negEpsilonLines_count = sizeof(negEpsilonLines) / sizeof(negEpsilonLines[0]);
|
D | CubicIntersection_TestData.h | 21 extern const Cubic negEpsilonLines[];
|
D | CubicReduceOrder_Test.cpp | 96 const Cubic& cubic = negEpsilonLines[index]; in CubicReduceOrder_Test()
|
D | CubicToQuadratics_Test.cpp | 122 test(negEpsilonLines, "negEpsilonLines", firstNegEpsilonTest, negEpsilonLines_count); in CubicToQuadratics_Test()
|
/external/skia/tests/ |
D | PathOpsCubicIntersectionTestData.cpp | 241 const SkDCubic negEpsilonLines[] = { variable 275 const size_t negEpsilonLines_count = SK_ARRAY_COUNT(negEpsilonLines);
|
D | PathOpsCubicIntersectionTestData.h | 18 extern const SkDCubic negEpsilonLines[];
|
D | PathOpsCubicToQuadsTest.cpp | 147 test(reporter, negEpsilonLines, "negEpsilonLines", firstNegEpsilonTest, negEpsilonLines_count); in DEF_TEST()
|
D | PathOpsCubicReduceOrderTest.cpp | 164 const SkDCubic& cubic = negEpsilonLines[index]; in DEF_TEST()
|
/external/chromium_org/third_party/skia/tests/ |
D | PathOpsCubicIntersectionTestData.cpp | 241 const SkDCubic negEpsilonLines[] = { variable 275 const size_t negEpsilonLines_count = SK_ARRAY_COUNT(negEpsilonLines);
|
D | PathOpsCubicIntersectionTestData.h | 18 extern const SkDCubic negEpsilonLines[];
|
D | PathOpsCubicToQuadsTest.cpp | 147 test(reporter, negEpsilonLines, "negEpsilonLines", firstNegEpsilonTest, negEpsilonLines_count); in DEF_TEST()
|
D | PathOpsCubicReduceOrderTest.cpp | 164 const SkDCubic& cubic = negEpsilonLines[index]; in DEF_TEST()
|