HomeSort by relevance Sort by last modified time
    Searched refs:notPointDegenerates (Results 1 - 4 of 4) sorted by null

  /external/skia/tests/
PathOpsCubicIntersectionTestData.h 10 extern const SkDCubic notPointDegenerates[];
PathOpsCubicIntersectionTestData.cpp 46 const SkDCubic notPointDegenerates[] = {
52 SK_ARRAY_COUNT(notPointDegenerates);
PathOpsCubicToQuadsTest.cpp 140 testC(reporter, notPointDegenerates, "notPointDegenerates", firstNotPointDegeneratesTest,
PathOpsCubicReduceOrderTest.cpp 114 const SkDCubic& cubic = notPointDegenerates[index];
118 SkDebugf("[%d] notPointDegenerates order=%d\n", static_cast<int>(index), order);

Completed in 132 milliseconds