Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxinit.c471 XPixmapFormatValues *bePixmapFormat; in dmxSetPixmapFormats() local
482 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()