203 #define ft_pixel_mode_none FT_PIXEL_MODE_NONE 204 #define ft_pixel_mode_mono FT_PIXEL_MODE_MONO 205 #define ft_pixel_mode_grays FT_PIXEL_MODE_GRAY 206 #define ft_pixel_mode_pal2 FT_PIXEL_MODE_GRAY2 207 #define ft_pixel_mode_pal4 FT_PIXEL_MODE_GRAY4 235 typedef enum FT_Palette_Mode_
237 ft_palette_mode_rgb = 0,
238 ft_palette_mode_rgba,
398 #define FT_OUTLINE_CONTOURS_MAX SHRT_MAX 399 #define FT_OUTLINE_POINTS_MAX SHRT_MAX 474 #define FT_OUTLINE_NONE 0x0 475 #define FT_OUTLINE_OWNER 0x1 476 #define FT_OUTLINE_EVEN_ODD_FILL 0x2 477 #define FT_OUTLINE_REVERSE_FILL 0x4 478 #define FT_OUTLINE_IGNORE_DROPOUTS 0x8 479 #define FT_OUTLINE_SMART_DROPOUTS 0x10 480 #define FT_OUTLINE_INCLUDE_STUBS 0x20 482 #define FT_OUTLINE_HIGH_PRECISION 0x100 483 #define FT_OUTLINE_SINGLE_PASS 0x200 504 #define ft_outline_none FT_OUTLINE_NONE 505 #define ft_outline_owner FT_OUTLINE_OWNER 506 #define ft_outline_even_odd_fill FT_OUTLINE_EVEN_ODD_FILL 507 #define ft_outline_reverse_fill FT_OUTLINE_REVERSE_FILL 508 #define ft_outline_ignore_dropouts FT_OUTLINE_IGNORE_DROPOUTS 509 #define ft_outline_high_precision FT_OUTLINE_HIGH_PRECISION 510 #define ft_outline_single_pass FT_OUTLINE_SINGLE_PASS 514 #define FT_CURVE_TAG( flag ) ( flag & 3 ) 516 #define FT_CURVE_TAG_ON 1 517 #define FT_CURVE_TAG_CONIC 0 518 #define FT_CURVE_TAG_CUBIC 2 520 #define FT_CURVE_TAG_HAS_SCANMODE 4 522 #define FT_CURVE_TAG_TOUCH_X 8 523 #define FT_CURVE_TAG_TOUCH_Y 16 525 #define FT_CURVE_TAG_TOUCH_BOTH ( FT_CURVE_TAG_TOUCH_X | \ 526 FT_CURVE_TAG_TOUCH_Y ) 528 #define FT_Curve_Tag_On FT_CURVE_TAG_ON 529 #define FT_Curve_Tag_Conic FT_CURVE_TAG_CONIC 530 #define FT_Curve_Tag_Cubic FT_CURVE_TAG_CUBIC 531 #define FT_Curve_Tag_Touch_X FT_CURVE_TAG_TOUCH_X 532 #define FT_Curve_Tag_Touch_Y FT_CURVE_TAG_TOUCH_Y 559 #define FT_Outline_MoveTo_Func FT_Outline_MoveToFunc 586 #define FT_Outline_LineTo_Func FT_Outline_LineToFunc 618 #define FT_Outline_ConicTo_Func FT_Outline_ConicToFunc 651 #define FT_Outline_CubicTo_Func FT_Outline_CubicToFunc 732 #define FT_IMAGE_TAG( value, _x1, _x2, _x3, _x4 ) \ 733 value = ( ( (unsigned long)_x1 << 24 ) | \ 734 ( (unsigned long)_x2 << 16 ) | \ 735 ( (unsigned long)_x3 << 8 ) | \ 782 FT_IMAGE_TAG( FT_GLYPH_FORMAT_COMPOSITE,
'c',
'o',
'm',
'p' ),
783 FT_IMAGE_TAG( FT_GLYPH_FORMAT_BITMAP,
'b',
'i',
't',
's' ),
785 FT_IMAGE_TAG( FT_GLYPH_FORMAT_PLOTTER,
'p',
'l',
'o',
't' )
806 #define ft_glyph_format_none FT_GLYPH_FORMAT_NONE 807 #define ft_glyph_format_composite FT_GLYPH_FORMAT_COMPOSITE 808 #define ft_glyph_format_bitmap FT_GLYPH_FORMAT_BITMAP 809 #define ft_glyph_format_outline FT_GLYPH_FORMAT_OUTLINE 810 #define ft_glyph_format_plotter FT_GLYPH_FORMAT_PLOTTER 942 #define FT_Raster_Span_Func FT_SpanFunc 1042 #define FT_RASTER_FLAG_DEFAULT 0x0 1043 #define FT_RASTER_FLAG_AA 0x1 1044 #define FT_RASTER_FLAG_DIRECT 0x2 1045 #define FT_RASTER_FLAG_CLIP 0x4 1048 #define ft_raster_flag_default FT_RASTER_FLAG_DEFAULT 1049 #define ft_raster_flag_aa FT_RASTER_FLAG_AA 1050 #define ft_raster_flag_direct FT_RASTER_FLAG_DIRECT 1051 #define ft_raster_flag_clip FT_RASTER_FLAG_CLIP 1145 FT_Raster* raster );
1147 #define FT_Raster_New_Func FT_Raster_NewFunc 1164 #define FT_Raster_Done_Func FT_Raster_DoneFunc 1196 unsigned char* pool_base,
1197 unsigned long pool_size );
1199 #define FT_Raster_Reset_Func FT_Raster_ResetFunc 1225 #define FT_Raster_Set_Mode_Func FT_Raster_SetModeFunc 1266 #define FT_Raster_Render_Func FT_Raster_RenderFunc FT_Outline_LineToFunc line_to
int(* FT_Raster_BitTest_Func)(int y, int x, void *user)
int(* FT_Outline_CubicToFunc)(const FT_Vector *control1, const FT_Vector *control2, const FT_Vector *to, void *user)
FT_BEGIN_HEADER typedef signed long FT_Pos
struct FT_Outline_ FT_Outline
struct FT_RasterRec_ * FT_Raster
FT_Raster_BitSet_Func bit_set
int(* FT_Outline_MoveToFunc)(const FT_Vector *to, void *user)
struct FT_Raster_Funcs_ FT_Raster_Funcs
void(* FT_Raster_BitSet_Func)(int y, int x, void *user)
typedef void(APIENTRY *GLDEBUGPROCARB)(GLenum source
int(* FT_Raster_RenderFunc)(FT_Raster raster, const FT_Raster_Params *params)
FT_Glyph_Format glyph_format
int(* FT_Raster_NewFunc)(void *memory, FT_Raster *raster)
enum FT_Pixel_Mode_ FT_Pixel_Mode
struct FT_Bitmap_ FT_Bitmap
void(* FT_Raster_DoneFunc)(FT_Raster raster)
#define FT_IMAGE_TAG(value, _x1, _x2, _x3, _x4)
int(* FT_Outline_ConicToFunc)(const FT_Vector *control, const FT_Vector *to, void *user)
void(* FT_SpanFunc)(int y, int count, const FT_Span *spans, void *user)
FT_Raster_DoneFunc raster_done
FT_Raster_ResetFunc raster_reset
FT_Outline_CubicToFunc cubic_to
FT_Raster_SetModeFunc raster_set_mode
FT_Outline_MoveToFunc move_to
void(* FT_Raster_ResetFunc)(FT_Raster raster, unsigned char *pool_base, unsigned long pool_size)
struct FT_Vector_ FT_Vector
GLenum const GLfloat * params
int(* FT_Raster_SetModeFunc)(FT_Raster raster, unsigned long mode, void *args)
enum FT_Glyph_Format_ FT_Glyph_Format
struct FT_Outline_Funcs_ FT_Outline_Funcs
FT_Raster_RenderFunc raster_render
GLuint GLuint GLsizei count
FT_Raster_NewFunc raster_new
int(* FT_Outline_LineToFunc)(const FT_Vector *to, void *user)
FT_Outline_ConicToFunc conic_to
struct FT_Raster_Params_ FT_Raster_Params
FT_Raster_BitTest_Func bit_test
FT_Module_Constructor FT_GLYPH_FORMAT_OUTLINE