Lines Matching defs:actual_height
254 (y) < (graphic)->actual_height)
284 y >= 0 && y < graphic->actual_height) {
307 y2 < 0 || y1 >= graphic->actual_height)
316 if (y2 >= graphic->actual_height)
317 y2 = graphic->actual_height - 1;
359 if (dst_y < 0 || dst_y >= (int) graphic->actual_height)
370 src_y < 0 || src_y >= (int) graphic->actual_height)
714 graphic->actual_height = 0;
822 int actual_height,
833 actual_width, actual_height,
841 graphic->actual_height == actual_height) {
847 graphic->actual_width, graphic->actual_height,
855 graphic->actual_height = actual_height;
858 graphic->actual_width, graphic->actual_height,
948 int const graph_h = graphic->actual_height;
964 graphic->actual_height,
1168 TRACE(("graphic stats: id=%u charrow=%d charcol=%d actual_width=%d actual_height=%d pixw=%d pixh=%d\n",
1173 graphic->actual_height,
1190 for (r = 0; r < graphic->actual_height; r++) {
1236 for (r = 0; r < graphic->actual_height; r++) {
1326 graphic->charrow + (graphic->actual_height +
1449 int draw_h = graphic->actual_height;