Searched refs:tile_top_left (Results 1 – 1 of 1) sorted by relevance
468 point_t tile_top_left ( x, y ); in read_tiled_data_subimage() local475 if( tile_top_left.x > view_lower_right.x in read_tiled_data_subimage()476 || tile_top_left.y > view_lower_right.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()