Searched refs:SkpDebugPlayer (Results 1 – 3 of 3) sorted by relevance
/external/skia/experimental/wasm-skp-debugger/ |
D | debugger_bindings.cpp | 70 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 …]
|
D | externs.js | 35 SkpDebugPlayer: { property 36 SkpDebugPlayer: function() {}, method
|
D | helper.js | 6 var player = new this.SkpDebugPlayer();
|