Lines Matching refs:Height
91 INT Height; in guix_canvas_flush() local
133 Height = Copy.gx_rectangle_bottom - Copy.gx_rectangle_top + 1; in guix_canvas_flush()
138 copy_height = Height * scale / 100; in guix_canvas_flush()
160 Copy.gx_rectangle_top + Height + 1, in guix_canvas_flush()
161 Width, -Height, memptr, in guix_canvas_flush()
255 Copy.gx_rectangle_top + Height + 1, in guix_canvas_flush()
256 Width, -Height, memptr, in guix_canvas_flush()
267 INT Height; in guix_bitmap_flush() local
271 Height = bmpinfo -> gx_bmp_header.biHeight; in guix_bitmap_flush()
273 StretchDIBits(win_device, xpos, ypos, Width, Height, in guix_bitmap_flush()
274 0, Height + 1, Width, -Height, memptr, in guix_bitmap_flush()