Lines Matching refs:dstFormat

108     struct exa_format_t *dstFormat;
279 lx_get_source_color(PixmapPtr pSrc, int srcFormat, int dstFormat)
295 _GetPixelFromRGBA(&out, red, blue, green, alpha, dstFormat);
695 exaScratch.dstFormat = (struct exa_format_t *) dstFmt;
790 lx_set_source_format(int srcFormat, int dstFormat)
792 if (!(srcFormat & 0x10) && (dstFormat & 0x10))
794 else if ((srcFormat & 0x10) && (dstFormat & 0x10))
893 apply = (exaScratch.dstFormat->alphabits != 0 &&
898 gp_set_bpp(lx_get_bpp_from_format(exaScratch.dstFormat->fmt));
901 lx_set_source_format(exaScratch.srcFormat->fmt, exaScratch.dstFormat->fmt);
903 type = get_op_type(exaScratch.srcFormat, exaScratch.dstFormat, opPtr->type);
962 apply = (exaScratch.dstFormat->alphabits != 0 &&
966 gp_set_bpp(lx_get_bpp_from_format(exaScratch.dstFormat->fmt));
969 exaScratch.dstFormat->fmt);
970 type = get_op_type(exaScratch.srcFormat, exaScratch.dstFormat,
1030 gp_set_source_format(exaScratch.dstFormat->fmt);
1059 apply = (exaScratch.dstFormat->alphabits == 0) ?
1063 gp_set_bpp(lx_get_bpp_from_format(exaScratch.dstFormat->fmt));
1065 lx_set_source_format(exaScratch.srcFormat->fmt, exaScratch.dstFormat->fmt);
1067 type = get_op_type(exaScratch.srcFormat, exaScratch.dstFormat, opPtr->type);
1082 gp_set_bpp(lx_get_bpp_from_format(exaScratch.dstFormat->fmt));
1085 lx_set_source_format(exaScratch.srcFormat->fmt, exaScratch.dstFormat->fmt);
1117 gp_set_bpp(lx_get_bpp_from_format(exaScratch.dstFormat->fmt));
1177 apply = (exaScratch.dstFormat->alphabits == 0) ?
1181 gp_set_bpp(lx_get_bpp_from_format(exaScratch.dstFormat->fmt));
1429 (exaScratch.dstFormat->exa == PICT_a8))