|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include <ft2build.h>
#include "ttobjs.h"
Go to the source code of this file.
Data Structures |
| struct | GX_AVarCorrespondenceRec_ |
| struct | GX_AVarSegment |
| struct | GX_BlendRec |
Defines |
| #define | TTAG_wght FT_MAKE_TAG( 'w', 'g', 'h', 't' ) |
| #define | TTAG_wdth FT_MAKE_TAG( 'w', 'd', 't', 'h' ) |
| #define | TTAG_opsz FT_MAKE_TAG( 'o', 'p', 's', 'z' ) |
| #define | TTAG_slnt FT_MAKE_TAG( 's', 'l', 'n', 't' ) |
Typedefs |
typedef FT_BEGIN_HEADER struct
GX_AVarCorrespondenceRec_ * | GX_AVarCorrespondence |
Enumerations |
| enum | GX_TupleCountFlags { GX_TC_TUPLES_SHARE_POINT_NUMBERS = 0x8000,
GX_TC_RESERVED_TUPLE_FLAGS = 0x7000,
GX_TC_TUPLE_COUNT_MASK = 0x0FFF
} |
| enum | GX_TupleIndexFlags {
GX_TI_EMBEDDED_TUPLE_COORD = 0x8000,
GX_TI_INTERMEDIATE_TUPLE = 0x4000,
GX_TI_PRIVATE_POINT_NUMBERS = 0x2000,
GX_TI_RESERVED_TUPLE_FLAG = 0x1000,
GX_TI_TUPLE_INDEX_MASK = 0x0FFF
} |
Functions |
| | TT_Set_MM_Blend (TT_Face face, FT_UInt num_coords, FT_Fixed *coords) |
| | TT_Set_Var_Design (TT_Face face, FT_UInt num_coords, FT_Fixed *coords) |
| | TT_Get_MM_Var (TT_Face face, FT_MM_Var **master) |
| | tt_face_vary_cvt (TT_Face face, FT_Stream stream) |
| | TT_Vary_Get_Glyph_Deltas (TT_Face face, FT_UInt glyph_index, FT_Vector **deltas, FT_UInt n_points) |
| | tt_done_blend (FT_Memory memory, GX_Blend blend) |
Generated on Sun May 27 2012 06:00:41 for ReactOS by
1.7.6.1
|