Home
last modified time | relevance | path

Searched refs:TextAdapter (Results 1 – 6 of 6) sorted by relevance

/external/skqp/modules/skottie/src/
DSkottieAdapter.cpp265 TextAdapter::TextAdapter(sk_sp<sksg::Group> root) in TextAdapter() function in skottie::TextAdapter
291 TextAdapter::~TextAdapter() = default;
293 sk_sp<SkTextBlob> TextAdapter::makeBlob() const { in makeBlob()
356 void TextAdapter::apply() { in apply()
DSkottieAdapter.h224 class TextAdapter final : public SkNVRefCnt<TextAdapter> {
226 explicit TextAdapter(sk_sp<sksg::Group> root);
227 ~TextAdapter();
DSkottieTextLayer.cpp285 auto adapter = sk_make_sp<TextAdapter>(text_root); in attachTextLayer()
/external/skia/modules/skottie/src/
DSkottieAdapter.h275 class TextAdapter final : public SkNVRefCnt<TextAdapter> {
277 explicit TextAdapter(sk_sp<sksg::Group> root);
278 ~TextAdapter();
DSkottieAdapter.cpp326 TextAdapter::TextAdapter(sk_sp<sksg::Group> root) in TextAdapter() function in skottie::TextAdapter
352 TextAdapter::~TextAdapter() = default;
354 sk_sp<SkTextBlob> TextAdapter::makeBlob() const { in makeBlob()
486 void TextAdapter::apply() { in apply()
DSkottieTextLayer.cpp285 auto adapter = sk_make_sp<TextAdapter>(text_root); in attachTextLayer()