Home
last modified time | relevance | path

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

/external/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.cpp10 SubsetPath::SubsetPath(const SkPath& path) in SubsetPath() function in SubsetPath
15 int SubsetPath::range(int* end) const { in range()
26 bool SubsetPath::subset(bool testFailed, SkPath* sub) { in subset()
62 : SubsetPath(path) { in SubsetContours()
153 : SubsetPath(path) { in SubsetVerbs()
/external/skia/gyp/
Dpathops_unittest.gypi71 '../tests/SubsetPath.cpp',
79 '../tests/SubsetPath.h',
/external/skia/dm/
DAndroid.mk79 ../tests/SubsetPath.cpp \