Home
last modified time | relevance | path

Searched defs:setTextSlot (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/m133/modules/canvaskit/
Dskottie.js184 CanvasKit.ManagedAnimation.prototype.setTextSlot = function(key, textValue) { method in CanvasKit.ManagedAnimation
Dskottie_bindings.cpp631 bool setTextSlot(const std::string& slotID, SimpleSlottableTextProperty t) { in setTextSlot() function in __anonec38e98a0111::ManagedAnimation
Dexterns.js145 setTextSlot: function() {}, method
/third_party/skia/m133/modules/skottie/src/
DSlotManager.cpp108 bool skottie::SlotManager::setTextSlot(const SlotID& slotID, const TextPropertyValue& t) { in setTextSlot() function in skottie::SlotManager
/third_party/skia/m133/modules/canvaskit/npm_build/types/
Dindex.d.ts1047 setTextSlot(key: string, text: SlottableTextProperty): boolean; method