Searched refs:TextAdapter (Results 1 – 12 of 12) sorted by relevance
/external/skia/modules/skottie/src/text/ |
D | TextAdapter.cpp | 27 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 …]
|
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);
|
/external/skia/modules/skottie/src/ |
D | SkottieProperty.cpp | 80 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()
|
D | SkottiePriv.h | 46 class TextAdapter; variable 174 bool dispatchTextProperty(const sk_sp<TextAdapter>&) const;
|
D | Skottie.cpp | 264 bool AnimationBuilder::dispatchTextProperty(const sk_sp<TextAdapter>& t) const { in dispatchTextProperty()
|
/external/skqp/modules/skottie/src/ |
D | SkottieAdapter.cpp | 265 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()
|
D | SkottieAdapter.h | 224 class TextAdapter final : public SkNVRefCnt<TextAdapter> { 226 explicit TextAdapter(sk_sp<sksg::Group> root); 227 ~TextAdapter();
|
D | SkottieTextLayer.cpp | 285 auto adapter = sk_make_sp<TextAdapter>(text_root); in attachTextLayer()
|
/external/skia/modules/skottie/include/ |
D | SkottieProperty.h | 98 class TextAdapter; variable 108 internal::TextAdapter>;
|
/external/skia/modules/skottie/ |
D | skottie.gni | 94 "$_src/text/TextAdapter.cpp", 95 "$_src/text/TextAdapter.h",
|
/external/skia/modules/skottie/src/layers/ |
D | TextLayer.cpp | 402 return this->attachDiscardableAdapter<TextAdapter>(jlayer, in attachTextLayer()
|
/external/skia/ |
D | Android.bp | 2430 "modules/skottie/src/text/TextAdapter.cpp", 3584 "modules/skottie/src/text/TextAdapter.cpp",
|