Home
last modified time | relevance | path

Searched refs:SkSVGPresentationContext (Results 1 – 3 of 3) sorted by relevance

/external/skia/experimental/svg/model/
DSkSVGRenderContext.h46 struct SkSVGPresentationContext { struct
47 SkSVGPresentationContext();
48 SkSVGPresentationContext(const SkSVGPresentationContext&) = default;
49 SkSVGPresentationContext& operator=(const SkSVGPresentationContext&) = default; argument
62 const SkSVGPresentationContext&); argument
69 const SkSVGPresentationContext& presentationContext() const { return *fPresentationContext; } in presentationContext()
97 SkTCopyOnFirstWrite<SkSVGPresentationContext> fPresentationContext;
DSkSVGRenderContext.cpp133 SkSVGPresentationContext*);
138 SkSVGPresentationContext* pctx) { in commitToPaint()
145 SkSVGPresentationContext* pctx) { in commitToPaint()
152 SkSVGPresentationContext* pctx) { in commitToPaint()
159 SkSVGPresentationContext* pctx) { in commitToPaint()
169 SkSVGPresentationContext* pctx) { in commitToPaint()
179 SkSVGPresentationContext* pctx) { in commitToPaint()
186 SkSVGPresentationContext* pctx) { in commitToPaint()
195 SkSVGPresentationContext*) { in commitToPaint() argument
201 SkSVGPresentationContext::SkSVGPresentationContext() in SkSVGPresentationContext() function in SkSVGPresentationContext
[all …]
DSkSVGDOM.cpp446 SkSVGPresentationContext()); in render()