Searched defs:setVec2Slot (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/skia/modules/canvaskit/ | ||
H A D | skottie.js | 170 CanvasKit.ManagedAnimation.prototype.setVec2Slot = function(key, vec) { method in CanvasKit.ManagedAnimation |
H A D | skottie_bindings.cpp | 549 bool setVec2Slot(const std::string& slotID, SkV2 v) { in setVec2Slot() function in __anonaf201dba0111::ManagedAnimation |
H A D | externs.js | 143 setVec2Slot: function() {}, method |
/aosp_15_r20/external/skia/modules/skottie/src/ | ||
H A D | SlotManager.cpp | 95 bool skottie::SlotManager::setVec2Slot(const SlotID& slotID, SkV2 v) { in setVec2Slot() function in skottie::SlotManager |
/aosp_15_r20/external/skia/modules/canvaskit/npm_build/types/ | ||
H A D | index.d.ts | 1046 setVec2Slot(key: string, vec2: InputVector2): boolean; method |