Searched refs:xx_max (Results 1 – 1 of 1) sorted by relevance
656 int xx_min = std::max(rpoint.x - 1, 0), xx_max = std::min(rpoint.x + 1, img_width - 1); in region_grow() local661 for(int xx = xx_min; xx <= xx_max; ++xx, ++c_addr) in region_grow()