Lines Matching refs:srcFormat
107 struct exa_format_t *srcFormat;
279 lx_get_source_color(PixmapPtr pSrc, int srcFormat, int dstFormat)
294 _GetRGBAFromPixel(in, &red, &blue, &green, &alpha, srcFormat);
694 exaScratch.srcFormat = (struct exa_format_t *) srcFmt;
790 lx_set_source_format(int srcFormat, int dstFormat)
792 if (!(srcFormat & 0x10) && (dstFormat & 0x10))
793 gp_set_source_format(srcFormat | 0x10);
794 else if ((srcFormat & 0x10) && (dstFormat & 0x10))
795 gp_set_source_format(srcFormat & ~0x10);
797 gp_set_source_format(srcFormat);
894 exaScratch.srcFormat->alphabits != 0) ?
901 lx_set_source_format(exaScratch.srcFormat->fmt, exaScratch.dstFormat->fmt);
903 type = get_op_type(exaScratch.srcFormat, exaScratch.dstFormat, opPtr->type);
917 apply = (exaScratch.srcFormat->alphabits != 0) ?
920 gp_set_bpp(lx_get_bpp_from_format(exaScratch.srcFormat->fmt));
922 lx_set_source_format(exaScratch.srcFormat->fmt, exaScratch.srcFormat->fmt);
923 type = get_op_type(exaScratch.srcFormat, exaScratch.srcFormat, opPtr->type);
963 exaScratch.srcFormat->alphabits != 0) ?
968 lx_set_source_format(exaScratch.srcFormat->fmt,
970 type = get_op_type(exaScratch.srcFormat, exaScratch.dstFormat,
1016 int sbpp = lx_get_bpp_from_format(exaScratch.srcFormat->fmt);
1040 gp_set_source_format(exaScratch.srcFormat->fmt);
1045 apply = (exaScratch.srcFormat->alphabits == 0) ?
1065 lx_set_source_format(exaScratch.srcFormat->fmt, exaScratch.dstFormat->fmt);
1067 type = get_op_type(exaScratch.srcFormat, exaScratch.dstFormat, opPtr->type);
1085 lx_set_source_format(exaScratch.srcFormat->fmt, exaScratch.dstFormat->fmt);
1115 gp_set_source_format(exaScratch.srcFormat->fmt);
1427 else if ((exaScratch.op == PictOpAdd) && (exaScratch.srcFormat->exa