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

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxinit.c439 XPixmapFormatValues *bePixmapFormat; local in function:dmxSetPixmapFormats
450 bePixmapFormat = &dmxScreen->bePixmapFormats[i];
452 if ((bePixmapFormat->depth == 1) ||
453 (bePixmapFormat->depth == dmxScreen->beDepths[j])) {
456 format->depth = bePixmapFormat->depth;
457 format->bitsPerPixel = bePixmapFormat->bits_per_pixel;
458 format->scanlinePad = bePixmapFormat->scanline_pad;

Completed in 3 milliseconds