Searched refs:fbGetScreenPrivate (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xorg-server/dist/fb/
H A Dfballpriv.c45 pScrPriv = fbGetScreenPrivate(pScreen);
H A Dfbscreen.c174 fbGetScreenPrivate(pScreen)->setupWrap = setupWrap;
175 fbGetScreenPrivate(pScreen)->finishWrap = finishWrap;
H A Dfb.h388 fbGetScreenPrivate((pDraw)->pScreen)->setupWrap( \
393 fbGetScreenPrivate((pDraw)->pScreen)->finishWrap(pDraw)
415 #define fbGetScreenPrivate(pScreen) ((FbScreenPrivPtr) \ macro
426 #define fbGetGCPrivateKey(pGC) (&fbGetScreenPrivate((pGC)->pScreen)->gcPrivateKeyRec)
436 #define fbGetWinPrivateKey(pWin) (&fbGetScreenPrivate(((DrawablePtr) (pWin))->pScreen)->winPrivateKeyRec)
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbscreen.c218 fbGetScreenPrivate(pScreen)->win32bpp = bpp;
219 fbGetScreenPrivate(pScreen)->pix32bpp = bpp;
223 fbGetScreenPrivate(pScreen)->win32bpp = 32;
224 fbGetScreenPrivate(pScreen)->pix32bpp = 32;
227 fbGetScreenPrivate(pScreen)->setupWrap = setupWrap;
228 fbGetScreenPrivate(pScreen)->finishWrap = finishWrap;
H A Dfboverlay.c60 pWin->drawable.bitsPerPixel = fbGetScreenPrivate(pWin->drawable.pScreen)->win32bpp;
381 fbGetScreenPrivate(pScreen)->win32bpp = bpp;
382 fbGetScreenPrivate(pScreen)->pix32bpp = bpp;
386 fbGetScreenPrivate(pScreen)->win32bpp = 32;
387 fbGetScreenPrivate(pScreen)->pix32bpp = 32;
H A Dfbwindow.c38 pWin->drawable.bitsPerPixel = fbGetScreenPrivate(pWin->drawable.pScreen)->win32bpp;
H A Dfbpixmap.c94 bpp = fbGetScreenPrivate(pScreen)->pix32bpp;
H A Dfb.h630 fbGetScreenPrivate((pDraw)->pScreen)->setupWrap( \
635 fbGetScreenPrivate((pDraw)->pScreen)->finishWrap(pDraw)
659 #define fbGetScreenPrivate(pScreen) ((FbScreenPrivPtr) \ macro

Completed in 9 milliseconds