Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/include/
H A Dwindowstr.h90 CARD32 backingPixel; /* default: 0 */ member
196 #define wBackingPixel(w) wUseDefault(w, backingPixel, 0)
/OK3568_Linux_fs/external/xserver/dix/
H A Dwindow.c605 pWin->optional->backingPixel = 0; in CreateRootWindow()
1364 pWin->optional->backingPixel = (CARD32) *pVlist; in ChangeWindowAttributes()
1621 wa->backingPixel = wBackingPixel(pWin); in GetWindowAttributes()
3370 if (optional->backingPixel != 0) in CheckWindowOptionalNeed()
3425 optional->backingPixel = 0; in MakeWindowOptional()
H A Dswaprep.c198 swapl(&pRep->backingPixel); in SGetWindowAttributesReply()