Lines Matching refs:pFormat
182 XRenderPictFormat *pFormat = NULL;
185 if (!pFmt || !dmxScreen->beDisplay) return pFormat;
188 pFormat = XRenderFindFormat(dmxScreen->beDisplay, 0, 0, i++);
189 if (!pFormat) break;
191 if (pFormat->type != pFmt->type) continue;
192 if (pFormat->depth != pFmt->depth) continue;
193 if (pFormat->direct.red != pFmt->direct.red) continue;
194 if (pFormat->direct.redMask != pFmt->direct.redMask) continue;
195 if (pFormat->direct.green != pFmt->direct.green) continue;
196 if (pFormat->direct.greenMask != pFmt->direct.greenMask) continue;
197 if (pFormat->direct.blue != pFmt->direct.blue) continue;
198 if (pFormat->direct.blueMask != pFmt->direct.blueMask) continue;
199 if (pFormat->direct.alpha != pFmt->direct.alpha) continue;
200 if (pFormat->direct.alphaMask != pFmt->direct.alphaMask) continue;
206 return pFormat;
228 XRenderPictFormat *pFormat;
234 pFormat = dmxFindFormat(dmxScreen, pFmt);
235 if (!pFormat) {
244 = XRenderCreateGlyphSet(dmxScreen->beDisplay, pFormat);
458 XRenderPictFormat *pFormat;
513 pFormat = dmxFindFormat(dmxScreen, pFmt);
598 pFormat,
605 pFormat,
612 pFormat,
713 XRenderPictFormat *pFormat;
743 pFormat = dmxFindFormat(dmxScreen, pPicture->pFormat);
745 return XRenderCreatePicture(dmxScreen->beDisplay, draw, pFormat, 0, 0);
1141 Bool dmxInitIndexed(ScreenPtr pScreen, PictFormatPtr pFormat)
1147 void dmxCloseIndexed(ScreenPtr pScreen, PictFormatPtr pFormat)
1152 void dmxUpdateIndexed(ScreenPtr pScreen, PictFormatPtr pFormat,
1179 XRenderPictFormat *pFormat;
1181 pFormat = dmxFindFormat(dmxScreen, maskFormat);
1182 if (!pFormat) {
1190 pFormat,
1222 XRenderPictFormat *pFormat;
1224 pFormat = dmxFindFormat(dmxScreen, maskFormat);
1225 if (!pFormat) {
1233 pFormat,
1265 XRenderPictFormat *pFormat;
1267 pFormat = dmxFindFormat(dmxScreen, maskFormat);
1268 if (!pFormat) {
1276 pFormat,
1307 XRenderPictFormat *pFormat;
1309 pFormat = dmxFindFormat(dmxScreen, maskFormat);
1310 if (!pFormat) {
1318 pFormat,