Home | History | Annotate | Download | only in coders

Lines Matching defs:max_x

242     int max_x, max_y;
256 max_x = max_y = 0;
483 if (max_x < posision_x) {
484 max_x = posision_x;
513 if (max_x < (posision_x + repeat_count - 1)) {
514 max_x = posision_x + repeat_count - 1;
534 if (++max_x < attributed_ph) {
535 max_x = attributed_ph;
541 if (imsx > max_x || imsy > max_y) {
542 dmsx = max_x;