Lines Matching defs:bot_y
2237 int bot_y = ((y + radius) < height) ? (y + radius) : (height - 1);2238 int area = radius * (bot_y - top_y);2267 area += (bot_y - top_y);2278 area -= (bot_y - top_y);