Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dvga-helpers.h38 static void vga_draw_glyph8(uint8_t *d, int linesize, in vga_draw_glyph8()
53 static void vga_draw_glyph16(uint8_t *d, int linesize, in vga_draw_glyph16()
71 static void vga_draw_glyph9(uint8_t *d, int linesize, in vga_draw_glyph9()
H A Dramfb.c52 hwaddr size, mapsize, linesize; in ramfb_create_display_surface() local
H A Domap_lcdc.c205 int width, linesize, step, bpp, frame_offset; in omap_update_display() local
H A Dvga.c1198 int cx_min, cx_max, linesize, x_incr, line, line1; in vga_draw_text() local
1481 int y1, y, update, linesize, y_start, double_scan, mask, depth; in vga_draw_graphic() local
H A Dxenfb.c638 int linesize = surface_stride(surface); in xenfb_guest_copy() local
/openbmc/linux/arch/sh/kernel/cpu/
H A Dinit.c196 #define CSHAPE(totalsize, linesize, assoc) \ argument
/openbmc/linux/drivers/gpu/drm/qxl/
H A Dqxl_image.c113 int linesize = width * depth / 8; in qxl_image_init_helper() local
/openbmc/linux/arch/mips/kernel/
H A Dbmips_5xxx_init.S28 #define cacheop(kva, size, linesize, op) \ argument
/openbmc/qemu/target/arm/tcg/
H A Dcpu64.c32 static uint64_t make_ccsidr64(unsigned assoc, unsigned linesize, in make_ccsidr64()
/openbmc/u-boot/tools/env/
H A Dfw_env.c741 size_t linesize = 0; in fw_parse_script() local
1764 size_t linesize = 0; in get_config() local
/openbmc/u-boot/tools/easylogo/
H A Deasylogo.c211 int linesize = image->pixel_size * image->width; in image_load_tga() local
/openbmc/linux/arch/alpha/kernel/
H A Dsetup.c1239 #define CSHAPE(totalsize, linesize, assoc) \ argument
/openbmc/linux/drivers/video/fbdev/
H A Darcfb.c252 unsigned int xindex, yindex, chipindex, linesize; in arcfb_lcd_update_page() local
/openbmc/qemu/ui/
H A Dconsole.c497 int linesize, uint8_t *data) in qemu_create_displaysurface_from()