Home
last modified time | relevance | path

Searched refs:dispatchEditorPointer (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/modules/canvaskit/
H A Dskottie_bindings.cpp619 bool dispatchEditorPointer(float x, float y, skui::InputState state, skui::ModifierKey mod) { in dispatchEditorPointer() function in __anonaf201dba0111::ManagedAnimation
751 .function("dispatchEditorPointer", &ManagedAnimation::dispatchEditorPointer) in EMSCRIPTEN_BINDINGS()
H A Dexterns.js154 dispatchEditorPointer: function() {}, method
H A DCHANGELOG.md47 `dispatchEditorPointer`.
/aosp_15_r20/external/skia/modules/canvaskit/npm_build/types/
H A Dindex.d.ts1068 dispatchEditorPointer(x: number, y: number, state: InputState, modifier: ModifierKey): boolean; method