Searched refs:PixmapRec (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/include/
H A Dpixmapstr.h84 } PixmapRec; typedef in typeref:struct:_Pixmap
/xsrc/external/mit/xorg-server/dist/include/
H A Dpixmapstr.h88 } PixmapRec; typedef in typeref:struct:_Pixmap
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dpixmap.c96 pixmap_size = sizeof(PixmapRec) + dixPrivatesSize(PRIVATE_PIXMAP);
H A Dprivates.c394 offsetof(PixmapRec, devPrivates), /* RT_PIXMAP */
/xsrc/external/mit/xorg-server/dist/dix/
H A Dpixmap.c93 pixmap_size = sizeof(PixmapRec) + dixScreenSpecificPrivatesSize(pScreen, PRIVATE_PIXMAP);
H A Dprivates.c569 offsetof(PixmapRec, devPrivates), /* RT_PIXMAP */
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_driver.c790 pScreen->totalPixmapSize = BitmapBytePad ((sizeof (PixmapRec) + dixPrivatesSize (PRIVATE_PIXMAP) ) * 8);
792 pScreen->totalPixmapSize = BitmapBytePad((sizeof(PixmapRec) +
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_display.c2268 PixmapRec scratch;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_display.c1636 PixmapRec scratch;

Completed in 24 milliseconds