Home
last modified time | relevance | path

Searched refs:showPath (Results 1 – 8 of 8) sorted by relevance

/external/skia/gm/
Dfilltypes.cpp38 void showPath(SkCanvas* canvas, int x, int y, SkPath::FillType ft, in showPath() function in skiagm::FillTypeGM
55 showPath(canvas, 0, 0, SkPath::kWinding_FillType, in showFour()
57 showPath(canvas, 200, 0, SkPath::kEvenOdd_FillType, in showFour()
59 showPath(canvas, 00, 200, SkPath::kInverseWinding_FillType, in showFour()
61 showPath(canvas, 200, 200, SkPath::kInverseEvenOdd_FillType, in showFour()
Dfilltypespersp.cpp37 void showPath(SkCanvas* canvas, int x, int y, SkPath::FillType ft, in showPath() function in skiagm::FillTypePerspGM
66 showPath(canvas, 0, 0, SkPath::kWinding_FillType, in showFour()
68 showPath(canvas, 200, 0, SkPath::kEvenOdd_FillType, in showFour()
70 showPath(canvas, 00, 200, SkPath::kInverseWinding_FillType, in showFour()
72 showPath(canvas, 200, 200, SkPath::kInverseEvenOdd_FillType, in showFour()
/external/skqp/gm/
Dfilltypes.cpp38 void showPath(SkCanvas* canvas, int x, int y, SkPath::FillType ft, in showPath() function in skiagm::FillTypeGM
55 showPath(canvas, 0, 0, SkPath::kWinding_FillType, in showFour()
57 showPath(canvas, 200, 0, SkPath::kEvenOdd_FillType, in showFour()
59 showPath(canvas, 00, 200, SkPath::kInverseWinding_FillType, in showFour()
61 showPath(canvas, 200, 200, SkPath::kInverseEvenOdd_FillType, in showFour()
Dfilltypespersp.cpp37 void showPath(SkCanvas* canvas, int x, int y, SkPath::FillType ft, in showPath() function in skiagm::FillTypePerspGM
66 showPath(canvas, 0, 0, SkPath::kWinding_FillType, in showFour()
68 showPath(canvas, 200, 0, SkPath::kEvenOdd_FillType, in showFour()
70 showPath(canvas, 00, 200, SkPath::kInverseWinding_FillType, in showFour()
72 showPath(canvas, 200, 200, SkPath::kInverseEvenOdd_FillType, in showFour()
/external/skqp/samplecode/
DSampleFillType.cpp36 void showPath(SkCanvas* canvas, int x, int y, SkPath::FillType ft, in showPath() function in FillTypeView
54 showPath(canvas, 0, 0, SkPath::kWinding_FillType, in showFour()
56 showPath(canvas, 200, 0, SkPath::kEvenOdd_FillType, in showFour()
58 showPath(canvas, 00, 200, SkPath::kInverseWinding_FillType, in showFour()
60 showPath(canvas, 200, 200, SkPath::kInverseEvenOdd_FillType, in showFour()
/external/skia/samplecode/
DSampleFillType.cpp36 void showPath(SkCanvas* canvas, int x, int y, SkPath::FillType ft, in showPath() function in FillTypeView
54 showPath(canvas, 0, 0, SkPath::kWinding_FillType, in showFour()
56 showPath(canvas, 200, 0, SkPath::kEvenOdd_FillType, in showFour()
58 showPath(canvas, 00, 200, SkPath::kInverseWinding_FillType, in showFour()
60 showPath(canvas, 200, 200, SkPath::kInverseEvenOdd_FillType, in showFour()
/external/cldr/tools/java/org/unicode/cldr/tool/
DSearchCLDR.java83 private static boolean showPath; field in SearchCLDR
110 showPath = myOptions.get("z-showPath").doesOccur(); in main()
191 … showLine(showPath, showParent, showEnglish, resolved, locale, "Path", "Full-Path", "Value", in main()
205 showLine(showPath, showParent, showEnglish, resolved, locale, in main()
226 private static void showLine(boolean showPath, boolean showParent, boolean showEnglish, in showLine() argument
242 + (showPath ? "\t" + fullPath : "") in showLine()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestDtdData.java222 …m.put("warn", type + "\t||" + showPath(parents) + "||path has neither value NOR value attributes N… in checkEmpty()
224 … m.put("error", "\t||" + showPath(parents) + "||path has neither value NOR value attributes||"); in checkEmpty()
231 …m.put("warn", "\t||" + showPath(parents) + "||path has both value AND value attributes||" + valueA… in checkEmpty()
247 … errln(type + "\t|| " + showPath(parents) + "||path has neither value NOR value attributes||"); in checkEmpty()
262 … m.put("error", "\t||" + showPath(parents) + "||path has both children AND value attributes" in checkEmpty()
277 private String showPath(List<Element> parents) { in showPath() method in TestDtdData