Home
last modified time | relevance | path

Searched refs:TextAdapter (Results 1 – 19 of 19) 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/flutter/skia/modules/skottie/src/text/
DTextAdapter.cpp22 TextAdapter::TextAdapter(sk_sp<sksg::Group> root, sk_sp<SkFontMgr> fontmgr, sk_sp<Logger> logger, in TextAdapter() function in skottie::internal::TextAdapter
29 TextAdapter::~TextAdapter() = default;
31 void TextAdapter::addFragment(const Shaper::Fragment& frag) { in addFragment()
75 void TextAdapter::buildDomainMaps(const Shaper::Result& shape_result) { in buildDomainMaps()
121 void TextAdapter::apply() { in apply()
182 void TextAdapter::applyAnimators(const std::vector<sk_sp<TextAnimator>>& animators) { in applyAnimators()
224 void TextAdapter::pushPropsToFragment(const TextAnimator::AnimatedProps& props, in pushPropsToFragment()
245 void TextAdapter::adjustLineTracking(const TextAnimator::ModulatorBuffer& buf, in adjustLineTracking()
DTextAdapter.h23 class TextAdapter final : public SkNVRefCnt<TextAdapter> {
25 TextAdapter(sk_sp<sksg::Group> root, sk_sp<SkFontMgr>, sk_sp<Logger>, bool hasAnimators);
26 ~TextAdapter();
DTextAnimator.h24 class TextAdapter; variable
83 sk_sp<TextAdapter>);
90 TextAnimatorList(sk_sp<TextAdapter>, sksg::AnimatorList&&, std::vector<sk_sp<TextAnimator>>&&);
93 const sk_sp<TextAdapter> fAdapter;
DTextAnimator.cpp193 sk_sp<TextAdapter> adapter) { in Make()
215 TextAnimatorList::TextAnimatorList(sk_sp<TextAdapter> adapter, in TextAnimatorList()
/third_party/flutter/skia/modules/skottie/src/
DSkottieProperty.cpp75 PropertyHandle<TextPropertyValue, internal::TextAdapter>::~PropertyHandle() {} in ~PropertyHandle()
78 TextPropertyValue PropertyHandle<TextPropertyValue, internal::TextAdapter>::get() const { in get()
83 void PropertyHandle<TextPropertyValue, internal::TextAdapter>::set(const TextPropertyValue& t) { in set()
DSkottiePriv.h45 class TextAdapter; variable
199 bool dispatchTextProperty(const sk_sp<TextAdapter>&) const;
DSkottie.cpp369 bool AnimationBuilder::dispatchTextProperty(const sk_sp<TextAdapter>& t) const { in dispatchTextProperty()
/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/flutter/skia/modules/skottie/include/
DSkottieProperty.h84 namespace internal { class TextAdapter; } variable
89 using TextPropertyHandle = PropertyHandle<TextPropertyValue , internal::TextAdapter >;
/third_party/flutter/skia/modules/skottie/
Dskottie.gni55 "$_src/text/TextAdapter.cpp",
56 "$_src/text/TextAdapter.h",
/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/flutter/skia/modules/skottie/src/layers/
DTextLayer.cpp294 auto adapter = sk_make_sp<TextAdapter>(text_root, in attachTextLayer()
/third_party/skia/modules/skottie/src/layers/
DTextLayer.cpp402 return this->attachDiscardableAdapter<TextAdapter>(jlayer, in attachTextLayer()
/third_party/flutter/engine/flutter/ci/licenses_golden/
Dlicenses_skia4957 FILE: ../../../third_party/skia/modules/skottie/src/text/TextAdapter.cpp
4958 FILE: ../../../third_party/skia/modules/skottie/src/text/TextAdapter.h