Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dvnc-enc-hextile-template.h3 #define pixel_t CONCAT(uint, CONCAT(BPP, _t)) macro
20 pixel_t *irow = (pixel_t *)row; in CONCAT()
22 pixel_t *last_bg = (pixel_t *)last_bg_; in CONCAT()
23 pixel_t *last_fg = (pixel_t *)last_fg_; in CONCAT()
24 pixel_t bg = 0; in CONCAT()
25 pixel_t fg = 0; in CONCAT()
66 irow += vnc_server_fb_stride(vd) / sizeof(pixel_t); in CONCAT()
70 pixel_t tmp = fg; in CONCAT()
94 irow = (pixel_t *)row; in CONCAT()
114 irow += vnc_server_fb_stride(vd) / sizeof(pixel_t); in CONCAT()
[all …]