Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/modules/canvaskit/
H A Dskottie.js175 CanvasKit.ManagedAnimation.prototype.getVec2Slot = function(key) { method in CanvasKit.ManagedAnimation
H A Dskottie_bindings.cpp463 void getVec2Slot(const std::string& slotID, WASMPointerF32 outPtr) { in getVec2Slot() function in __anonaf201dba0111::ManagedAnimation
H A Dexterns.js144 getVec2Slot: function() {}, method
/aosp_15_r20/external/skia/modules/skottie/src/
H A DSlotManager.cpp138 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 Dindex.d.ts1052 getVec2Slot(key: string): Vector2 | null; method