Home | History | Annotate | Download | only in source

Lines Matching defs:maxy

2628   int maxy = (src_height << 16);
2636 if (y > maxy) {
2637 y = maxy;
2690 int maxy = (src_height > 1) ? ((src_height - 1) << 16) - 1 : 0;
2715 if (y > maxy)
2716 y = maxy;
2762 int maxy = (src_height > 1) ? ((src_height - 1) << 16) - 1 : 0;
2771 if (y > maxy) {
2772 y = maxy;