Home
last modified time | relevance | path

Searched refs:doFill (Results 1 – 9 of 9) sorted by relevance

/external/skia/gm/
Dstrokerect.cpp15 SkPaint::Join join, int doFill) { in draw_path() argument
18 paint.setStyle(doFill ? SkPaint::kStrokeAndFill_Style : SkPaint::kStroke_Style); in draw_path()
83 for (int doFill = 0; doFill <= 1; ++doFill) { in onDraw() local
95 draw_path(canvas, fillPath, r, join, doFill); in onDraw()
/external/skia/src/effects/
DSkDiscretePathEffect.cpp30 bool doFill = rec->isFillStyle(); in filterPath() local
32 SkPathMeasure meas(src, doFill); in filterPath()
42 if (fSegLength * (2 + doFill) > length) { in filterPath()
/external/skia/legacy/src/effects/
DSkDiscretePathEffect.cpp30 bool doFill = *width < 0; in filterPath() local
32 SkPathMeasure meas(src, doFill); in filterPath()
42 if (fSegLength * (2 + doFill) > length) { in filterPath()
/external/skia/src/core/
DSkStroke.h37 void setDoFill(bool doFill) { fDoFill = SkToU8(doFill); } in setDoFill() argument
DSkDraw.cpp1026 bool doFill = true; in drawPath() local
1085 doFill = paint->getFillPath(*pathPtr, &tmpPath, cullRectPtr); in drawPath()
1109 SkPaint::Style style = doFill ? SkPaint::kFill_Style : in drawPath()
1118 if (fBounder && !fBounder->doPath(*devPathPtr, *paint, doFill)) { in drawPath()
1123 if (doFill) { in drawPath()
2665 bool SkBounder::doPath(const SkPath& path, const SkPaint& paint, bool doFill) { in doPath() argument
2669 if (doFill) { in doPath()
/external/skia/legacy/include/core/
DSkStroke.h41 void setDoFill(bool doFill) { fDoFill = SkToU8(doFill); } in setDoFill() argument
DSkBounder.h78 bool doPath(const SkPath&, const SkPaint&, bool doFill);
/external/skia/include/core/
DSkBounder.h80 bool doPath(const SkPath&, const SkPaint&, bool doFill);
/external/skia/legacy/src/core/
DSkDraw.cpp907 bool doFill = true; in drawPath() local
965 doFill = paint->getFillPath(*pathPtr, &tmpPath); in drawPath()
995 if (fBounder && !fBounder->doPath(*devPathPtr, *paint, doFill)) { in drawPath()
1000 if (doFill) { in drawPath()
2515 bool SkBounder::doPath(const SkPath& path, const SkPaint& paint, bool doFill) { in doPath() argument
2519 if (doFill) { in doPath()