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

/xsrc/external/mit/xorg-server.old/dist/render/
H A Dmitrap.c40 PictFormatPtr pPictFormat,
53 if (!pPictFormat)
56 pPictFormat = PictureMatchFormat (pScreen, 1, PICT_a1);
58 pPictFormat = PictureMatchFormat (pScreen, 8, PICT_a8);
59 if (!pPictFormat)
64 pPictFormat->depth, 0);
80 pPicture = CreatePicture (0, &pPixmap->drawable, pPictFormat,
38 miCreateAlphaPicture(ScreenPtr pScreen,PicturePtr pDst,PictFormatPtr pPictFormat,CARD16 width,CARD16 height) argument
H A Dmipict.h197 PictFormatPtr pPictFormat,
H A Dpicturestr.h544 FreePictFormat (pointer pPictFormat,
H A Dpicture.c1569 FreePictFormat (pointer pPictFormat, argument
/xsrc/external/mit/xf86-video-vmware/dist/saa/
H A Dsaa_render.c44 PictFormatPtr pPictFormat, CARD16 width, CARD16 height)
55 if (!pPictFormat) {
57 pPictFormat = PictureMatchFormat(pScreen, 1, PICT_a1);
59 pPictFormat = PictureMatchFormat(pScreen, 8, PICT_a8);
60 if (!pPictFormat)
65 pPictFormat->depth, 0);
80 pPicture = CreatePicture(0, &pPixmap->drawable, pPictFormat,
42 saa_create_alpha_picture(ScreenPtr pScreen,PicturePtr pDst,PictFormatPtr pPictFormat,CARD16 width,CARD16 height) argument
/xsrc/external/mit/xorg-server.old/dist/composite/
H A Dcompinit.c253 PictFormatPtr pPictFormat; local in function:compAddAlternateVisual
269 pPictFormat = PictureMatchFormat (pScreen, alt->depth, alt->format);
270 if (!pPictFormat)
286 DirectFormatRec *direct = &pPictFormat->direct;
/xsrc/external/mit/xorg-server/dist/composite/
H A Dcompinit.c255 PictFormatPtr pPictFormat; local in function:compAddAlternateVisual
271 pPictFormat = PictureMatchFormat(pScreen, alt->depth, alt->format);
272 if (!pPictFormat)
289 DirectFormatRec *direct = &pPictFormat->direct;
/xsrc/external/mit/xf86-video-intel-old/dist/uxa/
H A Duxa-render.c1040 PictFormatPtr pPictFormat,
1051 if (!pPictFormat)
1054 pPictFormat = PictureMatchFormat (pScreen, 1, PICT_a1);
1056 pPictFormat = PictureMatchFormat (pScreen, 8, PICT_a8);
1057 if (!pPictFormat)
1062 pPictFormat->depth,
1066 pPicture = CreatePicture (0, &pPixmap->drawable, pPictFormat,
1038 uxa_create_alpha_picture(ScreenPtr pScreen,PicturePtr pDst,PictFormatPtr pPictFormat,CARD16 width,CARD16 height) argument
H A Duxa-glyphs.c160 PictFormatPtr pPictFormat; local in function:uxa_realize_glyph_caches
168 pPictFormat = PictureMatchFormat(pScreen, depth, format);
169 if (!pPictFormat)
196 component_alpha = NeedsComponent(pPictFormat->format);
197 pPicture = CreatePicture(0, &pPixmap->drawable, pPictFormat,
/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa_render.c1085 PictFormatPtr pPictFormat,
1098 if (!pPictFormat)
1101 pPictFormat = PictureMatchFormat (pScreen, 1, PICT_a1);
1103 pPictFormat = PictureMatchFormat (pScreen, 8, PICT_a8);
1104 if (!pPictFormat)
1109 pPictFormat->depth, 0);
1126 pPicture = CreatePicture (0, &pPixmap->drawable, pPictFormat,
1083 exaCreateAlphaPicture(ScreenPtr pScreen,PicturePtr pDst,PictFormatPtr pPictFormat,CARD16 width,CARD16 height) argument
H A Dexa_glyphs.c157 PictFormatPtr pPictFormat; local in function:exaRealizeGlyphCaches
165 pPictFormat = PictureMatchFormat(pScreen, depth, format);
166 if (!pPictFormat)
192 component_alpha = NeedsComponent(pPictFormat->format);
193 pPicture = CreatePicture(0, &pPixmap->drawable, pPictFormat,
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa_render.c1061 PictFormatPtr pPictFormat, CARD16 width, CARD16 height)
1072 if (!pPictFormat) {
1074 pPictFormat = PictureMatchFormat(pScreen, 1, PICT_a1);
1076 pPictFormat = PictureMatchFormat(pScreen, 8, PICT_a8);
1077 if (!pPictFormat)
1082 pPictFormat->depth, 0);
1098 pPicture = CreatePicture(0, &pPixmap->drawable, pPictFormat,
1059 exaCreateAlphaPicture(ScreenPtr pScreen,PicturePtr pDst,PictFormatPtr pPictFormat,CARD16 width,CARD16 height) argument
H A Dexa_glyphs.c160 PictFormatPtr pPictFormat; local in function:exaRealizeGlyphCaches
168 pPictFormat = PictureMatchFormat(pScreen, depth, format);
169 if (!pPictFormat)
194 component_alpha = NeedsComponent(pPictFormat->format);
195 pPicture = CreatePicture(0, &pPixmap->drawable, pPictFormat,
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa-glyphs.c163 PictFormatPtr pPictFormat = PictureMatchFormat(pScreen, depth, formats[i]); local in function:uxa_realize_glyph_caches
164 if (!pPictFormat)
180 component_alpha = NeedsComponent(pPictFormat->format);
181 picture = CreatePicture(0, &pixmap->drawable, pPictFormat,
H A Duxa-render.c1552 PictFormatPtr pPictFormat, CARD16 width, CARD16 height)
1561 if (!pPictFormat) {
1563 pPictFormat = PictureMatchFormat(pScreen, 1, PICT_a1);
1565 pPictFormat = PictureMatchFormat(pScreen, 8, PICT_a8);
1566 if (!pPictFormat)
1571 pPictFormat->depth,
1575 pPicture = CreatePicture(0, &pPixmap->drawable, pPictFormat,
1550 uxa_create_alpha_picture(ScreenPtr pScreen,PicturePtr pDst,PictFormatPtr pPictFormat,CARD16 width,CARD16 height) argument
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa-glyphs.c163 PictFormatPtr pPictFormat = PictureMatchFormat(pScreen, depth, formats[i]); local in function:uxa_realize_glyph_caches
164 if (!pPictFormat)
180 component_alpha = NeedsComponent(pPictFormat->format);
181 picture = CreatePicture(0, &pixmap->drawable, pPictFormat,
H A Duxa-render.c1552 PictFormatPtr pPictFormat, CARD16 width, CARD16 height)
1561 if (!pPictFormat) {
1563 pPictFormat = PictureMatchFormat(pScreen, 1, PICT_a1);
1565 pPictFormat = PictureMatchFormat(pScreen, 8, PICT_a8);
1566 if (!pPictFormat)
1571 pPictFormat->depth,
1575 pPicture = CreatePicture(0, &pPixmap->drawable, pPictFormat,
1550 uxa_create_alpha_picture(ScreenPtr pScreen,PicturePtr pDst,PictFormatPtr pPictFormat,CARD16 width,CARD16 height) argument
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa-render.c1714 PictFormatPtr pPictFormat, CARD16 width, CARD16 height)
1723 if (!pPictFormat) {
1725 pPictFormat = PictureMatchFormat(pScreen, 1, PICT_a1);
1727 pPictFormat = PictureMatchFormat(pScreen, 8, PICT_a8);
1728 if (!pPictFormat)
1733 pPictFormat->depth,
1737 pPicture = CreatePicture(0, &pPixmap->drawable, pPictFormat,
1712 uxa_create_alpha_picture(ScreenPtr pScreen,PicturePtr pDst,PictFormatPtr pPictFormat,CARD16 width,CARD16 height) argument
H A Duxa-glyphs.c156 PictFormatPtr pPictFormat = PictureMatchFormat(pScreen, depth, formats[i]); local in function:uxa_realize_glyph_caches
157 if (!pPictFormat)
170 component_alpha = NeedsComponent(pPictFormat->format);
171 picture = CreatePicture(0, &pixmap->drawable, pPictFormat,
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_glyphs.c228 PictFormatPtr pPictFormat; local in function:sna_glyphs_create
232 pPictFormat = PictureMatchFormat(screen, depth, formats[i]);
233 if (!pPictFormat)
254 component_alpha = NeedsComponent(pPictFormat->format);
255 picture = CreatePicture(0, &pixmap->drawable, pPictFormat,
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_glyphs.c228 PictFormatPtr pPictFormat; local in function:sna_glyphs_create
232 pPictFormat = PictureMatchFormat(screen, depth, formats[i]);
233 if (!pPictFormat)
254 component_alpha = NeedsComponent(pPictFormat->format);
255 picture = CreatePicture(0, &pixmap->drawable, pPictFormat,
/xsrc/external/mit/xorg-server/dist/render/
H A Dpicture.c604 FreePictFormat(void *pPictFormat, XID pid) argument

Completed in 35 milliseconds