Searched refs:old_y (Results 1 – 2 of 2) sorted by relevance
/external/libvncserver/webclients/novnc/include/ |
D | display.js | 424 that.copyImage = function(old_x, old_y, new_x, new_y, w, h) { argument 425 var x1 = old_x - viewport.x, y1 = old_y - viewport.y,
|
D | rfb.js | 1105 var old_x, old_y; 1109 old_y = ws.rQshift16(); 1110 display.copyImage(old_x, old_y, FBU.x, FBU.y, FBU.width, FBU.height);
|