Searched refs:deststep (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | pl110_template.h | 38 …glue(pl110_draw_line1_,NAME)(void *opaque, uint8_t *d, const uint8_t *src, int width, int deststep) in glue() 66 …glue(pl110_draw_line2_,NAME)(void *opaque, uint8_t *d, const uint8_t *src, int width, int deststep) in glue() 94 …glue(pl110_draw_line4_,NAME)(void *opaque, uint8_t *d, const uint8_t *src, int width, int deststep) in glue() 122 …glue(pl110_draw_line8_,NAME)(void *opaque, uint8_t *d, const uint8_t *src, int width, int deststep) in glue() 146 …lue(pl110_draw_line16_,NAME)(void *opaque, uint8_t *d, const uint8_t *src, int width, int deststep) in glue() 192 …lue(pl110_draw_line32_,NAME)(void *opaque, uint8_t *d, const uint8_t *src, int width, int deststep) in glue() 222 …pl110_draw_line16_555_,NAME)(void *opaque, uint8_t *d, const uint8_t *src, int width, int deststep) in glue() 260 …lue(pl110_draw_line12_,NAME)(void *opaque, uint8_t *d, const uint8_t *src, int width, int deststep) in glue()
|
H A D | pxa2xx_lcd.c | 195 # define SKIP_PIXEL(to) do { to += deststep; } while (0) 210 int width, int deststep) in pxa2xx_draw_line2() argument 235 int width, int deststep) in pxa2xx_draw_line4() argument 260 int width, int deststep) in pxa2xx_draw_line8() argument 285 int width, int deststep) in pxa2xx_draw_line16() argument 313 int width, int deststep) in pxa2xx_draw_line16t() argument 351 int width, int deststep) in pxa2xx_draw_line18() argument 373 int width, int deststep) in pxa2xx_draw_line18p() argument 421 int width, int deststep) in pxa2xx_draw_line19() argument 516 int width, int deststep) in pxa2xx_draw_line24() argument [all …]
|
H A D | omap_lcdc.c | 77 int width, int deststep) in draw_line2_32() argument 116 int width, int deststep) in draw_line4_32() argument 143 int width, int deststep) in draw_line8_32() argument 163 int width, int deststep) in draw_line12_32() argument 183 int width, int deststep) in draw_line16_32() argument
|
H A D | bcm2835_fb.c | 56 int width, int deststep) in draw_line_src16() argument
|