Searched refs:TCoord (Results 1 – 4 of 4) sorted by relevance
338 #define TRUNC( x ) (TCoord)( (x) >> PIXEL_BITS )339 #define FRACT( x ) (TCoord)( (x) & ( ONE_PIXEL - 1 ) )391 (TCoord)( ( (unsigned long)( a ) * (unsigned long)( b ## _r ) ) >> \405 typedef int TCoord; /* integer scanline/pixel coordinate */ typedef413 TCoord x; /* same with gray_TWorker.ex */414 TCoord cover; /* same with gray_TWorker.cover */450 TCoord ex, ey;451 TCoord min_ex, max_ex;452 TCoord min_ey, max_ey;455 TCoord cover;[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/.