Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dcursor.c240 unsigned foreRed, unsigned foreGreen, unsigned foreBlue, in AllocARGBCursor() argument
272 pCurs->foreBlue = foreBlue; in AllocARGBCursor()
326 unsigned foreRed, unsigned foreGreen, unsigned foreBlue, in AllocGlyphCursor() argument
452 pCurs->foreBlue = foreBlue; in AllocGlyphCursor()
H A Dswapreq.c868 swaps(&stuff->foreBlue); in SProcCreateCursor()
890 swaps(&stuff->foreBlue); in SProcCreateGlyphCursor()
906 swaps(&stuff->foreBlue); 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.c5872 pCursor->foreBlue = stuff->foreBlue; in ProcRecolorCursor()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DCursor.c95 fg_color.blue = pCursor->foreBlue; in xnestRealizeCursor()
127 fg_color.blue = pCursor->foreBlue; 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.c326 pCursor->foreBlue = cursors[0]->foreBlue; in AnimCursorCreate()
/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A Dxf86HWCurs.c361 sourceColor.blue = pCurs->foreBlue; in xf86RecolorCursor_locked()
377 (pCurs->foreBlue >> 8) | 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.c110 fg_color |= src->foreBlue >> 8; in load_cursor()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmisprite.c670 pCursor->foreBlue == sourceColor->blue && in miSpriteFindColors()
677 sourceColor->blue = pCursor->foreBlue; in miSpriteFindColors()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwincursor.c298 pbmiColors[2].rgbBlue = pCursor->foreBlue >> 8; in winLoadCursor()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxcursor.c657 fg.blue = pCursor->foreBlue; in dmxBECreateCursor()
/OK3568_Linux_fs/external/xserver/xfixes/
H A Dcursor.c340 (pCursor->foreGreen & 0xff00) | (pCursor->foreBlue >> 8)); in CopyCursorToImage()