Searched refs:showPath (Results 1 - 17 of 17) sorted by path

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeDemo.cpp7 extern void showPath(const SkPath& path, const char* str);
14 showPath(path, "original:");
22 showPath(out, "simplified:");
225 showPath(tiny, NULL);
307 // showPath(path, NULL);
322 showPath(path, NULL);
H A DEdgeWalker_Test.h20 extern void showPath(const SkPath& path, const char* str);
21 extern void showPath(const SkPath& path);
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...]
H A DLogoPlay.cpp186 static void showPath(const SkPath& path) { function
329 showPath(fPath);
H A DMiniSimplify_Test.cpp68 showPath(path, NULL);
/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/experimental/Intersection/
H A DEdgeDemo.cpp7 extern void showPath(const SkPath& path, const char* str);
14 showPath(path, "original:");
22 showPath(out, "simplified:");
225 showPath(tiny, NULL);
307 // showPath(path, NULL);
322 showPath(path, NULL);
H A DEdgeWalker_Test.h20 extern void showPath(const SkPath& path, const char* str);
21 extern void showPath(const SkPath& path);
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...]
H A DLogoPlay.cpp186 static void showPath(const SkPath& path) { function
329 showPath(fPath);
H A DMiniSimplify_Test.cpp68 showPath(path, NULL);
/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/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 518 milliseconds