Home
last modified time | relevance | path

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

/third_party/skia/modules/skottie/src/text/
DTextAdapter.cpp63 struct TextAdapter::PathInfo {
160 sk_sp<TextAdapter> TextAdapter::Make(const skjson::ObjectValue& jlayer, in Make()
222 auto adapter = sk_sp<TextAdapter>(new TextAdapter(std::move(fontmgr), in Make()
291 TextAdapter::TextAdapter(sk_sp<SkFontMgr> fontmgr, sk_sp<Logger> logger, AnchorPointGrouping apg) in TextAdapter() function in skottie::internal::TextAdapter
299 TextAdapter::~TextAdapter() = default;
301 void TextAdapter::addFragment(const Shaper::Fragment& frag) { in addFragment()
375 void TextAdapter::buildDomainMaps(const Shaper::Result& shape_result) { in buildDomainMaps()
435 void TextAdapter::setText(const TextValue& txt) { in setText()
440 uint32_t TextAdapter::shaperFlags() const { in shaperFlags()
451 void TextAdapter::reshape() { in reshape()
[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);
/third_party/skia/modules/skottie/src/
DSkottieProperty.cpp81 PropertyHandle<TextPropertyValue, internal::TextAdapter>::~PropertyHandle() {} in ~PropertyHandle()
84 TextPropertyValue PropertyHandle<TextPropertyValue, internal::TextAdapter>::get() const { in get()
89 void PropertyHandle<TextPropertyValue, internal::TextAdapter>::set(const TextPropertyValue& t) { in set()
DSkottiePriv.h46 class TextAdapter; variable
176 bool dispatchTextProperty(const sk_sp<TextAdapter>&) const;
DSkottie.cpp267 bool AnimationBuilder::dispatchTextProperty(const sk_sp<TextAdapter>& t) const { in dispatchTextProperty()
/third_party/skia/modules/skottie/include/
DSkottieProperty.h99 class TextAdapter; variable
109 internal::TextAdapter>;
/third_party/skia/modules/skottie/
Dskottie.gni98 "$_src/text/TextAdapter.cpp",
99 "$_src/text/TextAdapter.h",
/third_party/skia/modules/skottie/src/layers/
DTextLayer.cpp402 return this->attachDiscardableAdapter<TextAdapter>(jlayer, in attachTextLayer()