Searched refs:tile_y0 (Results 1 – 1 of 1) sorted by relevance
499 std::ptrdiff_t tile_y0 = img_y0 - 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()504 BOOST_ASSERT(tile_x0 <= img_x1 && tile_y0 <= img_y1); in read_tiled_data_subimage()505 …BOOST_ASSERT(tile_x0 < tile_width && tile_y0 < tile_height && tile_x1 < tile_width && tile_y1 < ti… in read_tiled_data_subimage()508 std::ptrdiff_t tile_subimage_view_height = tile_y1 - tile_y0 + 1; in read_tiled_data_subimage()529 std::ptrdiff_t tile_row = dst_row + tile_y0; in read_tiled_data_subimage()