Home
last modified time | relevance | path

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

/third_party/skia/modules/svg/include/
DSkSVGRenderContext.h55 struct SkSVGPresentationContext { struct
56 SkSVGPresentationContext();
57 SkSVGPresentationContext(const SkSVGPresentationContext&) = default;
58 SkSVGPresentationContext& operator=(const SkSVGPresentationContext&) = default; argument
74 const SkSVGLengthContext&, const SkSVGPresentationContext&, argument
85 const SkSVGPresentationContext& presentationContext() const { return *fPresentationContext; } in presentationContext()
178 SkTCopyOnFirstWrite<SkSVGPresentationContext> fPresentationContext;
/third_party/skia/modules/svg/src/
DSkSVGRenderContext.cpp175 SkSVGPresentationContext::SkSVGPresentationContext() in SkSVGPresentationContext() function in SkSVGPresentationContext
184 const SkSVGPresentationContext& pctx, in SkSVGRenderContext()
436 SkSVGPresentationContext pctx; in commonPaint()
DSkSVGDOM.cpp469 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()