Searched refs:FT_Matrix (Results 1 – 25 of 31) sorted by relevance
12
/AliOS-Things-master/components/freetype/include/ |
A D | ftglyph.h | 289 FT_Matrix* matrix, 584 FT_Matrix_Multiply( const FT_Matrix* a, 585 FT_Matrix* b ); 604 FT_Matrix_Invert( FT_Matrix* matrix );
|
A D | ftrender.h | 50 const FT_Matrix* matrix, 96 const FT_Matrix* matrix,
|
A D | ftoutln.h | 315 const FT_Matrix* matrix );
|
A D | fttypes.h | 386 } FT_Matrix; typedef
|
A D | freetype.h | 2767 FT_Matrix* matrix, 3403 FT_Matrix *p_transform ); 3924 const FT_Matrix* matrix );
|
A D | t1tables.h | 316 FT_Matrix font_matrix;
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | ftcalc.h | 100 FT_Matrix_Multiply_Scaled( const FT_Matrix* a, 101 FT_Matrix *b, 111 const FT_Matrix* matrix,
|
A D | ftgloadr.h | 63 FT_Matrix transform;
|
A D | t1types.h | 118 FT_Matrix font_matrix;
|
A D | ftobjs.h | 355 FT_Matrix transform_matrix; 412 FT_Matrix glyph_matrix;
|
A D | psaux.h | 682 FT_Matrix font_matrix;
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftcalc.c | 718 FT_Matrix_Multiply( const FT_Matrix* a, in FT_Matrix_Multiply() 719 FT_Matrix *b ) in FT_Matrix_Multiply() 740 FT_Matrix_Invert( FT_Matrix* matrix ) in FT_Matrix_Invert() 771 FT_Matrix_Multiply_Scaled( const FT_Matrix* a, in FT_Matrix_Multiply_Scaled() 772 FT_Matrix *b, in FT_Matrix_Multiply_Scaled() 797 const FT_Matrix* matrix, in FT_Vector_Transform_Scaled()
|
A D | ftsynth.c | 50 FT_Matrix transform; in FT_GlyphSlot_Oblique()
|
A D | ftglyph.c | 219 const FT_Matrix* matrix, in ft_outline_glyph_transform() 424 FT_Matrix* matrix, in FT_Glyph_Transform()
|
A D | ftoutln.c | 683 const FT_Matrix* matrix ) in FT_Vector_Transform() 706 const FT_Matrix* matrix ) in FT_Outline_Transform()
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | afloader.h | 49 FT_Matrix trans_matrix;
|
A D | afloader.c | 127 FT_Matrix inverse; in af_loader_load_g()
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cfftypes.h | 119 FT_Matrix font_matrix;
|
A D | cffobjs.c | 641 FT_Matrix* matrix = &dict->font_matrix; in cff_face_init() 668 FT_Matrix* matrix; in cff_face_init()
|
/AliOS-Things-master/components/freetype/src/raster/ |
A D | ftrend1.c | 62 const FT_Matrix* matrix, in ft_raster1_transform()
|
/AliOS-Things-master/components/freetype/src/cid/ |
A D | cidgload.c | 281 FT_Matrix font_matrix; in cid_slot_load_glyph()
|
A D | cidload.c | 161 FT_Matrix* matrix; in cid_parse_font_matrix()
|
/AliOS-Things-master/components/freetype/src/smooth/ |
A D | ftsmooth.c | 61 const FT_Matrix* matrix, in ft_smooth_transform()
|
/AliOS-Things-master/components/freetype/src/type1/ |
A D | t1gload.c | 283 FT_Matrix font_matrix; in T1_Load_Glyph()
|
/AliOS-Things-master/components/freetype/src/pfr/ |
A D | pfrobjs.c | 412 FT_Matrix font_matrix; in pfr_slot_load()
|
Completed in 71 milliseconds
12