Home
last modified time | relevance | path

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

/third_party/skia/modules/svg/src/
DSkSVGRenderContext.cpp274 const bool hasFilter = attrs.fFilter.isValue(); in applyPresentationAttributes() local
276 this->applyOpacity(*attrs.fOpacity, flags, hasFilter); in applyPresentationAttributes()
288 if (hasFilter) { in applyPresentationAttributes()
302 void SkSVGRenderContext::applyOpacity(SkScalar opacity, uint32_t flags, bool hasFilter) { in applyOpacity() argument
317 if ((flags & kLeaf) && (hasFill ^ hasStroke) && !hasFilter) { in applyOpacity()
/third_party/skia/modules/svg/include/
DSkSVGRenderContext.h167 void applyOpacity(SkScalar opacity, uint32_t flags, bool hasFilter);