Home
last modified time | relevance | path

Searched refs:fDoFill (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/core/
DSkStroke.h44 bool getDoFill() const { return SkToBool(fDoFill); } in getDoFill()
45 void setDoFill(bool doFill) { fDoFill = SkToU8(doFill); } in setDoFill()
74 bool fDoFill; variable
DSkStroke.cpp1310 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()
/third_party/skia/src/core/
DSkStroke.h44 bool getDoFill() const { return SkToBool(fDoFill); } in getDoFill()
45 void setDoFill(bool doFill) { fDoFill = SkToU8(doFill); } in setDoFill()
74 bool fDoFill; variable
DSkStroke.cpp1350 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()