Searched refs:SkSVGIDMapper (Results 1 – 5 of 5) sorted by relevance
/external/skia/experimental/svg/model/ |
D | SkSVGRenderContext.h | 61 SkSVGRenderContext(SkCanvas*, const SkSVGIDMapper&, const SkSVGLengthContext&, 95 const SkSVGIDMapper& fIDMapper;
|
D | SkSVGIDMapper.h | 17 using SkSVGIDMapper = SkTHashMap<SkString, sk_sp<SkSVGNode>>; variable
|
D | SkSVGDOM.h | 41 SkSVGIDMapper fIDMapper;
|
D | SkSVGDOM.cpp | 333 ConstructionContext(SkSVGIDMapper* mapper) : fParent(nullptr), fIDMapper(mapper) {} in ConstructionContext() 338 SkSVGIDMapper* fIDMapper; 362 const sk_sp<SkSVGNode>& svgNode, SkSVGIDMapper* mapper) { in parse_node_attributes()
|
D | SkSVGRenderContext.cpp | 213 SkSVGRenderContext dummy(&dummyCanvas, SkSVGIDMapper(), SkSVGLengthContext(SkSize::Make(0, 0)), in SkSVGPresentationContext() 226 const SkSVGIDMapper& mapper, in SkSVGRenderContext()
|