Searched refs:tile_y1 (Results 1 – 1 of 1) sorted by relevance
501 std::ptrdiff_t tile_y1 = img_y1 - y; in read_tiled_data_subimage() local503 BOOST_ASSERT(tile_x0 >= 0 && tile_y0 >= 0 && tile_x1 >= 0 && tile_y1 >= 0); in read_tiled_data_subimage()505 …RT(tile_x0 < tile_width && tile_y0 < tile_height && tile_x1 < tile_width && tile_y1 < tile_height); in read_tiled_data_subimage()508 std::ptrdiff_t tile_subimage_view_height = tile_y1 - tile_y0 + 1; in read_tiled_data_subimage()