Home | History | Annotate | Download | only in source

Lines Matching defs:max_y

344     const int max_y = (src_height - 1) << 16;
345 if (y > max_y) {
346 y = max_y;
360 if (y > max_y) {
361 y = max_y;
389 const int max_y = (src_height - 1) << 16;
467 if (y > max_y) {
468 y = max_y;
493 if (y > max_y) {
494 y = max_y;
668 const int max_y = (src_height - 1) << 16;
669 if (y > max_y) {
670 y = max_y;
711 if (y > max_y) {
712 y = max_y;