Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dhostx.c1075 unsigned long host_pixel; in hostx_paint_rect() local
1092 host_pixel = (r << 16) | (g << 8) | (b); in hostx_paint_rect()
1094 xcb_image_put_pixel(scrpriv->ximg, x, y, host_pixel); in hostx_paint_rect()