Home
last modified time | relevance | path

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

/external/skia/experimental/svg/model/
DSkSVGDOM.cpp333 ConstructionContext(SkSVGIDMapper* mapper) : fParent(nullptr), fIDMapper(mapper) {} in ConstructionContext()
335 : fParent(newParent.get()), fIDMapper(other.fIDMapper) {} in ConstructionContext()
338 SkSVGIDMapper* fIDMapper; member
400 parse_node_attributes(dom, xmlNode, node, ctx.fIDMapper); in construct_svg_node()
423 ConstructionContext ctx(&dom->fIDMapper); in MakeFromDOM()
444 fIDMapper, in render()
DSkSVGDOM.h41 SkSVGIDMapper fIDMapper; variable
DSkSVGRenderContext.cpp229 : fIDMapper(mapper) in SkSVGRenderContext()
237 other.fIDMapper, in SkSVGRenderContext()
246 const auto* v = fIDMapper.find(id); in findNodeById()
DSkSVGRenderContext.h95 const SkSVGIDMapper& fIDMapper; variable