[cairo] Tessellator performance patch

Rafael Villar Burke pachi at rvburke.com
Sun Dec 10 14:37:44 PST 2006


Rafael Villar Burke escribió:
> +#define not_top_precision(i) (((i) >> (32-SUBPIXEL_PRECISION)) == 0)
This could probably be clearer using
#define not_top_precision(i)   ((i) < (INT32_MAX >> SUBPIXEL_PRECISION))

--
Rafael Villar Burke


More information about the cairo mailing list