Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxgcops.c57 #define DMX_GCOPS_SET_DRAWABLE(_pDraw, _draw) \ argument
59 if ((_pDraw)->type == DRAWABLE_WINDOW) { \
61 DMX_GET_WINDOW_PRIV((WindowPtr)(_pDraw)); \
65 DMX_GET_PIXMAP_PRIV((PixmapPtr)(_pDraw)); \
70 #define DMX_GCOPS_OFFSCREEN(_pDraw) \ argument
71 (!dmxScreens[(_pDraw)->pScreen->myNum].beDisplay || \
73 (_pDraw)->type == DRAWABLE_WINDOW && \
74 (DMX_GET_WINDOW_PRIV((WindowPtr)(_pDraw))->offscreen || \
75 !DMX_GET_WINDOW_PRIV((WindowPtr)(_pDraw))->window)))