Searched refs:pPictFormat (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/composite/ |
| H A D | compinit.c | 293 PictFormatPtr pPictFormat; in compAddAlternateVisual() local 309 pPictFormat = PictureMatchFormat(pScreen, alt->depth, alt->format); in compAddAlternateVisual() 310 if (!pPictFormat) in compAddAlternateVisual() 327 DirectFormatRec *direct = &pPictFormat->direct; in compAddAlternateVisual()
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_render.c | 1061 PictFormatPtr pPictFormat, CARD16 width, CARD16 height) in exaCreateAlphaPicture() argument 1072 if (!pPictFormat) { in exaCreateAlphaPicture() 1074 pPictFormat = PictureMatchFormat(pScreen, 1, PICT_a1); in exaCreateAlphaPicture() 1076 pPictFormat = PictureMatchFormat(pScreen, 8, PICT_a8); in exaCreateAlphaPicture() 1077 if (!pPictFormat) in exaCreateAlphaPicture() 1082 pPictFormat->depth, 0); in exaCreateAlphaPicture() 1098 pPicture = CreatePicture(0, &pPixmap->drawable, pPictFormat, in exaCreateAlphaPicture()
|
| H A D | exa_glyphs.c | 160 PictFormatPtr pPictFormat; in exaRealizeGlyphCaches() local 168 pPictFormat = PictureMatchFormat(pScreen, depth, format); in exaRealizeGlyphCaches() 169 if (!pPictFormat) in exaRealizeGlyphCaches() 194 component_alpha = NeedsComponent(pPictFormat->format); in exaRealizeGlyphCaches() 195 pPicture = CreatePicture(0, &pPixmap->drawable, pPictFormat, in exaRealizeGlyphCaches()
|
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | picture.c | 605 FreePictFormat(void *pPictFormat, XID pid) in FreePictFormat() argument
|