Home | History | Annotate | Download | only in photo

Lines Matching refs:Top

646     var shiftY = (imageRect.top + imageRect.height / 2) -
647 (tileRect.top + tileRect.height / 2);
718 * Blank space at the top of the mosaic element. We do not do that in CSS
1027 * Get the index of the tile to the top or to the bottom from the given tile.
1589 * @param {number} top Top position.
1593 Mosaic.Row.prototype.layout = function(left, top, width, height) {
1594 this.top_ = top;
1608 this.tiles_[t].layout(tileLeft, top, tileWidth, height);
1928 * @param {number} top Top position.
1932 Mosaic.Tile.prototype.layout = function(left, top, width, height) {
1934 this.top_ = top;
1939 this.style.top = top + 'px';