ReactOS 0.4.16-dev-336-gb667d82
|
Go to the source code of this file.
Classes | |
struct | TCell_ |
struct | TPixmap_ |
struct | gray_TWorker_ |
struct | gray_TRaster_ |
Typedefs | |
typedef long | TPos |
typedef int | TCoord |
typedef int | TArea |
typedef struct TCell_ * | PCell |
typedef struct TCell_ | TCell |
typedef struct TPixmap_ | TPixmap |
typedef struct gray_TWorker_ | gray_TWorker |
typedef struct gray_TWorker_ * | gray_PWorker |
typedef struct gray_TRaster_ | gray_TRaster |
typedef struct gray_TRaster_ * | gray_PRaster |
#define ErrRaster_Memory_Overflow Smooth_Err_Out_Of_Memory |
#define ONE_PIXEL ( 1 << PIXEL_BITS ) |
#define RAS_ARG gray_PWorker worker |
#define RAS_ARG_ gray_PWorker worker, |
#define Smooth_Err_Invalid_Mode Smooth_Err_Cannot_Render_Glyph |
#define Smooth_Err_Memory_Overflow Smooth_Err_Out_Of_Memory |
typedef struct gray_TRaster_ * gray_PRaster |
typedef struct gray_TWorker_ * gray_PWorker |
typedef struct gray_TRaster_ gray_TRaster |
typedef struct gray_TWorker_ gray_TWorker |
FT_DEFINE_OUTLINE_FUNCS | ( | func_interface | , |
(FT_Outline_MoveTo_Func) | gray_move_to, | ||
(FT_Outline_LineTo_Func) | gray_line_to, | ||
(FT_Outline_ConicTo_Func) | gray_conic_to, | ||
(FT_Outline_CubicTo_Func) | gray_cubic_to, | ||
0 | , | ||
0 | |||
) |
Definition at line 1691 of file ftgrays.c.
|
static |
Definition at line 1213 of file ftgrays.c.
Definition at line 1740 of file ftgrays.c.
Referenced by gray_raster_render().
|
static |
Definition at line 1223 of file ftgrays.c.
Definition at line 1234 of file ftgrays.c.
Referenced by gray_sweep().
|
static |
Definition at line 1204 of file ftgrays.c.
|
static |
|
static |
Definition at line 1848 of file ftgrays.c.
Definition at line 524 of file ftgrays.c.
Referenced by FT_DEFINE_OUTLINE_FUNCS(), and gray_set_cell().
Definition at line 998 of file ftgrays.c.
Referenced by gray_conic_to().
|
static |
Definition at line 1091 of file ftgrays.c.
Referenced by gray_cubic_to().
Definition at line 704 of file ftgrays.c.
Referenced by gray_line_to(), gray_render_conic(), and gray_render_cubic().
|
static |
Definition at line 606 of file ftgrays.c.
Referenced by gray_render_line().
Definition at line 569 of file ftgrays.c.
Referenced by gray_move_to(), gray_render_line(), and gray_render_scanline().
Definition at line 978 of file ftgrays.c.
Referenced by gray_render_conic().
Definition at line 1063 of file ftgrays.c.
Referenced by gray_render_cubic().
Definition at line 1298 of file ftgrays.c.
Referenced by gray_convert_glyph().