Github User Fetcher 1.0.0
C Application with Server and GUI
|
Go to the source code of this file.
Data Structures | |
struct | FT_Vector_ |
struct | FT_BBox_ |
struct | FT_Bitmap_ |
struct | FT_Outline_ |
struct | FT_Outline_Funcs_ |
struct | FT_Span_ |
struct | FT_Raster_Params_ |
struct | FT_Raster_Funcs_ |
Typedefs | |
typedef struct FT_Vector_ | FT_Vector |
typedef struct FT_BBox_ | FT_BBox |
typedef enum FT_Pixel_Mode_ | FT_Pixel_Mode |
typedef struct FT_Bitmap_ | FT_Bitmap |
typedef struct FT_Outline_ | FT_Outline |
typedef int(* | FT_Outline_MoveToFunc) (const FT_Vector *to, void *user) |
typedef int(* | FT_Outline_LineToFunc) (const FT_Vector *to, void *user) |
typedef int(* | FT_Outline_ConicToFunc) (const FT_Vector *control, const FT_Vector *to, void *user) |
typedef int(* | FT_Outline_CubicToFunc) (const FT_Vector *control1, const FT_Vector *control2, const FT_Vector *to, void *user) |
typedef struct FT_Outline_Funcs_ | FT_Outline_Funcs |
typedef enum FT_Glyph_Format_ | FT_Glyph_Format |
typedef struct FT_Span_ | FT_Span |
typedef void(* | FT_SpanFunc) (int y, int count, const FT_Span *spans, void *user) |
typedef int(* | FT_Raster_BitTest_Func) (int y, int x, void *user) |
typedef void(* | FT_Raster_BitSet_Func) (int y, int x, void *user) |
typedef struct FT_Raster_Params_ | FT_Raster_Params |
typedef struct FT_RasterRec_ * | FT_Raster |
typedef int(* | FT_Raster_NewFunc) (void *memory, FT_Raster *raster) |
typedef void(* | FT_Raster_DoneFunc) (FT_Raster raster) |
typedef void(* | FT_Raster_ResetFunc) (FT_Raster raster, unsigned char *pool_base, unsigned long pool_size) |
typedef int(* | FT_Raster_SetModeFunc) (FT_Raster raster, unsigned long mode, void *args) |
typedef int(* | FT_Raster_RenderFunc) (FT_Raster raster, const FT_Raster_Params *params) |
typedef struct FT_Raster_Funcs_ | FT_Raster_Funcs |
Enumerations | |
enum | FT_Pixel_Mode_ { FT_PIXEL_MODE_NONE = 0 , FT_PIXEL_MODE_MONO , FT_PIXEL_MODE_GRAY , FT_PIXEL_MODE_GRAY2 , FT_PIXEL_MODE_GRAY4 , FT_PIXEL_MODE_LCD , FT_PIXEL_MODE_LCD_V , FT_PIXEL_MODE_BGRA , FT_PIXEL_MODE_MAX } |
enum | FT_Glyph_Format_ { FT_IMAGE_TAG =( FT_GLYPH_FORMAT_NONE, 0, 0, 0, 0 ) , FT_IMAGE_TAG =( FT_GLYPH_FORMAT_NONE, 0, 0, 0, 0 ) , FT_IMAGE_TAG =( FT_GLYPH_FORMAT_NONE, 0, 0, 0, 0 ) , FT_IMAGE_TAG =( FT_GLYPH_FORMAT_NONE, 0, 0, 0, 0 ) , FT_IMAGE_TAG =( FT_GLYPH_FORMAT_NONE, 0, 0, 0, 0 ) } |
Variables | |
FT_BEGIN_HEADER typedef signed long | FT_Pos |
#define FT_Curve_Tag_Conic FT_CURVE_TAG_CONIC |
#define FT_Curve_Tag_Cubic FT_CURVE_TAG_CUBIC |
#define FT_Curve_Tag_On FT_CURVE_TAG_ON |
#define FT_CURVE_TAG_TOUCH_BOTH |
Definition at line 482 of file ftimage.h.
#define FT_CURVE_TAG_TOUCH_X 0x08 /* reserved for TrueType hinter */ |
#define FT_Curve_Tag_Touch_X FT_CURVE_TAG_TOUCH_X |
#define FT_CURVE_TAG_TOUCH_Y 0x10 /* reserved for TrueType hinter */ |
#define FT_Curve_Tag_Touch_Y FT_CURVE_TAG_TOUCH_Y |
#define ft_glyph_format_composite FT_GLYPH_FORMAT_COMPOSITE |
#define FT_IMAGE_TAG | ( | value, | |
_x1, | |||
_x2, | |||
_x3, | |||
_x4 ) |
Definition at line 710 of file ftimage.h.
#define FT_Outline_ConicTo_Func FT_Outline_ConicToFunc |
#define FT_Outline_CubicTo_Func FT_Outline_CubicToFunc |
#define ft_outline_even_odd_fill FT_OUTLINE_EVEN_ODD_FILL |
#define ft_outline_high_precision FT_OUTLINE_HIGH_PRECISION |
#define ft_outline_ignore_dropouts FT_OUTLINE_IGNORE_DROPOUTS |
#define FT_Outline_LineTo_Func FT_Outline_LineToFunc |
#define FT_Outline_MoveTo_Func FT_Outline_MoveToFunc |
#define ft_outline_none FT_OUTLINE_NONE |
#define ft_outline_owner FT_OUTLINE_OWNER |
#define ft_outline_reverse_fill FT_OUTLINE_REVERSE_FILL |
#define ft_outline_single_pass FT_OUTLINE_SINGLE_PASS |
#define ft_pixel_mode_grays FT_PIXEL_MODE_GRAY |
#define ft_pixel_mode_mono FT_PIXEL_MODE_MONO |
#define ft_pixel_mode_none FT_PIXEL_MODE_NONE |
#define ft_pixel_mode_pal2 FT_PIXEL_MODE_GRAY2 |
#define ft_pixel_mode_pal4 FT_PIXEL_MODE_GRAY4 |
#define FT_Raster_Done_Func FT_Raster_DoneFunc |
#define ft_raster_flag_aa FT_RASTER_FLAG_AA |
#define ft_raster_flag_clip FT_RASTER_FLAG_CLIP |
#define ft_raster_flag_default FT_RASTER_FLAG_DEFAULT |
#define ft_raster_flag_direct FT_RASTER_FLAG_DIRECT |
#define FT_Raster_New_Func FT_Raster_NewFunc |
#define FT_Raster_Render_Func FT_Raster_RenderFunc |
#define FT_Raster_Reset_Func FT_Raster_ResetFunc |
#define FT_Raster_Set_Mode_Func FT_Raster_SetModeFunc |
#define FT_Raster_Span_Func FT_SpanFunc |
typedef struct FT_Bitmap_ FT_Bitmap |
typedef enum FT_Glyph_Format_ FT_Glyph_Format |
typedef struct FT_Outline_ FT_Outline |
typedef struct FT_Outline_Funcs_ FT_Outline_Funcs |
typedef int(* FT_Outline_LineToFunc) (const FT_Vector *to, void *user) |
typedef int(* FT_Outline_MoveToFunc) (const FT_Vector *to, void *user) |
typedef enum FT_Pixel_Mode_ FT_Pixel_Mode |
typedef void(* FT_Raster_BitSet_Func) (int y, int x, void *user) |
typedef int(* FT_Raster_BitTest_Func) (int y, int x, void *user) |
typedef struct FT_Raster_Funcs_ FT_Raster_Funcs |
typedef int(* FT_Raster_NewFunc) (void *memory, FT_Raster *raster) |
typedef struct FT_Raster_Params_ FT_Raster_Params |
typedef int(* FT_Raster_RenderFunc) (FT_Raster raster, const FT_Raster_Params *params) |
typedef void(* FT_Raster_ResetFunc) (FT_Raster raster, unsigned char *pool_base, unsigned long pool_size) |
typedef int(* FT_Raster_SetModeFunc) (FT_Raster raster, unsigned long mode, void *args) |
typedef void(* FT_SpanFunc) (int y, int count, const FT_Span *spans, void *user) |
typedef struct FT_Vector_ FT_Vector |
enum FT_Glyph_Format_ |
Enumerator | |
---|---|
FT_IMAGE_TAG | |
FT_IMAGE_TAG | |
FT_IMAGE_TAG | |
FT_IMAGE_TAG | |
FT_IMAGE_TAG |
Definition at line 760 of file ftimage.h.
enum FT_Pixel_Mode_ |
Enumerator | |
---|---|
FT_PIXEL_MODE_NONE | |
FT_PIXEL_MODE_MONO | |
FT_PIXEL_MODE_GRAY | |
FT_PIXEL_MODE_GRAY2 | |
FT_PIXEL_MODE_GRAY4 | |
FT_PIXEL_MODE_LCD | |
FT_PIXEL_MODE_LCD_V | |
FT_PIXEL_MODE_BGRA | |
FT_PIXEL_MODE_MAX |
Definition at line 180 of file ftimage.h.
FT_BEGIN_HEADER typedef signed long FT_Pos |