Home
last modified time | relevance | path

Searched refs:SkpDebugPlayer (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/experimental/wasm-skp-debugger/
Ddebugger_bindings.cpp70 class SkpDebugPlayer { class
72 SkpDebugPlayer() : in SkpDebugPlayer() function in SkpDebugPlayer
544 class_<SkpDebugPlayer>("SkpDebugPlayer") in EMSCRIPTEN_BINDINGS()
546 .function("changeFrame", &SkpDebugPlayer::changeFrame) in EMSCRIPTEN_BINDINGS()
547 .function("deleteCommand", &SkpDebugPlayer::deleteCommand) in EMSCRIPTEN_BINDINGS()
548 .function("draw", &SkpDebugPlayer::draw, allow_raw_pointers()) in EMSCRIPTEN_BINDINGS()
549 .function("drawTo", &SkpDebugPlayer::drawTo, allow_raw_pointers()) in EMSCRIPTEN_BINDINGS()
550 .function("findCommandByPixel", &SkpDebugPlayer::findCommandByPixel, allow_raw_pointers()) in EMSCRIPTEN_BINDINGS()
551 .function("getBounds", &SkpDebugPlayer::getBounds) in EMSCRIPTEN_BINDINGS()
552 .function("getBoundsForFrame", &SkpDebugPlayer::getBoundsForFrame) in EMSCRIPTEN_BINDINGS()
[all …]
Dexterns.js35 SkpDebugPlayer: { property
36 SkpDebugPlayer: function() {}, method
Dhelper.js6 var player = new this.SkpDebugPlayer();
/third_party/flutter/skia/experimental/wasm-skp-debugger/
Ddebugger_bindings.cpp46 class SkpDebugPlayer { class
48 SkpDebugPlayer() {} in SkpDebugPlayer() function in SkpDebugPlayer
302 class_<SkpDebugPlayer>("SkpDebugPlayer") in EMSCRIPTEN_BINDINGS()
304 .function("loadSkp", &SkpDebugPlayer::loadSkp, allow_raw_pointers()) in EMSCRIPTEN_BINDINGS()
305 .function("drawTo", &SkpDebugPlayer::drawTo, allow_raw_pointers()) in EMSCRIPTEN_BINDINGS()
306 .function("getBounds", &SkpDebugPlayer::getBounds) in EMSCRIPTEN_BINDINGS()
307 .function("setOverdrawVis", &SkpDebugPlayer::setOverdrawVis) in EMSCRIPTEN_BINDINGS()
308 .function("setClipVizColor", &SkpDebugPlayer::setClipVizColor) in EMSCRIPTEN_BINDINGS()
309 .function("getSize", &SkpDebugPlayer::getSize) in EMSCRIPTEN_BINDINGS()
310 .function("deleteCommand", &SkpDebugPlayer::deleteCommand) in EMSCRIPTEN_BINDINGS()
[all …]
Dexterns.js35 SkpDebugPlayer: { property
36 SkpDebugPlayer: function() {}, method
Dhelper.js6 var player = new this.SkpDebugPlayer();
/third_party/flutter/skia/experimental/wasm-skp-debugger/tests/
Dstartup.spec.js28 const player = new Debugger.SkpDebugPlayer();