Searched defs:_viewportLoc (Results 1 - 1 of 1) sorted by relevance

/external/libvncserver/webclients/novnc/include/
H A Ddisplay.js28 this._viewportLoc = { 'x': 0, 'y': 0, 'w': 0, 'h': 0 };
114 var vp = this._viewportLoc;
248 var vp = this._viewportLoc;
292 return x + this._viewportLoc.x;
296 return y + this._viewportLoc.y;
319 this._drawCtx.clearRect(0, 0, this._viewportLoc.w, this._viewportLoc.h);
322 this._drawCtx.clearRect(0, 0, this._viewportLoc.w, this._viewportLoc.h);
330 this._drawCtx.fillRect(x - this._viewportLoc
[all...]

Completed in 82 milliseconds