/reactos/sdk/lib/3rdparty/freetype/include/freetype/ |
H A D | ftglyph.h | 295 FT_Matrix* matrix, 579 FT_Matrix_Multiply( const FT_Matrix* a, 580 FT_Matrix* b ); 599 FT_Matrix_Invert( FT_Matrix* matrix );
|
H A D | ftrender.h | 50 const FT_Matrix* matrix, 97 const FT_Matrix* matrix,
|
H A D | freetype.h | 3169 FT_Matrix* matrix, 3981 FT_Matrix *p_transform ); 4499 const FT_Matrix* matrix );
|
H A D | ftoutln.h | 323 const FT_Matrix* matrix );
|
H A D | fttypes.h | 390 } FT_Matrix; typedef
|
H A D | t1tables.h | 352 FT_Matrix font_matrix;
|
/reactos/sdk/lib/3rdparty/freetype/include/freetype/internal/ |
H A D | ftcalc.h | 287 FT_Matrix_Multiply_Scaled( const FT_Matrix* a, 288 FT_Matrix *b, 298 const FT_Matrix* matrix,
|
H A D | ftgloadr.h | 45 FT_Matrix transform;
|
H A D | t1types.h | 120 FT_Matrix font_matrix;
|
H A D | cfftypes.h | 194 FT_Matrix font_matrix;
|
H A D | psaux.h | 647 FT_Matrix font_matrix; 913 FT_Matrix font_matrix;
|
H A D | ftobjs.h | 406 FT_Matrix transform_matrix; 470 FT_Matrix glyph_matrix;
|
/reactos/sdk/lib/3rdparty/freetype/src/base/ |
H A D | ftcalc.c | 661 FT_Matrix_Multiply( const FT_Matrix* a, in FT_Matrix_Multiply() 662 FT_Matrix *b ) in FT_Matrix_Multiply() 689 FT_Matrix_Invert( FT_Matrix* matrix ) in FT_Matrix_Invert() 720 FT_Matrix_Multiply_Scaled( const FT_Matrix* a, in FT_Matrix_Multiply_Scaled() 721 FT_Matrix *b, in FT_Matrix_Multiply_Scaled() 752 const FT_Matrix* matrix, in FT_Vector_Transform_Scaled()
|
H A D | ftsynth.c | 50 FT_Matrix transform; in FT_GlyphSlot_Oblique()
|
H A D | ftglyph.c | 225 const FT_Matrix* matrix, in ft_outline_glyph_transform() 448 FT_Matrix* matrix, in FT_Glyph_Transform()
|
H A D | ftoutln.c | 689 const FT_Matrix* matrix ) in FT_Vector_Transform() 712 const FT_Matrix* matrix ) in FT_Outline_Transform()
|
/reactos/sdk/lib/3rdparty/freetype/src/autofit/ |
H A D | afloader.h | 47 FT_Matrix trans_matrix;
|
H A D | afloader.c | 111 FT_Matrix scale_down_matrix = { 0x10000L, 0, 0, 0x10000L }; in af_loader_embolden_glyph_in_slot() 394 FT_Matrix inverse; in af_loader_load_glyph()
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | font.h | 50 FT_Matrix matTransform;
|
/reactos/sdk/lib/3rdparty/freetype/src/raster/ |
H A D | ftrend1.c | 57 const FT_Matrix* matrix, in ft_raster1_transform()
|
/reactos/sdk/lib/3rdparty/freetype/src/smooth/ |
H A D | ftsmooth.c | 56 const FT_Matrix* matrix, in ft_smooth_transform()
|
/reactos/sdk/lib/3rdparty/freetype/src/cff/ |
H A D | cffobjs.c | 746 FT_Matrix* matrix = &dict->font_matrix; in cff_face_init() 776 FT_Matrix* matrix; in cff_face_init()
|
/reactos/sdk/lib/3rdparty/freetype/src/cid/ |
H A D | cidgload.c | 358 FT_Matrix font_matrix; in cid_slot_load_glyph()
|
/reactos/sdk/lib/3rdparty/freetype/src/pfr/ |
H A D | pfrobjs.c | 415 FT_Matrix font_matrix; in pfr_slot_load()
|
/reactos/sdk/lib/3rdparty/freetype/src/type1/ |
H A D | t1gload.c | 400 FT_Matrix font_matrix; in T1_Load_Glyph()
|