Searched refs:linesize (Results 1 – 9 of 9) sorted by relevance
| /qemu/hw/display/ |
| A D | ramfb.c | 52 hwaddr size, mapsize, linesize; in ramfb_create_display_surface() local 60 linesize = width * PIXMAN_FORMAT_BPP(format) / 8; in ramfb_create_display_surface() 62 stride = linesize; in ramfb_create_display_surface() 65 mapsize = size = stride * (height - 1) + linesize; in ramfb_create_display_surface()
|
| A D | vga-helpers.h | 38 static void vga_draw_glyph8(uint8_t *d, int linesize, in vga_draw_glyph8() argument 49 d += linesize; in vga_draw_glyph8() 53 static void vga_draw_glyph16(uint8_t *d, int linesize, in vga_draw_glyph16() argument 67 d += linesize; in vga_draw_glyph16() 71 static void vga_draw_glyph9(uint8_t *d, int linesize, in vga_draw_glyph9() argument 94 d += linesize; in vga_draw_glyph9()
|
| A D | vga.c | 1198 int cx_min, cx_max, linesize, x_incr, line, line1; in vga_draw_text() local 1290 linesize = surface_stride(surface); in vga_draw_text() 1322 vga_draw_glyph16(d1, linesize, in vga_draw_text() 1325 vga_draw_glyph8(d1, linesize, in vga_draw_text() 1333 vga_draw_glyph9(d1, linesize, in vga_draw_text() 1348 d = d1 + linesize * line_start; in vga_draw_text() 1353 vga_draw_glyph8(d, linesize, in vga_draw_text() 1356 vga_draw_glyph9(d, linesize, in vga_draw_text() 1370 dest += linesize * cheight; in vga_draw_text() 1670 linesize = surface_stride(surface); in vga_draw_graphic() [all …]
|
| A D | omap_lcdc.c | 205 int width, linesize, step, bpp, frame_offset; in omap_update_display() local 307 linesize = surface_stride(surface); in omap_update_display() 316 step, linesize, 0, in omap_update_display()
|
| A D | xenfb.c | 601 + (line * linesize) \ 638 int linesize = surface_stride(surface); in xenfb_guest_copy() local
|
| /qemu/pc-bios/ |
| A D | petalogix-s3adsp1800.dts | 201 xlnx,xcl0-linesize = <0x04>; 203 xlnx,xcl1-linesize = <0x04>; 205 xlnx,xcl2-linesize = <0x04>; 207 xlnx,xcl3-linesize = <0x04>;
|
| /qemu/include/ui/ |
| A D | surface.h | 34 int linesize, uint8_t *data);
|
| /qemu/target/arm/ |
| A D | cpu-features.h | 1042 unsigned linesize, unsigned cachesize, in make_ccsidr() argument 1045 unsigned lg_linesize = ctz32(linesize); in make_ccsidr() 1050 assert(is_power_of_2(linesize)); in make_ccsidr() 1054 sets = cachesize / (assoc * linesize); in make_ccsidr() 1055 assert(cachesize % (assoc * linesize) == 0); in make_ccsidr()
|
| /qemu/ui/ |
| A D | console.c | 480 int linesize, uint8_t *data) in qemu_create_displaysurface_from() argument 490 (void *)data, linesize); in qemu_create_displaysurface_from() 498 linesize, in qemu_create_displaysurface_from()
|
Completed in 21 milliseconds