Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/fb/
H A Dfbwindow.c108 PixmapPtr pPixmap = fbGetWindowPixmap(pWin); in fbCopyWindow()
H A Dfbscreen.c98 return fbGetWindowPixmap(pWindow); in _fbGetWindowPixmap()
H A Dfbpixmap.c327 pDrawable = (DrawablePtr) fbGetWindowPixmap(pDrawable); in fbValidateDrawable()
H A Dfb.h438 #define fbGetWindowPixmap(pWin) ((PixmapPtr)\ macro
456 (pixmap) = fbGetWindowPixmap(pDrawable); \