OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:showPath
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/gm/
filltypes.cpp
40
void
showPath
(SkCanvas* canvas, int x, int y, SkPath::FillType ft,
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,
filltypespersp.cpp
39
void
showPath
(SkCanvas* canvas, int x, int y, SkPath::FillType ft,
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/
SampleFillType.cpp
40
void
showPath
(SkCanvas* canvas, int x, int y, SkPath::FillType ft,
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,
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
PathFillTypes.java
50
private void
showPath
(Canvas canvas, int x, int y, Path.FillType ft,
70
showPath
(canvas, 0, 0, Path.FillType.WINDING, paint);
71
showPath
(canvas, 160, 0, Path.FillType.EVEN_ODD, paint);
72
showPath
(canvas, 0, 160, Path.FillType.INVERSE_WINDING, paint);
73
showPath
(canvas, 160, 160, Path.FillType.INVERSE_EVEN_ODD, paint);
/external/chromium_org/third_party/skia/experimental/Intersection/
LogoPlay.cpp
186
static void
showPath
(const SkPath& path) {
329
showPath
(fPath);
EdgeWalker_TestUtility.cpp
87
void
showPath
(const SkPath& path, const char* str) {
89
showPath
(path);
92
void
showPath
(const SkPath& path) {
160
static void
showPath
(const SkPath& path, const char* str, const SkMatrix& scale) {
166
showPath
(scaled, str);
290
showPath
(one, "original:");
291
showPath
(two, "simplified:");
318
showPath
(a, "minuend:");
320
showPath
(b, "subtrahend:");
322
if (0)
showPath
(scaledOne, "region:", scale)
[
all
...]
Completed in 563 milliseconds