Home | History | Annotate | Download | only in source

Lines Matching defs:maxy

889   int maxy = (src_height > 1) ? ((src_height - 1) << 16) - 1 : 0;
898 if (y > maxy) {
899 y = maxy;