Home
last modified time | relevance | path

Searched refs:foreGreen (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
271 pCurs->foreGreen = foreGreen; in AllocARGBCursor()
326 unsigned foreRed, unsigned foreGreen, unsigned foreBlue, in AllocGlyphCursor() argument
451 pCurs->foreGreen = foreGreen; in AllocGlyphCursor()
H A Dswapreq.c867 swaps(&stuff->foreGreen); in SProcCreateCursor()
889 swaps(&stuff->foreGreen); in SProcCreateGlyphCursor()
905 swaps(&stuff->foreGreen); 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.c5871 pCursor->foreGreen = stuff->foreGreen; in ProcRecolorCursor()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DCursor.c94 fg_color.green = pCursor->foreGreen; in xnestRealizeCursor()
126 fg_color.green = pCursor->foreGreen; 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/hw/xwayland/
H A Dxwayland-cursor.c42 (cursor->foreGreen & 0xff00) | (cursor->foreGreen >> 8); in expand_source_and_mask()
/OK3568_Linux_fs/external/xserver/render/
H A Danimcur.c325 pCursor->foreGreen = cursors[0]->foreGreen; in AnimCursorCreate()
/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A Dxf86HWCurs.c360 sourceColor.green = pCurs->foreGreen; in xf86RecolorCursor_locked()
378 ((pCurs->foreGreen >> 8) << 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.c109 fg_color |= src->foreGreen & 0xFF00; in load_cursor()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmisprite.c669 pCursor->foreGreen == sourceColor->green && in miSpriteFindColors()
676 sourceColor->green = pCursor->foreGreen; in miSpriteFindColors()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwincursor.c297 pbmiColors[2].rgbGreen = pCursor->foreGreen >> 8; in winLoadCursor()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxcursor.c656 fg.green = pCursor->foreGreen; in dmxBECreateCursor()
/OK3568_Linux_fs/external/xserver/xfixes/
H A Dcursor.c340 (pCursor->foreGreen & 0xff00) | (pCursor->foreBlue >> 8)); in CopyCursorToImage()