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