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

  /external/opencv/otherlibs/highgui/
grfmt_tiff.cpp 177 int is_tiled = TIFFIsTiled(tif); local
179 if( !is_tiled &&
181 is_tiled &&
207 if( !is_tiled )
  /external/chromium_org/cc/layers/
tiled_layer.cc 129 bool is_tiled; local
131 is_tiled = true;
133 is_tiled = false;
135 is_tiled = auto_tiled;
137 gfx::Size requested_size = is_tiled ? tile_size : content_bounds();

Completed in 142 milliseconds