Home
last modified time | relevance | path

Searched refs:SubsetPath (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tests/
H A DSubsetPath.h36 class SubsetPath { class
38 SubsetPath(const SkPath& path);
39 virtual ~SubsetPath() {} in ~SubsetPath()
52 class SubsetContours : public SubsetPath {
59 class SubsetVerbs : public SubsetPath {
H A DSubsetPath.cpp10 #include "tests/SubsetPath.h"
12 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()

Completed in 2 milliseconds