Home
last modified time | relevance | path

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

/external/skia/experimental/svg/model/
DSkSVGRenderContext.cpp253 #define ApplyLazyInheritedAttribute(ATTR) \ in applyPresentationAttributes() macro
267 ApplyLazyInheritedAttribute(Fill); in applyPresentationAttributes()
268 ApplyLazyInheritedAttribute(FillOpacity); in applyPresentationAttributes()
269 ApplyLazyInheritedAttribute(FillRule); in applyPresentationAttributes()
270 ApplyLazyInheritedAttribute(Stroke); in applyPresentationAttributes()
271 ApplyLazyInheritedAttribute(StrokeLineCap); in applyPresentationAttributes()
272 ApplyLazyInheritedAttribute(StrokeLineJoin); in applyPresentationAttributes()
273 ApplyLazyInheritedAttribute(StrokeOpacity); in applyPresentationAttributes()
274 ApplyLazyInheritedAttribute(StrokeWidth); in applyPresentationAttributes()
276 #undef ApplyLazyInheritedAttribute in applyPresentationAttributes()