Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/modules/canvaskit/
H A Dskottie.js170 CanvasKit.ManagedAnimation.prototype.setVec2Slot = function(key, vec) { method in CanvasKit.ManagedAnimation
H A Dskottie_bindings.cpp549 bool setVec2Slot(const std::string& slotID, SkV2 v) { in setVec2Slot() function in __anonaf201dba0111::ManagedAnimation
H A Dexterns.js143 setVec2Slot: function() {}, method
/aosp_15_r20/external/skia/modules/skottie/src/
H A DSlotManager.cpp95 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 Dindex.d.ts1046 setVec2Slot(key: string, vec2: InputVector2): boolean; method