Home
last modified time | relevance | path

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

/third_party/skia/modules/svg/include/
H A DSkSVGRenderContext.h55 struct SkSVGPresentationContext { struct
56 SkSVGPresentationContext();
57 SkSVGPresentationContext(const SkSVGPresentationContext&) = default;
58 SkSVGPresentationContext& operator=(const SkSVGPresentationContext&) = default;
74 const SkSVGLengthContext&, const SkSVGPresentationContext&,
85 const SkSVGPresentationContext& presentationContext() const { return *fPresentationContext; } in presentationContext()
178 SkTCopyOnFirstWrite<SkSVGPresentationContext> fPresentationContext;
/third_party/skia/modules/svg/src/
H A DSkSVGRenderContext.cpp175 SkSVGPresentationContext::SkSVGPresentationContext() in SkSVGPresentationContext() function in SkSVGPresentationContext
184 const SkSVGPresentationContext& pctx, in SkSVGRenderContext()
436 SkSVGPresentationContext pctx; in commonPaint()
H A DSkSVGDOM.cpp469 SkSVGPresentationContext pctx; in render()
H A DSkSVGText.cpp102 static float ComputeAlignmentFactor(const SkSVGPresentationContext& pctx) { in ComputeAlignmentFactor()
/third_party/skia/modules/svg/tests/
H A DText.cpp162 const SkSVGPresentationContext pctx; in DEF_TEST()

Completed in 5 milliseconds