Home
last modified time | relevance | path

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

/external/skia/modules/skottie/src/text/
DTextAdapter.cpp27 sk_sp<TextAdapter> TextAdapter::Make(const skjson::ObjectValue& jlayer, in Make()
81 auto adapter = sk_sp<TextAdapter>(new TextAdapter(std::move(fontmgr), in Make()
109 TextAdapter::TextAdapter(sk_sp<SkFontMgr> fontmgr, sk_sp<Logger> logger, AnchorPointGrouping apg) in TextAdapter() function in skottie::internal::TextAdapter
117 TextAdapter::~TextAdapter() = default;
119 void TextAdapter::addFragment(const Shaper::Fragment& frag) { in addFragment()
193 void TextAdapter::buildDomainMaps(const Shaper::Result& shape_result) { in buildDomainMaps()
253 void TextAdapter::setText(const TextValue& txt) { in setText()
258 uint32_t TextAdapter::shaperFlags() const { in shaperFlags()
268 void TextAdapter::reshape() { in reshape()
331 void TextAdapter::onSync() { in onSync()
[all …]
DTextAdapter.h30 class TextAdapter final : public AnimatablePropertyContainer {
32 static sk_sp<TextAdapter> Make(const skjson::ObjectValue&, const AnimationBuilder*,
35 ~TextAdapter() override;
53 TextAdapter(sk_sp<SkFontMgr>, sk_sp<Logger>, AnchorPointGrouping);
/external/skia/modules/skottie/src/
DSkottieProperty.cpp80 PropertyHandle<TextPropertyValue, internal::TextAdapter>::~PropertyHandle() {} in ~PropertyHandle()
83 TextPropertyValue PropertyHandle<TextPropertyValue, internal::TextAdapter>::get() const { in get()
88 void PropertyHandle<TextPropertyValue, internal::TextAdapter>::set(const TextPropertyValue& t) { in set()
DSkottiePriv.h46 class TextAdapter; variable
174 bool dispatchTextProperty(const sk_sp<TextAdapter>&) const;
DSkottie.cpp264 bool AnimationBuilder::dispatchTextProperty(const sk_sp<TextAdapter>& t) const { in dispatchTextProperty()
/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/include/
DSkottieProperty.h98 class TextAdapter; variable
108 internal::TextAdapter>;
/external/skia/modules/skottie/
Dskottie.gni94 "$_src/text/TextAdapter.cpp",
95 "$_src/text/TextAdapter.h",
/external/skia/modules/skottie/src/layers/
DTextLayer.cpp402 return this->attachDiscardableAdapter<TextAdapter>(jlayer, in attachTextLayer()
/external/skia/
DAndroid.bp2430 "modules/skottie/src/text/TextAdapter.cpp",
3584 "modules/skottie/src/text/TextAdapter.cpp",