Searched defs:ConstructionContext (Results 1 – 3 of 3) sorted by relevance
289 struct ConstructionContext { struct290 ConstructionContext(SkSVGIDMapper* mapper) : fParent(nullptr), fIDMapper(mapper) {} in ConstructionContext() function291 ConstructionContext(const ConstructionContext& other, const sk_sp<SkSVGNode>& newParent) in ConstructionContext() function294 SkSVGNode* fParent;295 SkSVGIDMapper* fIDMapper;
29 final class ConstructionContext<T> { class
77 enum class ConstructionContext { enum