Searched refs:CH_ATTR_SIZE (Results 1 – 2 of 2) sorted by relevance
38 #define CH_ATTR_SIZE (160 * 100) macro148 uint32_t last_ch_attr[CH_ATTR_SIZE]; /* XXX: make it dynamic */
1237 if ((height * width) > CH_ATTR_SIZE) { in vga_draw_text()1275 if (s->cursor_offset < CH_ATTR_SIZE) in vga_draw_text()1277 if (cursor_offset < CH_ATTR_SIZE) in vga_draw_text()1953 if (size > CH_ATTR_SIZE) { in vga_update_text()