Home | History | Annotate | Download | only in source

Lines Matching defs:top_y

2236     int top_y = ((y - radius - 1) >= 0) ? (y - radius - 1) : 0;
2238 int area = radius * (bot_y - top_y);
2244 if (top_y) {
2267 area += (bot_y - top_y);
2278 area -= (bot_y - top_y);