Searched refs:bePixmapFormat (Results 1 – 1 of 1) sorted by relevance
471 XPixmapFormatValues *bePixmapFormat; in dmxSetPixmapFormats() local482 bePixmapFormat = &dmxScreen->bePixmapFormats[i]; in dmxSetPixmapFormats()484 if ((bePixmapFormat->depth == 1) || in dmxSetPixmapFormats()485 (bePixmapFormat->depth == dmxScreen->beDepths[j])) { in dmxSetPixmapFormats()488 format->depth = bePixmapFormat->depth; in dmxSetPixmapFormats()489 format->bitsPerPixel = bePixmapFormat->bits_per_pixel; in dmxSetPixmapFormats()490 format->scanlinePad = bePixmapFormat->scanline_pad; in dmxSetPixmapFormats()