199#define ft_pixel_mode_none FT_PIXEL_MODE_NONE
200#define ft_pixel_mode_mono FT_PIXEL_MODE_MONO
201#define ft_pixel_mode_grays FT_PIXEL_MODE_GRAY
202#define ft_pixel_mode_pal2 FT_PIXEL_MODE_GRAY2
203#define ft_pixel_mode_pal4 FT_PIXEL_MODE_GRAY4
354#define FT_OUTLINE_CONTOURS_MAX SHRT_MAX
355#define FT_OUTLINE_POINTS_MAX SHRT_MAX
428#define FT_OUTLINE_NONE 0x0
429#define FT_OUTLINE_OWNER 0x1
430#define FT_OUTLINE_EVEN_ODD_FILL 0x2
431#define FT_OUTLINE_REVERSE_FILL 0x4
432#define FT_OUTLINE_IGNORE_DROPOUTS 0x8
433#define FT_OUTLINE_SMART_DROPOUTS 0x10
434#define FT_OUTLINE_INCLUDE_STUBS 0x20
436#define FT_OUTLINE_HIGH_PRECISION 0x100
437#define FT_OUTLINE_SINGLE_PASS 0x200
442#define ft_outline_none FT_OUTLINE_NONE
443#define ft_outline_owner FT_OUTLINE_OWNER
444#define ft_outline_even_odd_fill FT_OUTLINE_EVEN_ODD_FILL
445#define ft_outline_reverse_fill FT_OUTLINE_REVERSE_FILL
446#define ft_outline_ignore_dropouts FT_OUTLINE_IGNORE_DROPOUTS
447#define ft_outline_high_precision FT_OUTLINE_HIGH_PRECISION
448#define ft_outline_single_pass FT_OUTLINE_SINGLE_PASS
452#define FT_CURVE_TAG( flag ) ( flag & 0x03 )
455#define FT_CURVE_TAG_ON 0x01
456#define FT_CURVE_TAG_CONIC 0x00
457#define FT_CURVE_TAG_CUBIC 0x02
459#define FT_CURVE_TAG_HAS_SCANMODE 0x04
461#define FT_CURVE_TAG_TOUCH_X 0x08
462#define FT_CURVE_TAG_TOUCH_Y 0x10
464#define FT_CURVE_TAG_TOUCH_BOTH ( FT_CURVE_TAG_TOUCH_X | \
465 FT_CURVE_TAG_TOUCH_Y )
471#define FT_Curve_Tag_On FT_CURVE_TAG_ON
472#define FT_Curve_Tag_Conic FT_CURVE_TAG_CONIC
473#define FT_Curve_Tag_Cubic FT_CURVE_TAG_CUBIC
474#define FT_Curve_Tag_Touch_X FT_CURVE_TAG_TOUCH_X
475#define FT_Curve_Tag_Touch_Y FT_CURVE_TAG_TOUCH_Y
504#define FT_Outline_MoveTo_Func FT_Outline_MoveToFunc
533#define FT_Outline_LineTo_Func FT_Outline_LineToFunc
568#define FT_Outline_ConicTo_Func FT_Outline_ConicToFunc
605#define FT_Outline_CubicTo_Func FT_Outline_CubicToFunc
691#define FT_IMAGE_TAG( value, _x1, _x2, _x3, _x4 ) \
692 value = ( ( (unsigned long)_x1 << 24 ) | \
693 ( (unsigned long)_x2 << 16 ) | \
694 ( (unsigned long)_x3 << 8 ) | \
740 FT_IMAGE_TAG( FT_GLYPH_FORMAT_COMPOSITE,
'c',
'o',
'm',
'p' ),
741 FT_IMAGE_TAG( FT_GLYPH_FORMAT_BITMAP,
'b',
'i',
't',
's' ),
743 FT_IMAGE_TAG( FT_GLYPH_FORMAT_PLOTTER,
'p',
'l',
'o',
't' )
750#define ft_glyph_format_none FT_GLYPH_FORMAT_NONE
751#define ft_glyph_format_composite FT_GLYPH_FORMAT_COMPOSITE
752#define ft_glyph_format_bitmap FT_GLYPH_FORMAT_BITMAP
753#define ft_glyph_format_outline FT_GLYPH_FORMAT_OUTLINE
754#define ft_glyph_format_plotter FT_GLYPH_FORMAT_PLOTTER
896#define FT_Raster_Span_Func FT_SpanFunc
962#define FT_RASTER_FLAG_DEFAULT 0x0
963#define FT_RASTER_FLAG_AA 0x1
964#define FT_RASTER_FLAG_DIRECT 0x2
965#define FT_RASTER_FLAG_CLIP 0x4
969#define ft_raster_flag_default FT_RASTER_FLAG_DEFAULT
970#define ft_raster_flag_aa FT_RASTER_FLAG_AA
971#define ft_raster_flag_direct FT_RASTER_FLAG_DIRECT
972#define ft_raster_flag_clip FT_RASTER_FLAG_CLIP
1069#define FT_Raster_New_Func FT_Raster_NewFunc
1087#define FT_Raster_Done_Func FT_Raster_DoneFunc
1120 unsigned char* pool_base,
1121 unsigned long pool_size );
1123#define FT_Raster_Reset_Func FT_Raster_ResetFunc
1151#define FT_Raster_Set_Mode_Func FT_Raster_SetModeFunc
1188#define FT_Raster_Render_Func FT_Raster_RenderFunc
void user(int argc, const char *argv[])
unsigned int(__cdecl typeof(jpeg_read_scanlines))(struct jpeg_decompress_struct *
void(* FT_Raster_ResetFunc)(FT_Raster raster, unsigned char *pool_base, unsigned long pool_size)
struct FT_Bitmap_ FT_Bitmap
#define FT_IMAGE_TAG(value, _x1, _x2, _x3, _x4)
int(* FT_Raster_BitTest_Func)(int y, int x, void *user)
void(* FT_Raster_DoneFunc)(FT_Raster raster)
int(* FT_Outline_ConicToFunc)(const FT_Vector *control, const FT_Vector *to, void *user)
int(* FT_Raster_RenderFunc)(FT_Raster raster, const FT_Raster_Params *params)
struct FT_Raster_Params_ FT_Raster_Params
int(* FT_Outline_LineToFunc)(const FT_Vector *to, void *user)
struct FT_RasterRec_ * FT_Raster
struct FT_Outline_ FT_Outline
void(* FT_Raster_BitSet_Func)(int y, int x, void *user)
struct FT_Raster_Funcs_ FT_Raster_Funcs
int(* FT_Raster_SetModeFunc)(FT_Raster raster, unsigned long mode, void *args)
int(* FT_Outline_CubicToFunc)(const FT_Vector *control1, const FT_Vector *control2, const FT_Vector *to, void *user)
void(* FT_SpanFunc)(int y, int count, const FT_Span *spans, void *user)
struct FT_Vector_ FT_Vector
enum FT_Glyph_Format_ FT_Glyph_Format
enum FT_Pixel_Mode_ FT_Pixel_Mode
int(* FT_Raster_NewFunc)(void *memory, FT_Raster *raster)
int(* FT_Outline_MoveToFunc)(const FT_Vector *to, void *user)
struct FT_Outline_Funcs_ FT_Outline_Funcs
FT_BEGIN_HEADER typedef signed long FT_Pos
smooth FT_Module_Constructor FT_Module_Destructor FT_Module_Requester FT_GLYPH_FORMAT_OUTLINE
GLint GLint GLint GLint GLint x
GLuint GLuint GLsizei count
GLint GLint GLint GLint GLint GLint y
GLenum const GLfloat * params
static char memory[1024 *256]
unsigned char palette_mode
FT_Outline_ConicToFunc conic_to
FT_Outline_LineToFunc line_to
FT_Outline_CubicToFunc cubic_to
FT_Outline_MoveToFunc move_to
FT_Raster_NewFunc raster_new
FT_Raster_SetModeFunc raster_set_mode
FT_Glyph_Format glyph_format
FT_Raster_RenderFunc raster_render
FT_Raster_ResetFunc raster_reset
FT_Raster_DoneFunc raster_done
FT_Raster_BitSet_Func bit_set
FT_Raster_BitTest_Func bit_test