Home
last modified time | relevance | path

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

/external/skia/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 __anon855b3a180111::ManagedAnimation
/external/skia/modules/skottie/src/
DSlotManager.cpp108 bool skottie::SlotManager::setTextSlot(const SlotID& slotID, const TextPropertyValue& t) { in setTextSlot() function in skottie::SlotManager
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts1045 setTextSlot(key: string, text: SlottableTextProperty): boolean; method