ReactOS 0.4.16-dev-1067-ge98bba2
|
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 |
Variables | |
int | continued |
else | |
return | error |
#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 | |||
) |
FT_TRACE7 | ( | ("band [%d..%d]: to be bisected\n", ras.min_ey, ras.max_ey) | ) |
|
static |
Definition at line 1211 of file ftgrays.c.
Definition at line 1667 of file ftgrays.c.
Referenced by gray_raster_render().
|
static |
Definition at line 1221 of file ftgrays.c.
Definition at line 1232 of file ftgrays.c.
Referenced by gray_sweep().
|
static |
Definition at line 1202 of file ftgrays.c.
|
static |
|
static |
Definition at line 1774 of file ftgrays.c.
Definition at line 522 of file ftgrays.c.
Referenced by gray_set_cell(), and if().
Definition at line 996 of file ftgrays.c.
Referenced by gray_conic_to().
|
static |
Definition at line 1089 of file ftgrays.c.
Referenced by gray_cubic_to().
Definition at line 702 of file ftgrays.c.
Referenced by gray_line_to(), gray_render_conic(), and gray_render_cubic().
|
static |
Definition at line 604 of file ftgrays.c.
Referenced by gray_render_line().
Definition at line 567 of file ftgrays.c.
Referenced by gray_move_to(), gray_render_line(), and gray_render_scanline().
Definition at line 976 of file ftgrays.c.
Referenced by gray_render_conic().
Definition at line 1061 of file ftgrays.c.
Referenced by gray_render_cubic().
Definition at line 1296 of file ftgrays.c.
Referenced by gray_convert_glyph().
if | ( | ft_setjmp(ras.jump_buffer) | = = 0 | ) |
Definition at line 1637 of file ftgrays.c.
int continued |
Definition at line 1632 of file ftgrays.c.
Referenced by gray_convert_glyph(), and if().
return error |
Definition at line 1662 of file ftgrays.c.
Referenced by gray_convert_glyph(), gray_raster_new(), gray_raster_render(), and if().