Home
last modified time | relevance | path

Searched refs:hasFill (Results 1 – 2 of 2) sorted by relevance

/external/skia/experimental/svg/model/
DSkSVGRenderContext.cpp294 const bool hasFill = SkToBool(this->fillPaint()); in applyOpacity() local
301 if ((flags & kLeaf) && (hasFill ^ hasStroke)) { in applyOpacity()
303 if (hasFill) { in applyOpacity()
/external/skia/src/xps/
DSkXPSDevice.cpp1461 const bool hasFill = SkPaint::kFill_Style == style in shadePath() local
1467 if (hasFill) { in shadePath()