Home
last modified time | relevance | path

Searched refs:xnestPixmap (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DGC.c132 values.tile = xnestPixmap(pGC->tile.pixmap); in xnestChangeGC()
136 values.stipple = xnestPixmap(pGC->stipple); in xnestChangeGC()
222 xnestPixmap((PixmapPtr) pValue)); in xnestChangeClip()
H A DPixmap.c76 XFreePixmap(xnestDisplay, xnestPixmap(pPixmap)); in xnestDestroyPixmap()
106 ximage = XGetImage(xnestDisplay, xnestPixmap(pPixmap), 0, 0, in xnestPixmapToRegion()
H A DDrawable.h24 xnestPixmap((PixmapPtr)pDrawable))
H A DXNPixmap.h29 #define xnestPixmap(pPixmap) (xnestPixmapPriv(pPixmap)->pixmap) macro
H A DWindow.c275 attributes.background_pixmap = xnestPixmap(pWin->background.pixmap); in xnestChangeWindowAttributes()
294 attributes.border_pixmap = xnestPixmap(pWin->border.pixmap); in xnestChangeWindowAttributes()
H A DGCOps.c330 XSetStipple(xnestDisplay, xnestGC(pGC), xnestPixmap(pBitmap)); in xnestPushPixels()