Searched refs:fDoFill (Results 1 – 4 of 4) sorted by relevance
36 bool getDoFill() const { return SkToBool(fDoFill); } in getDoFill()37 void setDoFill(bool doFill) { fDoFill = SkToU8(doFill); } in setDoFill()51 SkBool8 fDoFill; variable
512 fDoFill = false; in SkStroke()520 fDoFill = SkToU8(p.getStyle() == SkPaint::kStrokeAndFill_Style); in SkStroke()528 fDoFill = SkToU8(p.getStyle() == SkPaint::kStrokeAndFill_Style); in SkStroke()693 if (fDoFill) { in strokePath()801 if (fWidth < SkMinScalar(rw, rh) && !fDoFill) { in strokeRect()
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()