Home
last modified time | relevance | path

Searched refs:view_top_left (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/gil/extension/io/tiff/detail/
Dread.hpp471 point_t view_top_left ( subimage_x, subimage_y ); in read_tiled_data_subimage() local
477 || tile_lower_right.x < view_top_left.x in read_tiled_data_subimage()
478 || tile_lower_right.y < view_top_left.y in read_tiled_data_subimage()
491 …std::ptrdiff_t img_x0 = ( tile_top_left.x >= view_top_left.x ) ? tile_top_left.x : view_top_left.x; in read_tiled_data_subimage()
492 …std::ptrdiff_t img_y0 = ( tile_top_left.y >= view_top_left.y ) ? tile_top_left.y : view_top_left.y; in read_tiled_data_subimage()