Searched refs:_tile (Results 1 – 3 of 3) sorted by relevance
30 _tile("6x4"), in Montage()152 _tile=tile_; in tile()157 return(_tile); in tile()221 if (_tile.isValid()) in updateMontageInfo()222 Magick::CloneString(&montageInfo_.tile,_tile); in updateMontageInfo()
32 this._tile = null;347 this._tile = this._tile16x16;349 this._tile = this._drawCtx.createImageData(width, height);363 var data = this._tile.data;390 var data = this._tile.data;391 var width = this._tile.width;409 this._drawCtx.putImageData(this._tile, this._tile_x - this._viewportLoc.x,
108 Geometry _tile; variable