Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxextension.c757 DMXScreenInfo *dmxDstScreen = &dmxScreens[idx]; in dmxBERestorePixmapImage() local
775 for (j = 0; j < dmxDstScreen->beNumPixmapFormats; j++) { in dmxBERestorePixmapImage()
776 if (dmxDstScreen->bePixmapFormats[j].depth == img->depth) { in dmxBERestorePixmapImage()
785 gc = XCreateGC(dmxDstScreen->beDisplay, in dmxBERestorePixmapImage()
786 dmxDstScreen->scrnDefDrawables[j], in dmxBERestorePixmapImage()
793 XPutImage(dmxDstScreen->beDisplay, in dmxBERestorePixmapImage()
797 XFreeGC(dmxDstScreen->beDisplay, gc); in dmxBERestorePixmapImage()