Searched defs:setColorSlot (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/skia/modules/canvaskit/ | ||
H A D | skottie.js | 156 CanvasKit.ManagedAnimation.prototype.setColorSlot = function(key, color) { method in CanvasKit.ManagedAnimation |
H A D | skottie_bindings.cpp | 541 bool setColorSlot(const std::string& slotID, SkColor c) { in setColorSlot() function in __anonaf201dba0111::ManagedAnimation |
H A D | externs.js | 139 setColorSlot: function() {}, method |
/aosp_15_r20/external/skia/modules/skottie/src/ | ||
H A D | SlotManager.cpp | 54 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 D | index.d.ts | 1044 setColorSlot(key: string, color: InputColor): boolean; method |