Home
last modified time | relevance | path

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

/external/libvncserver/libvncserver/
Dtight.c180 uint32_t *colorPtr, rfbBool needSameColor);
182 uint32_t *colorPtr, rfbBool needSameColor);
184 uint32_t *colorPtr, rfbBool needSameColor);
186 uint32_t *colorPtr, rfbBool needSameColor);
566 …ckSolidTile(rfbClientPtr cl, int x, int y, int w, int h, uint32_t* colorPtr, rfbBool needSameColor) in CheckSolidTile() argument
570 return CheckSolidTile32(cl, x, y, w, h, colorPtr, needSameColor); in CheckSolidTile()
572 return CheckSolidTile16(cl, x, y, w, h, colorPtr, needSameColor); in CheckSolidTile()
574 return CheckSolidTile8(cl, x, y, w, h, colorPtr, needSameColor); in CheckSolidTile()
583 uint32_t* colorPtr, rfbBool needSameColor) \
593 if (needSameColor && (uint32_t)colorValue != *colorPtr) \