Searched refs:SkSVGTextContainer (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/modules/svg/include/ |
D | SkSVGText.h | 38 class SkSVGTextContainer : public SkSVGTextFragment { 52 explicit SkSVGTextContainer(SkSVGTag t) : INHERITED(t) {} in SkSVGTextContainer() function 64 class SkSVGText final : public SkSVGTextContainer { 76 using INHERITED = SkSVGTextContainer; 79 class SkSVGTSpan final : public SkSVGTextContainer { 86 using INHERITED = SkSVGTextContainer; 107 class SkSVGTextPath final : public SkSVGTextContainer { 120 using INHERITED = SkSVGTextContainer;
|
/third_party/skia/modules/svg/src/ |
D | SkSVGText.cpp | 116 SkSVGTextContext::ScopedPosResolver::ScopedPosResolver(const SkSVGTextContainer& txt, in ScopedPosResolver() 132 SkSVGTextContext::ScopedPosResolver::ScopedPosResolver(const SkSVGTextContainer& txt, in ScopedPosResolver() 490 void SkSVGTextContainer::appendChild(sk_sp<SkSVGNode> child) { in appendChild() 505 std::vector<sk_sp<SkSVGNode>> SkSVGTextContainer::getChild() { in getChild() 511 void SkSVGTextContainer::onShapeText(const SkSVGRenderContext& ctx, SkSVGTextContext* tctx, in onShapeText() 534 bool SkSVGTextContainer::parseAndSetAttribute(const char* name, const char* value) { in parseAndSetAttribute()
|
D | SkSVGTextPriv.h | 84 ScopedPosResolver(const SkSVGTextContainer&, const SkSVGLengthContext&, SkSVGTextContext*, 87 ScopedPosResolver(const SkSVGTextContainer&, const SkSVGLengthContext&, SkSVGTextContext*);
|