Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86VGAarbiter.c250 UNWRAP_PICT(Composite); in VGAarbiterCloseScreen()
251 UNWRAP_PICT(Glyphs); in VGAarbiterCloseScreen()
252 UNWRAP_PICT(CompositeRects); in VGAarbiterCloseScreen()
H A Dxf86VGAarbiterPriv.h64 #define UNWRAP_PICT(x) if (ps) {ps->x = pScreenPriv->x;} macro