Searched refs:fDoFill (Results 1 – 4 of 4) sorted by relevance
44 bool getDoFill() const { return SkToBool(fDoFill); } in getDoFill()45 void setDoFill(bool doFill) { fDoFill = SkToU8(doFill); } in setDoFill()74 bool fDoFill; variable
1310 fDoFill = false; in SkStroke()1319 fDoFill = SkToU8(p.getStyle() == SkPaint::kStrokeAndFill_Style); in SkStroke()1328 fDoFill = SkToU8(p.getStyle() == SkPaint::kStrokeAndFill_Style); in SkStroke()1408 bool ignoreCenter = fDoFill && (src.getSegmentMasks() == SkPath::kLine_SegmentMask) && in strokePath()1466 if (fDoFill && !ignoreCenter) { in strokePath()1574 if (fWidth < SkMinScalar(rw, rh) && !fDoFill) { in strokeRect()
1350 fDoFill = false; in SkStroke()1359 fDoFill = SkToU8(p.getStyle() == SkPaint::kStrokeAndFill_Style); in SkStroke()1368 fDoFill = SkToU8(p.getStyle() == SkPaint::kStrokeAndFill_Style); in SkStroke()1448 bool ignoreCenter = fDoFill && (src.getSegmentMasks() == SkPath::kLine_SegmentMask) && in strokePath()1506 if (fDoFill && !ignoreCenter) { in strokePath()1614 if (fWidth < std::min(rw, rh) && !fDoFill) { in strokeRect()