Flutter Engine
The Flutter Engine
|
#include <SkSVGTextPriv.h>
Public Member Functions | |
ScopedPosResolver (const SkSVGTextContainer &, const SkSVGLengthContext &, SkSVGTextContext *, size_t) | |
ScopedPosResolver (const SkSVGTextContainer &, const SkSVGLengthContext &, SkSVGTextContext *) | |
~ScopedPosResolver () | |
PosAttrs | resolve (size_t charIndex) const |
Definition at line 83 of file SkSVGTextPriv.h.
SkSVGTextContext::ScopedPosResolver::ScopedPosResolver | ( | const SkSVGTextContainer & | txt, |
const SkSVGLengthContext & | lctx, | ||
SkSVGTextContext * | tctx, | ||
size_t | charIndexOffset | ||
) |
Definition at line 121 of file SkSVGText.cpp.
SkSVGTextContext::ScopedPosResolver::ScopedPosResolver | ( | const SkSVGTextContainer & | txt, |
const SkSVGLengthContext & | lctx, | ||
SkSVGTextContext * | tctx | ||
) |
Definition at line 137 of file SkSVGText.cpp.
SkSVGTextContext::ScopedPosResolver::~ScopedPosResolver | ( | ) |
Definition at line 142 of file SkSVGText.cpp.
SkSVGTextContext::PosAttrs SkSVGTextContext::ScopedPosResolver::resolve | ( | size_t | charIndex | ) | const |
Definition at line 146 of file SkSVGText.cpp.