Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/modules/canvaskit/
H A Dskottie.js156 CanvasKit.ManagedAnimation.prototype.setColorSlot = function(key, color) { method in CanvasKit.ManagedAnimation
H A Dskottie_bindings.cpp541 bool setColorSlot(const std::string& slotID, SkColor c) { in setColorSlot() function in __anonaf201dba0111::ManagedAnimation
H A Dexterns.js139 setColorSlot: function() {}, method
/aosp_15_r20/external/skia/modules/skottie/src/
H A DSlotManager.cpp54 bool skottie::SlotManager::setColorSlot(const SlotID& slotID, SkColor c) { in setColorSlot() function in skottie::SlotManager
/aosp_15_r20/external/skia/modules/canvaskit/npm_build/types/
H A Dindex.d.ts1044 setColorSlot(key: string, color: InputColor): boolean; method