Home
last modified time | relevance | path

Searched refs:pitch (Results 1 – 4 of 4) sorted by relevance

/qemu/hw/display/
H A Dbcm2835_fb.c268 uint32_t pitch; in bcm2835_fb_mbox_push() local
290 pitch = bcm2835_fb_get_pitch(&newconf); in bcm2835_fb_mbox_push()
293 stl_le_phys(&s->dma_as, value + 16, pitch); in bcm2835_fb_mbox_push()
H A Dnext-fb.c48 int width, int pitch) in nextfb_draw_line() argument
H A Dcirrus_vga.c211 int32_t pitch, int32_t addr) in blit_region_is_unsafe() argument
213 if (!pitch) { in blit_region_is_unsafe()
216 if (pitch < 0) { in blit_region_is_unsafe()
218 + ((int64_t)s->cirrus_blt_height - 1) * pitch in blit_region_is_unsafe()
225 + ((int64_t)s->cirrus_blt_height-1) * pitch in blit_region_is_unsafe()
H A Dartist.c1294 int width, int pitch) in artist_draw_line() argument