Home
last modified time | relevance | path

Searched refs:onShapeText (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/modules/svg/include/
H A DSkSVGText.h26 virtual void onShapeText(const SkSVGRenderContext&, SkSVGTextContext*, SkSVGXmlSpace) const = 0;
54 void onShapeText(const SkSVGRenderContext&, SkSVGTextContext*, SkSVGXmlSpace) const override;
100 void onShapeText(const SkSVGRenderContext&, SkSVGTextContext*, SkSVGXmlSpace) const override;
117 void onShapeText(const SkSVGRenderContext&, SkSVGTextContext*, SkSVGXmlSpace) const override;
/third_party/skia/modules/svg/src/
H A DSkSVGText.cpp481 this->onShapeText(localContext, tctx, xs); in renderText()
511 void SkSVGTextContainer::onShapeText(const SkSVGRenderContext& ctx, SkSVGTextContext* tctx, in onShapeText() function in SkSVGTextContainer
546 void SkSVGTextLiteral::onShapeText(const SkSVGRenderContext& ctx, SkSVGTextContext* tctx, in onShapeText() function in SkSVGTextLiteral
569 this->onShapeText(ctx, &tctx, this->getXmlSpace()); in onRender()
599 this->onShapeText(ctx, &tctx, this->getXmlSpace()); in onObjectBoundingBox()
642 this->onShapeText(ctx, &tctx, this->getXmlSpace()); in onAsPath()
651 void SkSVGTextPath::onShapeText(const SkSVGRenderContext& ctx, SkSVGTextContext* parent_tctx, in onShapeText() function in SkSVGTextPath
658 this->INHERITED::onShapeText(ctx, &tctx, xs); in onShapeText()

Completed in 3 milliseconds