Lines Matching defs:actual_width
252 (x) < (graphic)->actual_width &&
283 if (x >= 0 && x < graphic->actual_width &&
306 if (x2 < 0 || x1 >= graphic->actual_width ||
312 if (x2 >= graphic->actual_width)
313 x2 = graphic->actual_width - 1;
366 if (dst_x < 0 || dst_x >= (int) graphic->actual_width)
369 if (src_x < 0 || src_x >= (int) graphic->actual_width ||
713 graphic->actual_width = 0;
821 int actual_width,
833 actual_width, actual_height,
840 graphic->actual_width == actual_width &&
847 graphic->actual_width, graphic->actual_height,
854 graphic->actual_width = actual_width;
858 graphic->actual_width, graphic->actual_height,
947 int const graph_w = graphic->actual_width;
963 graphic->actual_width,
1168 TRACE(("graphic stats: id=%u charrow=%d charcol=%d actual_width=%d actual_height=%d pixw=%d pixh=%d\n",
1172 graphic->actual_width,
1191 for (c = 0; c < graphic->actual_width; c++) {
1241 for (c = 0; c < graphic->actual_width; c++) {
1448 int draw_w = graphic->actual_width;