Home
last modified time | relevance | path

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

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