Home | History | Annotate | Download | only in core

Lines Matching refs:doFill

1071     bool            doFill = true;
1130 doFill = paint->getFillPath(*pathPtr, &tmpPath, cullRectPtr);
1154 SkPaint::Style style = doFill ? SkPaint::kFill_Style :
1163 if (fBounder && !fBounder->doPath(*devPathPtr, *paint, doFill)) {
1168 if (doFill) {
2777 bool SkBounder::doPath(const SkPath& path, const SkPaint& paint, bool doFill) {
2781 if (doFill) {