Lines Matching refs:_viewportLoc
28 this._viewportLoc = { 'x': 0, 'y': 0, 'w': 0, 'h': 0 }; property in anonymousFunctionfc2df85b0100.Display
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.x, y - this._viewportLoc.y, width, height);
334 var x1 = old_x - this._viewportLoc.x;
335 var y1 = old_y - this._viewportLoc.y;
336 var x2 = new_x - this._viewportLoc.x;
337 var y2 = new_y - this._viewportLoc.y;
409 this._drawCtx.putImageData(this._tile, this._tile_x - this._viewportLoc.x,
410 this._tile_y - this._viewportLoc.y);
417 … this._bgrxImageData(x, y, this._viewportLoc.x, this._viewportLoc.y, width, height, arr, offset);
419 … this._cmapImageData(x, y, this._viewportLoc.x, this._viewportLoc.y, width, height, arr, offset);
425 … this._rgbImageData(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);
435 this._drawCtx.drawImage(img, x - this._viewportLoc.x, y - this._viewportLoc.y);
443 this._drawCtx.drawImage(img, x - this._viewportLoc.x, y - this._viewportLoc.y);