Searched refs:bePixmapFormats (Results 1 – 6 of 6) sorted by relevance
177 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()
776 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()
109 XPixmapFormatValues *bePixmapFormats; /**< Pixmap formats on BE */ member
463 dmxScreen->bePixmapFormats = in dmxGetPixmapFormats()482 bePixmapFormat = &dmxScreen->bePixmapFormats[i]; in dmxSetPixmapFormats()
104 if (pGC->depth == dmxScreen->bePixmapFormats[i].depth) { in dmxBECreateGC()
618 if (dmxScreen->bePixmapFormats[i].depth == 1) { in dmxBECreateCursor()