Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxscrinit.c177 if ((dmxScreen->bePixmapFormats[i].depth == 1) || in dmxBEScreenInit()
178 (dmxScreen->bePixmapFormats[i].depth == in dmxBEScreenInit()
183 dmxScreen->bePixmapFormats[i].depth); in dmxBEScreenInit()
373 XFree(dmxScreen->bePixmapFormats); in dmxBECloseScreen()
374 dmxScreen->bePixmapFormats = NULL; in dmxBECloseScreen()
455 XFree(dmxScreen->bePixmapFormats); in dmxCloseScreen()
456 dmxScreen->bePixmapFormats = NULL; in dmxCloseScreen()
H A Ddmxextension.c776 if (dmxDstScreen->bePixmapFormats[j].depth == img->depth) { in dmxBERestorePixmapImage()
845 if (dmxScreen->bePixmapFormats[i].depth == in dmxBERestorePixmap()
1083 if (new->bePixmapFormats[i].depth != old->bePixmapFormats[i].depth) in dmxCompareScreens()
1085 if (new->bePixmapFormats[i].bits_per_pixel != in dmxCompareScreens()
1086 old->bePixmapFormats[i].bits_per_pixel) in dmxCompareScreens()
1088 if (new->bePixmapFormats[i].scanline_pad != in dmxCompareScreens()
1089 old->bePixmapFormats[i].scanline_pad) in dmxCompareScreens()
1315 XFree(dmxScreen->bePixmapFormats); in dmxAttachScreen()
1372 XFree(oldDMXScreen.bePixmapFormats); in dmxAttachScreen()
H A Ddmx.h109 XPixmapFormatValues *bePixmapFormats; /**< Pixmap formats on BE */ member
H A Ddmxinit.c463 dmxScreen->bePixmapFormats = in dmxGetPixmapFormats()
482 bePixmapFormat = &dmxScreen->bePixmapFormats[i]; in dmxSetPixmapFormats()
H A Ddmxgc.c104 if (pGC->depth == dmxScreen->bePixmapFormats[i].depth) { in dmxBECreateGC()
H A Ddmxcursor.c618 if (dmxScreen->bePixmapFormats[i].depth == 1) { in dmxBECreateCursor()