Searched refs:TArea (Results 1 – 4 of 4) sorted by relevance
406 typedef int TArea; /* cell areas, coordinate products */ typedef415 TArea area;454 TArea area;658 ras.area += (TArea)( ( fx1 + first ) * delta ); in gray_render_scanline()682 ras.area += (TArea)( ONE_PIXEL * delta ); in gray_render_scanline()695 ras.area += (TArea)( ( fx1 + fx2 ) * dy ); in gray_render_scanline()739 TArea area; in gray_render_line()754 ras.area += (TArea)two_fx * delta; in gray_render_line()761 area = (TArea)two_fx * delta; in gray_render_line()772 ras.area += (TArea)two_fx * delta; in gray_render_line()[all …]
212 * src/smooth/ftgrays.c (TArea): Restore original definition as `int'.1191 * src/smooth/ftgrays.c (TArea): Make it unconditionally `long'.
999 (TArea): New type to store area values in each cell (using `int' was
1257 `delta', they are explicitly cast to TArea, because1258 the type of `delta' is not TArea but TCoord.