Home
last modified time | relevance | path

Searched refs:TCoord (Results 1 – 4 of 4) sorted by relevance

/external/freetype/src/smooth/
Dftgrays.c336 #define TRUNC( x ) ( (TCoord)( (x) >> PIXEL_BITS ) )
406 typedef int TCoord; /* integer scanline/pixel coordinate */ typedef
414 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 …]
/external/freetype/
DChangeLog.231239 * src/smooth/ftgrays.c: The type of `TCoord' is
1244 to `TCoord', because gray_render_scanline() adds
1245 TCoord value to it. The type of TWork.cover is matched
1254 and `rem' are changed to TCoord, because their values
1255 are set with explicit casts to TCoord. When ras.area
1258 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.
DChangeLog.26251 This patch restores original `TCoord' definition as `int' so that the
255 fields to `TCoord'.
DChangeLog.216726 (TRUNC): Add cast to `TCoord'.
6762 to `TCoord' and `int'.
8569 * src/smooth/ftgrays.c: s/TScan/TCoord/.