Searched refs:fDoFill (Results 1 – 2 of 2) sorted by relevance
40 bool getDoFill() const { return SkToBool(fDoFill); } in getDoFill()41 void setDoFill(bool doFill) { fDoFill = SkToU8(doFill); } in setDoFill()54 SkBool8 fDoFill; variable
482 fDoFill = false; in SkStroke()490 fDoFill = SkToU8(p.getStyle() == SkPaint::kStrokeAndFill_Style); in SkStroke()498 fDoFill = SkToU8(p.getStyle() == SkPaint::kStrokeAndFill_Style); in SkStroke()621 if (fDoFill) { in strokePath()