Home
last modified time | relevance | path

Searched refs:SubsetContours (Results 1 – 3 of 3) sorted by relevance

/external/skia/tests/
DSubsetPath.h52 class SubsetContours : public SubsetPath {
54 SubsetContours(const SkPath& path);
DSubsetPath.cpp61 SubsetContours::SubsetContours(const SkPath& path) in SubsetContours() function in SubsetContours
94 SkPath SubsetContours::getSubsetPath() const { in getSubsetPath()
DPathOpsBuilderConicTest.cpp140 SubsetContours subsetContours(path); in subset_simplify_fail()