Searched defs:current_tile_length (Results 1 – 2 of 2) sorted by relevance
458 …uint32_t current_tile_length = ( y + tile_height < image_height ) ? tile_height : image_height - y; in read_tiled_data_subimage() local575 …uint32_t current_tile_length = ( y + tile_height < image_height ) ? tile_height : image_height - y; in read_tiled_data_full() local
374 std::ptrdiff_t current_tile_length = ( i + th < height) ? th : height - i; in internal_write_tiled_data() local