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

  /external/skia/tests/
SubsetPath.h 36 class SubsetPath {
38 SubsetPath(const SkPath& path);
39 virtual ~SubsetPath() {}
52 class SubsetContours : public SubsetPath {
59 class SubsetVerbs : public SubsetPath {
SubsetPath.cpp 8 #include "SubsetPath.h"
11 SubsetPath::SubsetPath(const SkPath& path)
16 int SubsetPath::range(int* end) const {
27 bool SubsetPath::subset(bool testFailed, SkPath* sub) {
63 : SubsetPath(path) {
154 : SubsetPath(path) {
  /external/skqp/tests/
SubsetPath.h 36 class SubsetPath {
38 SubsetPath(const SkPath& path);
39 virtual ~SubsetPath() {}
52 class SubsetContours : public SubsetPath {
59 class SubsetVerbs : public SubsetPath {
SubsetPath.cpp 8 #include "SubsetPath.h"
11 SubsetPath::SubsetPath(const SkPath& path)
16 int SubsetPath::range(int* end) const {
27 bool SubsetPath::subset(bool testFailed, SkPath* sub) {
63 : SubsetPath(path) {
154 : SubsetPath(path) {

Completed in 64 milliseconds