Searched refs:view_top_left (Results 1 – 1 of 1) sorted by relevance
471 point_t view_top_left ( subimage_x, subimage_y ); in read_tiled_data_subimage() local477 || 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()