Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dvnc-enc-hextile-template.h20 pixel_t *irow = (pixel_t *)row; in CONCAT() local
41 bg = irow[i]; in CONCAT()
45 if (irow[i] != bg) { in CONCAT()
46 fg = irow[i]; in CONCAT()
51 if (irow[i] != bg && irow[i] != fg) { in CONCAT()
54 if (irow[i] == bg) in CONCAT()
94 irow = (pixel_t *)row; in CONCAT()
99 if (irow[i] == fg) { in CONCAT()
120 irow = (pixel_t *)row; in CONCAT()
132 if (irow[i] == bg) in CONCAT()
[all …]