[cairo] Tessellator performance patch

Rafael Villar Burke pachi at rvburke.com
Sun Dec 10 15:00:26 PST 2006


> This could probably be clearer using
> #define not_top_precision(i)   ((i) < (INT32_MAX >> SUBPIXEL_PRECISION))
Oh, well, rather:
#define not_top_precision(i)   ((i) < (UINT32_MAX >> SUBPIXEL_PRECISION))

-- Rafael



More information about the cairo mailing list