Home
last modified time | relevance | path

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

/external/skia/experimental/svg/model/
DSkSVGRenderContext.h61 SkSVGRenderContext(SkCanvas*, const SkSVGIDMapper&, const SkSVGLengthContext&,
95 const SkSVGIDMapper& fIDMapper;
DSkSVGIDMapper.h17 using SkSVGIDMapper = SkTHashMap<SkString, sk_sp<SkSVGNode>>; variable
DSkSVGDOM.h41 SkSVGIDMapper fIDMapper;
DSkSVGDOM.cpp333 ConstructionContext(SkSVGIDMapper* mapper) : fParent(nullptr), fIDMapper(mapper) {} in ConstructionContext()
338 SkSVGIDMapper* fIDMapper;
362 const sk_sp<SkSVGNode>& svgNode, SkSVGIDMapper* mapper) { in parse_node_attributes()
DSkSVGRenderContext.cpp213 SkSVGRenderContext dummy(&dummyCanvas, SkSVGIDMapper(), SkSVGLengthContext(SkSize::Make(0, 0)), in SkSVGPresentationContext()
226 const SkSVGIDMapper& mapper, in SkSVGRenderContext()