Searched defs:showPath (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/skia/gm/
H A Dfilltypes.cpp40 void showPath(SkCanvas* canvas, int x, int y, SkPath::FillType ft, function in class:skiagm::FillTypeGM
58 showPath(canvas, 0, 0, SkPath::kWinding_FillType,
60 showPath(canvas, 200, 0, SkPath::kEvenOdd_FillType,
62 showPath(canvas, 00, 200, SkPath::kInverseWinding_FillType,
64 showPath(canvas, 200, 200, SkPath::kInverseEvenOdd_FillType,
H A Dfilltypespersp.cpp39 void showPath(SkCanvas* canvas, int x, int y, SkPath::FillType ft, function in class:skiagm::FillTypePerspGM
71 showPath(canvas, 0, 0, SkPath::kWinding_FillType,
73 showPath(canvas, 200, 0, SkPath::kEvenOdd_FillType,
75 showPath(canvas, 00, 200, SkPath::kInverseWinding_FillType,
77 showPath(canvas, 200, 200, SkPath::kInverseEvenOdd_FillType,
/external/chromium_org/third_party/skia/samplecode/
H A DSampleFillType.cpp40 void showPath(SkCanvas* canvas, int x, int y, SkPath::FillType ft, function in class:FillTypeView
58 showPath(canvas, 0, 0, SkPath::kWinding_FillType,
60 showPath(canvas, 200, 0, SkPath::kEvenOdd_FillType,
62 showPath(canvas, 00, 200, SkPath::kInverseWinding_FillType,
64 showPath(canvas, 200, 200, SkPath::kInverseEvenOdd_FillType,
/external/skia/gm/
H A Dfilltypes.cpp40 void showPath(SkCanvas* canvas, int x, int y, SkPath::FillType ft, function in class:skiagm::FillTypeGM
58 showPath(canvas, 0, 0, SkPath::kWinding_FillType,
60 showPath(canvas, 200, 0, SkPath::kEvenOdd_FillType,
62 showPath(canvas, 00, 200, SkPath::kInverseWinding_FillType,
64 showPath(canvas, 200, 200, SkPath::kInverseEvenOdd_FillType,
H A Dfilltypespersp.cpp39 void showPath(SkCanvas* canvas, int x, int y, SkPath::FillType ft, function in class:skiagm::FillTypePerspGM
71 showPath(canvas, 0, 0, SkPath::kWinding_FillType,
73 showPath(canvas, 200, 0, SkPath::kEvenOdd_FillType,
75 showPath(canvas, 00, 200, SkPath::kInverseWinding_FillType,
77 showPath(canvas, 200, 200, SkPath::kInverseEvenOdd_FillType,
/external/skia/samplecode/
H A DSampleFillType.cpp40 void showPath(SkCanvas* canvas, int x, int y, SkPath::FillType ft, function in class:FillTypeView
58 showPath(canvas, 0, 0, SkPath::kWinding_FillType,
60 showPath(canvas, 200, 0, SkPath::kEvenOdd_FillType,
62 showPath(canvas, 00, 200, SkPath::kInverseWinding_FillType,
64 showPath(canvas, 200, 200, SkPath::kInverseEvenOdd_FillType,
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DLogoPlay.cpp186 static void showPath(const SkPath& path) { function
329 showPath(fPath);
H A DEdgeWalker_TestUtility.cpp87 void showPath(const SkPath& path, const char* str) { function
89 showPath(path);
92 void showPath(const SkPath& path) { function
160 static void showPath(const SkPath& path, const char* str, const SkMatrix& scale) { function
166 showPath(scaled, str);
290 showPath(one, "original:");
291 showPath(two, "simplified:");
318 showPath(a, "minuend:");
320 showPath(b, "subtrahend:");
322 if (0) showPath(scaledOn
[all...]
/external/skia/experimental/Intersection/
H A DLogoPlay.cpp186 static void showPath(const SkPath& path) { function
329 showPath(fPath);
H A DEdgeWalker_TestUtility.cpp87 void showPath(const SkPath& path, const char* str) { function
89 showPath(path);
92 void showPath(const SkPath& path) { function
160 static void showPath(const SkPath& path, const char* str, const SkMatrix& scale) { function
166 showPath(scaled, str);
290 showPath(one, "original:");
291 showPath(two, "simplified:");
318 showPath(a, "minuend:");
320 showPath(b, "subtrahend:");
322 if (0) showPath(scaledOn
[all...]
/external/skia/tests/
H A DPathOpsExtendedTest.cpp118 static void showPath(const SkPath& path, const char* pathName, bool includeDeclaration) { function
423 showPath(a, "path", false);
424 showPath(b, "pathB", false);
527 showPath(path, "path", false);
586 showPath(a, "path", true);
587 showPath(b, "pathB", true);

Completed in 1290 milliseconds