Searched refs:hasFilter (Results 1 – 2 of 2) sorted by relevance
274 const bool hasFilter = attrs.fFilter.isValue(); in applyPresentationAttributes() local276 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() argument317 if ((flags & kLeaf) && (hasFill ^ hasStroke) && !hasFilter) { in applyOpacity()
167 void applyOpacity(SkScalar opacity, uint32_t flags, bool hasFilter);