Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/fb/
H A Dfboverlay.c62 dixSetPrivate(&pWin->devPrivates, fbGetWinPrivateKey(pWin), pPixmap); in fbOverlayCreateWindow()
102 if (dixLookupPrivate(&pWin->devPrivates, fbGetWinPrivateKey(pWin)) == in fbOverlayWindowLayer()
H A Dfbwindow.c34 dixSetPrivate(&pWin->devPrivates, fbGetWinPrivateKey(pWin), in fbCreateWindow()
H A Dfbscreen.c104 dixSetPrivate(&pWindow->devPrivates, fbGetWinPrivateKey(pWindow), pPixmap); in _fbSetWindowPixmap()
H A Dfb.h436 #define fbGetWinPrivateKey(pWin) (&fbGetScreenPrivate(((DrawablePtr) (pWin))->pScreen)->winP… macro
439 dixLookupPrivate(&((WindowPtr)(pWin))->devPrivates, fbGetWinPrivateKey(pWin)))