Home | History | Annotate | Download | only in coders

Lines Matching refs:max_x

240     int max_x, max_y;
252 max_x = max_y = 0;
465 max_x < posision_x) {
466 max_x = posision_x;
489 if (max_x < (posision_x + repeat_count - 1)) {
490 max_x = posision_x + repeat_count - 1;
510 if (++max_x < attributed_ph) {
511 max_x = attributed_ph;
517 if (imsx > max_x || imsy > max_y) {
518 dmsx = max_x;