Home
last modified time | relevance | path

Searched refs:xnestPixmapPriv (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DPixmap.c61 xnestPixmapPriv(pPixmap)->pixmap = in xnestCreatePixmap()
66 xnestPixmapPriv(pPixmap)->pixmap = 0; in xnestCreatePixmap()
85 if(!xnestPixmapPriv(pPixmap)->pixmap && width > 0 && height > 0) { in xnestModifyPixmapHeader()
86 xnestPixmapPriv(pPixmap)->pixmap = in xnestModifyPixmapHeader()
H A DXNPixmap.h26 #define xnestPixmapPriv(pPixmap) ((xnestPrivPixmap *) \ macro
29 #define xnestPixmap(pPixmap) (xnestPixmapPriv(pPixmap)->pixmap)