Home
last modified time | relevance | path

Searched defs:doFill (Results 1 – 7 of 7) sorted by relevance

/external/skia/gm/
Dstrokerect.cpp15 SkPaint::Join join, int doFill) { in draw_path()
83 for (int doFill = 0; doFill <= 1; ++doFill) { in onDraw() local
/external/skia/src/core/
DSkStroke.h37 void setDoFill(bool doFill) { fDoFill = SkToU8(doFill); } in setDoFill()
DSkDraw.cpp1026 bool doFill = true; in drawPath() local
2665 bool SkBounder::doPath(const SkPath& path, const SkPaint& paint, bool doFill) { in doPath()
/external/skia/legacy/include/core/
DSkStroke.h41 void setDoFill(bool doFill) { fDoFill = SkToU8(doFill); } in setDoFill()
/external/skia/src/effects/
DSkDiscretePathEffect.cpp30 bool doFill = rec->isFillStyle(); in filterPath() local
/external/skia/legacy/src/effects/
DSkDiscretePathEffect.cpp30 bool doFill = *width < 0; in filterPath() local
/external/skia/legacy/src/core/
DSkDraw.cpp907 bool doFill = true; in drawPath() local
2515 bool SkBounder::doPath(const SkPath& path, const SkPaint& paint, bool doFill) { in doPath()