Searched refs:blitImage (Results 1 – 2 of 2) sorted by relevance
/external/libvncserver/webclients/novnc/include/ |
D | display.js | 415 blitImage: function (x, y, width, height, arr, offset) { method in Display 595 this.blitImage(a.x, a.y, a.width, a.height, a.data, 0);
|
D | rfb.js | 1374 this._display.blitImage(this._FBU.x, cur_y, this._FBU.width, 1503 this._display.blitImage(x, y, w, h, rQ, rQi);
|