H A D | DevVGATmpl.h | 58 static inline void RT_CONCAT(vga_draw_glyph_line_, DEPTH)(uint8_t *d, function 94 static void RT_CONCAT(vga_draw_glyph8_, DEPTH)(uint8_t *d, int linesize, function 104 RT_CONCAT(vga_draw_glyph_line_, DEPTH)(d, font_data, xorcol, bgcol, dscan, linesize); 110 static void RT_CONCAT(vga_draw_glyph16_, DEPTH)(uint8_t *d, int linesize, function 120 RT_CONCAT(vga_draw_glyph_line_, DEPTH)(d, 123 RT_CONCAT(vga_draw_glyph_line_, DEPTH)(d + 8 * BPP, 131 static void RT_CONCAT(vga_draw_glyph9_, DEPTH)(uint8_t *d, int linesize, function 183 static void RT_CONCAT(vga_draw_line2_, DEPTH)(VGAState *s1, uint8_t *d, function 227 static void RT_CONCAT(vga_draw_line2d2_, DEPTH)(VGAState *s1, uint8_t *d, function 262 static void RT_CONCAT(vga_draw_line4 function 294 static void RT_CONCAT(vga_draw_line4d2_, DEPTH)(VGAState *s1, uint8_t *d, function 328 static void RT_CONCAT(vga_draw_line8d2_, DEPTH)(VGAState *s1, uint8_t *d, function 351 static void RT_CONCAT(vga_draw_line8_, DEPTH)(VGAState *s1, uint8_t *d, function 381 static void RT_CONCAT(vga_draw_line15_, DEPTH)(VGAState *s1, uint8_t *d, function 407 static void RT_CONCAT(vga_draw_line16_, DEPTH)(VGAState *s1, uint8_t *d, function 433 static void RT_CONCAT(vga_draw_line24_, DEPTH)(VGAState *s1, uint8_t *d, function 460 static void RT_CONCAT(vga_draw_line32_, DEPTH)(VGAState *s1, uint8_t *d, function 493 void RT_CONCAT(vga_draw_cursor_line_, DEPTH)(uint8_t *d1, function [all...] |