Home | History | Annotate | Download | only in source

Lines Matching refs:bot_y

1307     int bot_y = ((y + radius) < height) ? (y + radius) : (height - 1);
1308 int area = radius * (bot_y - top_y);
1336 area += (bot_y - top_y);
1347 area -= (bot_y - top_y);