Searched refs:getBgColour (Results 1 – 2 of 2) sorted by relevance
/external/libvncserver/libvncserver/ |
D | rre.c | 41 static uint32_t getBgColour(char *data, int size, int bpp); 186 uint##bpp##_t bg = (uint##bpp##_t)getBgColour((char*)data,w*h,bpp); \ 269 getBgColour(char *data, int size, int bpp) in getBgColour() function
|
D | corre.c | 42 static uint32_t getBgColour(char *data, int size, int bpp); 219 uint##bpp##_t bg = (uint##bpp##_t)getBgColour((char*)data,w*h,bpp); \ 302 getBgColour(char *data, int size, int bpp) in getBgColour() function
|