Home | History | Annotate | Download | only in source

Lines Matching refs:top_y

1306     int top_y = ((y - radius - 1) >= 0) ? (y - radius - 1) : 0;
1308 int area = radius * (bot_y - top_y);
1311 if (top_y) {
1336 area += (bot_y - top_y);
1347 area -= (bot_y - top_y);