Searched refs:TextAdapter (Results 1 – 6 of 6) sorted by relevance
265 TextAdapter::TextAdapter(sk_sp<sksg::Group> root) in TextAdapter() function in skottie::TextAdapter291 TextAdapter::~TextAdapter() = default;293 sk_sp<SkTextBlob> TextAdapter::makeBlob() const { in makeBlob()356 void TextAdapter::apply() { in apply()
224 class TextAdapter final : public SkNVRefCnt<TextAdapter> {226 explicit TextAdapter(sk_sp<sksg::Group> root);227 ~TextAdapter();
285 auto adapter = sk_make_sp<TextAdapter>(text_root); in attachTextLayer()
275 class TextAdapter final : public SkNVRefCnt<TextAdapter> {277 explicit TextAdapter(sk_sp<sksg::Group> root);278 ~TextAdapter();
326 TextAdapter::TextAdapter(sk_sp<sksg::Group> root) in TextAdapter() function in skottie::TextAdapter352 TextAdapter::~TextAdapter() = default;354 sk_sp<SkTextBlob> TextAdapter::makeBlob() const { in makeBlob()486 void TextAdapter::apply() { in apply()