Home
last modified time | relevance | path

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

/external/skia/experimental/Intersection/
DCubicIntersection_TestData.cpp163 const Cubic notLines[] = { variable
172 const size_t notLines_count = sizeof(notLines) / sizeof(notLines[0]);
DCubicIntersection_TestData.h18 extern const Cubic notLines[];
DCubicReduceOrder_Test.cpp72 const Cubic& cubic = notLines[index]; in CubicReduceOrder_Test()
DCubicToQuadratics_Test.cpp119 test(notLines, "notLines", firstNotLinesTest, notLines_count); in CubicToQuadratics_Test()
/external/chromium_org/third_party/skia/experimental/Intersection/
DCubicIntersection_TestData.cpp163 const Cubic notLines[] = { variable
172 const size_t notLines_count = sizeof(notLines) / sizeof(notLines[0]);
DCubicIntersection_TestData.h18 extern const Cubic notLines[];
DCubicReduceOrder_Test.cpp72 const Cubic& cubic = notLines[index]; in CubicReduceOrder_Test()
DCubicToQuadratics_Test.cpp119 test(notLines, "notLines", firstNotLinesTest, notLines_count); in CubicToQuadratics_Test()
/external/skia/tests/
DPathOpsCubicIntersectionTestData.cpp148 const SkDCubic notLines[] = { variable
157 const size_t notLines_count = SK_ARRAY_COUNT(notLines);
DPathOpsCubicIntersectionTestData.h15 extern const SkDCubic notLines[];
DPathOpsCubicToQuadsTest.cpp143 testC(reporter, notLines, "notLines", firstNotLinesTest, notLines_count); in DEF_TEST()
DPathOpsCubicReduceOrderTest.cpp136 const SkDCubic& cubic = notLines[index]; in DEF_TEST()
/external/chromium_org/third_party/skia/tests/
DPathOpsCubicIntersectionTestData.cpp148 const SkDCubic notLines[] = { variable
157 const size_t notLines_count = SK_ARRAY_COUNT(notLines);
DPathOpsCubicIntersectionTestData.h15 extern const SkDCubic notLines[];
DPathOpsCubicToQuadsTest.cpp143 testC(reporter, notLines, "notLines", firstNotLinesTest, notLines_count); in DEF_TEST()
DPathOpsCubicReduceOrderTest.cpp136 const SkDCubic& cubic = notLines[index]; in DEF_TEST()