Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dcursor.c240 unsigned foreRed, unsigned foreGreen, unsigned foreBlue, in AllocARGBCursor() argument
270 pCurs->foreRed = foreRed; in AllocARGBCursor()
326 unsigned foreRed, unsigned foreGreen, unsigned foreBlue, in AllocGlyphCursor() argument
450 pCurs->foreRed = foreRed; in AllocGlyphCursor()
H A Dswapreq.c866 swaps(&stuff->foreRed); in SProcCreateCursor()
888 swaps(&stuff->foreRed); in SProcCreateGlyphCursor()
904 swaps(&stuff->foreRed); in SProcRecolorCursor()
H A Ddispatch.c2989 stuff->foreRed, stuff->foreGreen, stuff->foreBlue, in ProcCreateCursor()
3020 stuff->foreRed, stuff->foreGreen, stuff->foreBlue, in ProcCreateGlyphCursor()
H A Devents.c5870 pCursor->foreRed = stuff->foreRed; in ProcRecolorCursor()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DCursor.c93 fg_color.red = pCursor->foreRed; in xnestRealizeCursor()
125 fg_color.red = pCursor->foreRed; in xnestRecolorCursor()
/OK3568_Linux_fs/external/xserver/include/
H A Dcursorstr.h74 unsigned short foreRed, foreGreen, foreBlue; /* device-independent color */ member
/OK3568_Linux_fs/external/xserver/render/
H A Danimcur.c324 pCursor->foreRed = cursors[0]->foreRed; in AnimCursorCreate()
/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A Dxf86HWCurs.c359 sourceColor.red = pCurs->foreRed; in xf86RecolorCursor_locked()
379 ((pCurs->foreRed >> 8) << 16) in xf86RecolorCursor_locked()
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyrcursor.c95 cursor->foreRed, cursor->foreGreen, cursor->foreBlue, in ephyrRealizeCoreCursor()
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DxprCursor.c107 fg_color = 0xFF00 | (src->foreRed >> 8); in load_cursor()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-cursor.c41 fg = ((cursor->foreRed & 0xff00) << 8) | in expand_source_and_mask()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmisprite.c668 !(pCursor->foreRed == sourceColor->red && in miSpriteFindColors()
675 sourceColor->red = pCursor->foreRed; in miSpriteFindColors()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwincursor.c296 pbmiColors[2].rgbRed = pCursor->foreRed >> 8; /* Foreground */ in winLoadCursor()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxcursor.c655 fg.red = pCursor->foreRed; in dmxBECreateCursor()
/OK3568_Linux_fs/external/xserver/xfixes/
H A Dcursor.c339 ((pCursor->foreRed & 0xff00) << 8) | in CopyCursorToImage()