Home | History | Annotate | Download | only in source

Lines Matching refs:max_y

264     const int max_y = (src_height - 1) << 16;
265 if (y > max_y) {
266 y = max_y;
280 if (y > max_y) {
281 y = max_y;
302 const int max_y = (src_height - 1) << 16;
372 if (y > max_y) {
373 y = max_y;
398 if (y > max_y) {
399 y = max_y;
554 const int max_y = (src_height - 1) << 16;
555 if (y > max_y) {
556 y = max_y;
597 if (y > max_y) {
598 y = max_y;