Home
last modified time | relevance | path

Searched refs:ConstructionContext (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/modules/svg/src/
H A DSkSVGDOM.cpp279 struct ConstructionContext { struct
280 ConstructionContext(SkSVGIDMapper* mapper) : fParent(nullptr), fIDMapper(mapper) {} in ConstructionContext() function
281 ConstructionContext(const ConstructionContext& other, const sk_sp<SkSVGNode>& newParent) in ConstructionContext() function
330 sk_sp<SkSVGNode> construct_svg_node(const SkDOM& dom, const ConstructionContext& ctx, in construct_svg_node()
347 auto make_node = [](const ConstructionContext& ctx, const char* elem) -> sk_sp<SkSVGNode> { in construct_svg_node()
375 ConstructionContext localCtx(ctx, node); in construct_svg_node()
407 ConstructionContext ctx(&mapper); in make()
434 ConstructionContext ctx(&mapper); in make()

Completed in 2 milliseconds