Searched defs:getVec2Slot (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/skia/modules/canvaskit/ | ||
H A D | skottie.js | 175 CanvasKit.ManagedAnimation.prototype.getVec2Slot = function(key) { method in CanvasKit.ManagedAnimation |
H A D | skottie_bindings.cpp | 463 void getVec2Slot(const std::string& slotID, WASMPointerF32 outPtr) { in getVec2Slot() function in __anonaf201dba0111::ManagedAnimation |
H A D | externs.js | 144 getVec2Slot: function() {}, method |
/aosp_15_r20/external/skia/modules/skottie/src/ | ||
H A D | SlotManager.cpp | 138 std::optional<SkV2> skottie::SlotManager::getVec2Slot(const SlotID& slotID) const { in getVec2Slot() function in skottie::SlotManager |
/aosp_15_r20/external/skia/modules/canvaskit/npm_build/types/ | ||
H A D | index.d.ts | 1052 getVec2Slot(key: string): Vector2 | null; method |