Searched refs:FT_Matrix (Results 1 – 25 of 35) sorted by relevance
12
/external/freetype/include/freetype/ |
D | ftglyph.h | 344 FT_Matrix* matrix, 635 FT_Matrix_Multiply( const FT_Matrix* a, 636 FT_Matrix* b ); 656 FT_Matrix_Invert( FT_Matrix* matrix );
|
D | ftrender.h | 50 const FT_Matrix* matrix, 97 const FT_Matrix* matrix,
|
D | freetype.h | 3311 FT_Matrix* matrix, 4165 FT_Matrix *p_transform ); 4864 const FT_Matrix* matrix );
|
D | fttypes.h | 396 } FT_Matrix; typedef
|
D | ftoutln.h | 342 const FT_Matrix* matrix );
|
D | t1tables.h | 361 FT_Matrix font_matrix;
|
/external/freetype/include/freetype/internal/ |
D | ftcalc.h | 290 FT_Matrix_Multiply_Scaled( const FT_Matrix* a, 291 FT_Matrix *b, 307 FT_Matrix_Check( const FT_Matrix* matrix ); 316 const FT_Matrix* matrix,
|
D | ftgloadr.h | 45 FT_Matrix transform;
|
D | t1types.h | 125 FT_Matrix font_matrix;
|
D | ftobjs.h | 364 FT_Matrix transform_matrix; 438 FT_Matrix glyph_matrix;
|
D | cfftypes.h | 202 FT_Matrix font_matrix;
|
D | psaux.h | 684 FT_Matrix font_matrix; 968 FT_Matrix font_matrix;
|
/external/freetype/src/base/ |
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() 751 FT_Matrix_Check( const FT_Matrix* matrix ) in FT_Matrix_Check() 753 FT_Matrix m; in FT_Matrix_Check() 818 const FT_Matrix* matrix, in FT_Vector_Transform_Scaled()
|
D | ftsynth.c | 50 FT_Matrix transform; in FT_GlyphSlot_Oblique()
|
D | ftglyph.c | 224 const FT_Matrix* matrix, in ft_outline_glyph_transform() 456 FT_Matrix* matrix, in FT_Glyph_Transform()
|
D | ftoutln.c | 696 const FT_Matrix* matrix ) in FT_Vector_Transform() 719 const FT_Matrix* matrix ) in FT_Outline_Transform()
|
/external/freetype/src/autofit/ |
D | afloader.h | 47 FT_Matrix trans_matrix;
|
D | afloader.c | 110 FT_Matrix scale_down_matrix = { 0x10000L, 0, 0, 0x10000L }; in af_loader_embolden_glyph_in_slot() 389 FT_Matrix inverse; in af_loader_load_glyph()
|
/external/freetype/src/raster/ |
D | ftrend1.c | 56 const FT_Matrix* matrix, in ft_raster1_transform()
|
/external/pdfium/core/fxge/ |
D | fx_freetype.h | 29 using FXFT_Matrix = FT_Matrix;
|
/external/freetype/src/smooth/ |
D | ftsmooth.c | 71 const FT_Matrix* matrix, in ft_smooth_transform()
|
/external/freetype/src/cff/ |
D | cffobjs.c | 745 FT_Matrix* matrix = &dict->font_matrix; in cff_face_init() 775 FT_Matrix* matrix; in cff_face_init()
|
/external/freetype/src/cid/ |
D | cidgload.c | 350 FT_Matrix font_matrix; in cid_slot_load_glyph()
|
/external/freetype/src/pfr/ |
D | pfrobjs.c | 415 FT_Matrix font_matrix; in pfr_slot_load()
|
/external/freetype/src/type1/ |
D | t1gload.c | 364 FT_Matrix font_matrix; in T1_Load_Glyph()
|
12