Lines Matching refs:pFormat

178     XRenderPictFormat *pFormat = NULL;  in dmxFindFormat()  local
182 return pFormat; in dmxFindFormat()
185 pFormat = XRenderFindFormat(dmxScreen->beDisplay, 0, 0, i++); in dmxFindFormat()
186 if (!pFormat) in dmxFindFormat()
189 if (pFormat->type != pFmt->type) in dmxFindFormat()
191 if (pFormat->depth != pFmt->depth) in dmxFindFormat()
193 if (pFormat->direct.red != pFmt->direct.red) in dmxFindFormat()
195 if (pFormat->direct.redMask != pFmt->direct.redMask) in dmxFindFormat()
197 if (pFormat->direct.green != pFmt->direct.green) in dmxFindFormat()
199 if (pFormat->direct.greenMask != pFmt->direct.greenMask) in dmxFindFormat()
201 if (pFormat->direct.blue != pFmt->direct.blue) in dmxFindFormat()
203 if (pFormat->direct.blueMask != pFmt->direct.blueMask) in dmxFindFormat()
205 if (pFormat->direct.alpha != pFmt->direct.alpha) in dmxFindFormat()
207 if (pFormat->direct.alphaMask != pFmt->direct.alphaMask) in dmxFindFormat()
214 return pFormat; in dmxFindFormat()
238 XRenderPictFormat *pFormat; in dmxBECreateGlyphSet() local
244 pFormat = dmxFindFormat(dmxScreen, pFmt); in dmxBECreateGlyphSet()
245 if (!pFormat) { in dmxBECreateGlyphSet()
254 = XRenderCreateGlyphSet(dmxScreen->beDisplay, pFormat); in dmxBECreateGlyphSet()
478 XRenderPictFormat *pFormat; in dmxProcRenderCompositeGlyphs() local
532 pFormat = dmxFindFormat(dmxScreen, pFmt); in dmxProcRenderCompositeGlyphs()
626 pFormat, in dmxProcRenderCompositeGlyphs()
632 pFormat, in dmxProcRenderCompositeGlyphs()
639 pFormat, in dmxProcRenderCompositeGlyphs()
740 XRenderPictFormat *pFormat; in dmxDoCreatePicture() local
771 pFormat = dmxFindFormat(dmxScreen, pPicture->pFormat); in dmxDoCreatePicture()
773 return XRenderCreatePicture(dmxScreen->beDisplay, draw, pFormat, 0, 0); in dmxDoCreatePicture()
1179 dmxInitIndexed(ScreenPtr pScreen, PictFormatPtr pFormat) in dmxInitIndexed() argument
1186 dmxCloseIndexed(ScreenPtr pScreen, PictFormatPtr pFormat) in dmxCloseIndexed() argument
1192 dmxUpdateIndexed(ScreenPtr pScreen, PictFormatPtr pFormat, in dmxUpdateIndexed() argument
1219 XRenderPictFormat *pFormat; in dmxTrapezoids() local
1221 pFormat = dmxFindFormat(dmxScreen, maskFormat); in dmxTrapezoids()
1222 if (!pFormat) { in dmxTrapezoids()
1230 pFormat, in dmxTrapezoids()
1260 XRenderPictFormat *pFormat; in dmxTriangles() local
1262 pFormat = dmxFindFormat(dmxScreen, maskFormat); in dmxTriangles()
1263 if (!pFormat) { in dmxTriangles()
1271 pFormat, in dmxTriangles()