Searched refs:hasFill (Results 1 – 2 of 2) sorted by relevance
294 const bool hasFill = SkToBool(this->fillPaint()); in applyOpacity() local301 if ((flags & kLeaf) && (hasFill ^ hasStroke)) { in applyOpacity()303 if (hasFill) { in applyOpacity()
1461 const bool hasFill = SkPaint::kFill_Style == style in shadePath() local1467 if (hasFill) { in shadePath()