Home
last modified time | relevance | path

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

/external/libvncserver/webclients/novnc/include/
Ddisplay.js419 … this._cmapImageData(x, y, this._viewportLoc.x, this._viewportLoc.y, width, height, arr, offset);
428 … this._cmapImageData(x, y, this._viewportLoc.x, this._viewportLoc.y, width, height, arr, offset);
569 _cmapImageData: function (x, y, vx, vy, width, height, arr, offset) { method in Display