Home
last modified time | relevance | path

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

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