Home
last modified time | relevance | path

Searched refs:setDoFill (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/core/
DSkStroke.h37 void setDoFill(bool doFill) { fDoFill = SkToU8(doFill); } in setDoFill() function
DSkStrokeRec.cpp102 stroker.setDoFill(fStrokeAndFill); in applyToPath()
/external/skia/legacy/include/core/
DSkStroke.h41 void setDoFill(bool doFill) { fDoFill = SkToU8(doFill); } in setDoFill() function
/external/skia/legacy/src/core/
DSkPathEffect.cpp105 stroke.setDoFill(fStyle == SkPaint::kStrokeAndFill_Style); in filterPath()
DSkScalerContext.cpp659 stroker.setDoFill(SkToBool(fRec.fFlags & kFrameAndFill_Flag)); in internalGetPath()