Home
last modified time | relevance | path

Searched defs:current_tile_length (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/gil/extension/io/tiff/detail/
Dread.hpp458 …uint32_t current_tile_length = ( y + tile_height < image_height ) ? tile_height : image_height - y; in read_tiled_data_subimage() local
575 …uint32_t current_tile_length = ( y + tile_height < image_height ) ? tile_height : image_height - y; in read_tiled_data_full() local
Dwrite.hpp374 std::ptrdiff_t current_tile_length = ( i + th < height) ? th : height - i; in internal_write_tiled_data() local