Home | History | Annotate | Download | only in exa

Lines Matching refs:pFormat

146                     CARD16 blue, CARD16 alpha, PictFormatPtr pFormat)
153 if (!PICT_FORMAT_COLOR(pFormat->format) &&
154 PICT_FORMAT_TYPE(pFormat->format) != PICT_TYPE_A)
157 rbits = PICT_FORMAT_R(pFormat->format);
158 gbits = PICT_FORMAT_G(pFormat->format);
159 bbits = PICT_FORMAT_B(pFormat->format);
160 abits = PICT_FORMAT_A(pFormat->format);
162 rshift = pFormat->direct.red;
163 gshift = pFormat->direct.green;
164 bshift = pFormat->direct.blue;
165 ashift = pFormat->direct.alpha;
181 PictFormatPtr pFormat, PictFormatShort format)
194 if (pFormat) {
195 rshift = pFormat->direct.red;
196 gshift = pFormat->direct.green;
197 bshift = pFormat->direct.blue;
198 ashift = pFormat->direct.alpha;
300 pSrc->pFormat, pSrc->format) ||
301 !exaGetPixelFromRGBA(&pixel, red, green, blue, alpha, pDst->pFormat)) {