Home
last modified time | relevance | path

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

/third_party/skia/tests/
DSubsetPath.h36 class SubsetPath {
38 SubsetPath(const SkPath& path);
39 virtual ~SubsetPath() {} in ~SubsetPath()
52 class SubsetContours : public SubsetPath {
59 class SubsetVerbs : public SubsetPath {
DSubsetPath.cpp12 SubsetPath::SubsetPath(const SkPath& path) in SubsetPath() function in SubsetPath
17 int SubsetPath::range(int* end) const { in range()
28 bool SubsetPath::subset(bool testFailed, SkPath* sub) { in subset()
64 : SubsetPath(path) { in SubsetContours()
149 : SubsetPath(path) { in SubsetVerbs()
/third_party/skia/gn/
Dtests.gni276 "$_tests/SubsetPath.cpp",
277 "$_tests/SubsetPath.h",