Searched refs:fDoFill (Results 1 – 2 of 2) sorted by relevance
43 bool getDoFill() const { return SkToBool(fDoFill); } in getDoFill()44 void setDoFill(bool doFill) { fDoFill = SkToU8(doFill); } in setDoFill()73 SkBool8 fDoFill; variable
1279 fDoFill = false; in SkStroke()1287 fDoFill = SkToU8(p.getStyle() == SkPaint::kStrokeAndFill_Style); in SkStroke()1295 fDoFill = SkToU8(p.getStyle() == SkPaint::kStrokeAndFill_Style); in SkStroke()1427 if (fDoFill) { in strokePath()1535 if (fWidth < SkMinScalar(rw, rh) && !fDoFill) { in strokeRect()