HomeSort by relevance Sort by last modified time
    Searched refs:_tile (Results 1 - 4 of 4) sorted by null

  /external/ImageMagick/Magick++/lib/
Montage.cpp 30 _tile("6x4"),
152 _tile=tile_;
157 return(_tile);
221 if (_tile.isValid())
222 Magick::CloneString(&montageInfo_.tile,_tile);
  /external/ImageMagick/Magick++/lib/Magick++/
Montage.h 108 Geometry _tile; member in class:Magick::Montage
  /external/libvncserver/webclients/novnc/include/
display.js 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,
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
state_saving_rnn_estimator.py 352 def _tile(feature): function in function:_prepare_inputs_for_rnn
373 _tile(context_features[k]) for k in sorted(context_features)

Completed in 693 milliseconds