Home
last modified time | relevance | path

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

/third_party/skia/modules/svg/src/
DSkSVGRenderContext.cpp308 const bool hasFill = props.fFill ->type() != SkSVGPaint::Type::kNone, in applyOpacity() local
317 if ((flags & kLeaf) && (hasFill ^ hasStroke) && !hasFilter) { in applyOpacity()
/third_party/skia/src/xps/
DSkXPSDevice.cpp1457 const bool hasFill = SkPaint::kFill_Style == style in shadePath() local
1463 if (hasFill) { in shadePath()