Home
last modified time | relevance | path

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

/third_party/skia/modules/svg/include/
DSkSVGRenderContext.h93 void applyPresentationAttributes(const SkSVGPresentationAttributes&, uint32_t flags);
/third_party/skia/modules/svg/src/
DSkSVGNode.cpp63 ctx->applyPresentationAttributes(fPresentationAttributes, in onPrepareToRender()
DSkSVGRenderContext.cpp234 void SkSVGRenderContext::applyPresentationAttributes(const SkSVGPresentationAttributes& attrs, in applyPresentationAttributes() function in SkSVGRenderContext