Home
last modified time | relevance | path

Searched defs:ConstructionContext (Results 1 – 3 of 3) sorted by relevance

/external/skia/experimental/svg/model/
DSkSVGDOM.cpp373 struct ConstructionContext { struct
374 ConstructionContext(SkSVGIDMapper* mapper) : fParent(nullptr), fIDMapper(mapper) {} in ConstructionContext() argument
375 ConstructionContext(const ConstructionContext& other, const sk_sp<SkSVGNode>& newParent) in ConstructionContext() argument
378 const SkSVGNode* fParent;
379 SkSVGIDMapper* fIDMapper;
/external/skqp/experimental/svg/model/
DSkSVGDOM.cpp373 struct ConstructionContext { struct
374 ConstructionContext(SkSVGIDMapper* mapper) : fParent(nullptr), fIDMapper(mapper) {} in ConstructionContext() function
375 ConstructionContext(const ConstructionContext& other, const sk_sp<SkSVGNode>& newParent) in ConstructionContext() argument
378 const SkSVGNode* fParent;
379 SkSVGIDMapper* fIDMapper;
/external/guice/core/src/com/google/inject/internal/
DConstructionContext.java29 final class ConstructionContext<T> { class