Searched defs:linesize (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp1456 typedef void vga_draw_glyph8_func(uint8_t *d, int linesize,
1460 typedef void vga_draw_glyph9_func(uint8_t *d, int linesize,
1705 int cx_min, cx_max, linesize, x_incr; local
1814 linesize = pDrv->cbScanline;
1847 vga_draw_glyph8(d1, linesize,
1854 vga_draw_glyph9(d1, linesize,
1868 d = d1 + (linesize * line_start << dscan);
1871 vga_draw_glyph8(d, linesize,
1875 vga_draw_glyph9(d, linesize,
1901 dest += linesize * cheigh
2161 int y, page_min, page_max, linesize, y_start; local
2273 int y1, y2, y, page_min, page_max, linesize, y_start, double_scan; local
[all...]

Completed in 44 milliseconds