Lines Matching refs:maskFormat
1119 PictFormatPtr maskFormat, INT16 xSrc, INT16 ySrc, in exaTrapezoids() argument
1126 if (maskFormat) { in exaTrapezoids()
1139 pPicture = exaCreateAlphaPicture(pScreen, pDst, maskFormat, in exaTrapezoids()
1160 maskFormat = PictureMatchFormat(pScreen, 1, PICT_a1); in exaTrapezoids()
1162 maskFormat = PictureMatchFormat(pScreen, 8, PICT_a8); in exaTrapezoids()
1164 exaTrapezoids(op, pSrc, pDst, maskFormat, xSrc, ySrc, 1, traps); in exaTrapezoids()
1183 PictFormatPtr maskFormat, INT16 xSrc, INT16 ySrc, in exaTriangles() argument
1190 if (maskFormat) { in exaTriangles()
1203 pPicture = exaCreateAlphaPicture(pScreen, pDst, maskFormat, in exaTriangles()
1222 maskFormat = PictureMatchFormat(pScreen, 1, PICT_a1); in exaTriangles()
1224 maskFormat = PictureMatchFormat(pScreen, 8, PICT_a8); in exaTriangles()
1227 exaTriangles(op, pSrc, pDst, maskFormat, xSrc, ySrc, 1, tris); in exaTriangles()