Home
last modified time | relevance | path

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

/third_party/flutter/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
70 const SkSVGPresentationContext& presentationContext() const { return *fPresentationContext; } in presentationContext()
99 SkTCopyOnFirstWrite<SkSVGPresentationContext> fPresentationContext;
DSkSVGRenderContext.cpp136 SkSVGPresentationContext*);
141 SkSVGPresentationContext* pctx) { in commitToPaint()
148 SkSVGPresentationContext* pctx) { in commitToPaint()
155 SkSVGPresentationContext* pctx) { in commitToPaint()
162 SkSVGPresentationContext* pctx) { in commitToPaint()
194 SkSVGPresentationContext*) { in commitToPaint() argument
201 SkSVGPresentationContext* pctx) { in commitToPaint()
211 SkSVGPresentationContext* pctx) { in commitToPaint()
221 SkSVGPresentationContext* pctx) { in commitToPaint()
228 SkSVGPresentationContext* pctx) { in commitToPaint()
[all …]
DSkSVGDOM.cpp494 SkSVGPresentationContext pctx; in render()
/third_party/skia/modules/svg/include/
DSkSVGRenderContext.h49 struct SkSVGPresentationContext { struct
50 SkSVGPresentationContext();
51 SkSVGPresentationContext(const SkSVGPresentationContext&) = default;
52 SkSVGPresentationContext& operator=(const SkSVGPresentationContext&) = default; argument
68 const SkSVGLengthContext&, const SkSVGPresentationContext&, argument
79 const SkSVGPresentationContext& presentationContext() const { return *fPresentationContext; } in presentationContext()
172 SkTCopyOnFirstWrite<SkSVGPresentationContext> fPresentationContext;
/third_party/skia/modules/svg/src/
DSkSVGRenderContext.cpp142 SkSVGPresentationContext::SkSVGPresentationContext() in SkSVGPresentationContext() function in SkSVGPresentationContext
151 const SkSVGPresentationContext& pctx, in SkSVGRenderContext()
403 SkSVGPresentationContext pctx; in commonPaint()
DSkSVGDOM.cpp440 SkSVGPresentationContext pctx; in render()
DSkSVGText.cpp102 static float ComputeAlignmentFactor(const SkSVGPresentationContext& pctx) { in ComputeAlignmentFactor()
/third_party/skia/modules/svg/tests/
DText.cpp162 const SkSVGPresentationContext pctx; in DEF_TEST()