Searched defs:ConstructionContext (Results 1 – 3 of 3) sorted by relevance
373 struct ConstructionContext { struct374 ConstructionContext(SkSVGIDMapper* mapper) : fParent(nullptr), fIDMapper(mapper) {} in ConstructionContext() argument375 ConstructionContext(const ConstructionContext& other, const sk_sp<SkSVGNode>& newParent) in ConstructionContext() argument378 const SkSVGNode* fParent;379 SkSVGIDMapper* fIDMapper;
373 struct ConstructionContext { struct374 ConstructionContext(SkSVGIDMapper* mapper) : fParent(nullptr), fIDMapper(mapper) {} in ConstructionContext() function375 ConstructionContext(const ConstructionContext& other, const sk_sp<SkSVGNode>& newParent) in ConstructionContext() argument378 const SkSVGNode* fParent;379 SkSVGIDMapper* fIDMapper;
29 final class ConstructionContext<T> { class