/third_party/skia/modules/skottie/src/text/ |
D | TextAdapter.cpp | 63 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 …]
|
D | TextAdapter.h | 30 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/ |
D | TextAdapter.cpp | 22 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()
|
D | TextAdapter.h | 23 class TextAdapter final : public SkNVRefCnt<TextAdapter> { 25 TextAdapter(sk_sp<sksg::Group> root, sk_sp<SkFontMgr>, sk_sp<Logger>, bool hasAnimators); 26 ~TextAdapter();
|
D | TextAnimator.h | 24 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;
|
D | TextAnimator.cpp | 193 sk_sp<TextAdapter> adapter) { in Make() 215 TextAnimatorList::TextAnimatorList(sk_sp<TextAdapter> adapter, in TextAnimatorList()
|
/third_party/flutter/skia/modules/skottie/src/ |
D | SkottieProperty.cpp | 75 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()
|
D | SkottiePriv.h | 45 class TextAdapter; variable 199 bool dispatchTextProperty(const sk_sp<TextAdapter>&) const;
|
D | Skottie.cpp | 369 bool AnimationBuilder::dispatchTextProperty(const sk_sp<TextAdapter>& t) const { in dispatchTextProperty()
|
/third_party/skia/modules/skottie/src/ |
D | SkottieProperty.cpp | 81 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()
|
D | SkottiePriv.h | 46 class TextAdapter; variable 176 bool dispatchTextProperty(const sk_sp<TextAdapter>&) const;
|
D | Skottie.cpp | 267 bool AnimationBuilder::dispatchTextProperty(const sk_sp<TextAdapter>& t) const { in dispatchTextProperty()
|
/third_party/flutter/skia/modules/skottie/include/ |
D | SkottieProperty.h | 84 namespace internal { class TextAdapter; } variable 89 using TextPropertyHandle = PropertyHandle<TextPropertyValue , internal::TextAdapter >;
|
/third_party/flutter/skia/modules/skottie/ |
D | skottie.gni | 55 "$_src/text/TextAdapter.cpp", 56 "$_src/text/TextAdapter.h",
|
/third_party/skia/modules/skottie/include/ |
D | SkottieProperty.h | 99 class TextAdapter; variable 109 internal::TextAdapter>;
|
/third_party/skia/modules/skottie/ |
D | skottie.gni | 98 "$_src/text/TextAdapter.cpp", 99 "$_src/text/TextAdapter.h",
|
/third_party/flutter/skia/modules/skottie/src/layers/ |
D | TextLayer.cpp | 294 auto adapter = sk_make_sp<TextAdapter>(text_root, in attachTextLayer()
|
/third_party/skia/modules/skottie/src/layers/ |
D | TextLayer.cpp | 402 return this->attachDiscardableAdapter<TextAdapter>(jlayer, in attachTextLayer()
|
/third_party/flutter/engine/flutter/ci/licenses_golden/ |
D | licenses_skia | 4957 FILE: ../../../third_party/skia/modules/skottie/src/text/TextAdapter.cpp 4958 FILE: ../../../third_party/skia/modules/skottie/src/text/TextAdapter.h
|