Searched refs:TCoord (Results 1 – 4 of 4) sorted by relevance
336 #define TRUNC( x ) ( (TCoord)( (x) >> PIXEL_BITS ) )406 typedef int TCoord; /* integer scanline/pixel coordinate */ typedef414 TCoord x; /* same with gray_TWorker.ex */415 TCoord cover; /* same with gray_TWorker.cover */448 TCoord ex, ey;449 TCoord min_ex, max_ex;450 TCoord min_ey, max_ey;453 TCoord cover;525 TCoord x = ras.ex; in gray_record_cell()567 gray_set_cell( RAS_ARG_ TCoord ex, in gray_set_cell()[all …]
1239 * src/smooth/ftgrays.c: The type of `TCoord' is1244 to `TCoord', because gray_render_scanline() adds1245 TCoord value to it. The type of TWork.cover is matched1254 and `rem' are changed to TCoord, because their values1255 are set with explicit casts to TCoord. When ras.area1258 the type of `delta' is not TArea but TCoord.1260 from int to TCoord, because (TCoord)dy is added to mod.1262 TCoord, to match with the parameters in the callers.
251 This patch restores original `TCoord' definition as `int' so that the255 fields to `TCoord'.
6726 (TRUNC): Add cast to `TCoord'.6762 to `TCoord' and `int'.8569 * src/smooth/ftgrays.c: s/TScan/TCoord/.