Searched refs:FT_Matrix (Results 1 – 25 of 38) sorted by relevance
12
/external/freetype/include/freetype/ |
D | ftglyph.h | 341 FT_Matrix* matrix, 629 FT_Matrix_Multiply( const FT_Matrix* a, 630 FT_Matrix* b ); 649 FT_Matrix_Invert( FT_Matrix* matrix );
|
D | ftrender.h | 49 const FT_Matrix* matrix, 96 const FT_Matrix* matrix,
|
D | ftoutln.h | 325 const FT_Matrix* matrix );
|
D | fttypes.h | 395 } FT_Matrix; typedef
|
D | freetype.h | 3194 FT_Matrix* matrix, 4015 FT_Matrix *p_transform ); 4714 const FT_Matrix* matrix );
|
D | t1tables.h | 358 FT_Matrix font_matrix;
|
/external/pdfium/core/fxge/ |
D | scoped_font_transform.cpp | 14 FT_Matrix matrix; in ResetTransform() 25 FT_Matrix* matrix) in ScopedFontTransform()
|
D | scoped_font_transform.h | 17 ScopedFontTransform(RetainPtr<CFX_Face> face, FT_Matrix* matrix);
|
D | cfx_glyphcache.cpp | 113 FT_Matrix ft_matrix; in RenderGlyph()
|
/external/freetype/include/freetype/internal/ |
D | ftcalc.h | 289 FT_Matrix_Multiply_Scaled( const FT_Matrix* a, 290 FT_Matrix *b, 306 FT_Matrix_Check( const FT_Matrix* matrix ); 315 const FT_Matrix* matrix,
|
D | ftgloadr.h | 44 FT_Matrix transform;
|
D | t1types.h | 122 FT_Matrix font_matrix;
|
D | ftobjs.h | 359 FT_Matrix transform_matrix; 428 FT_Matrix glyph_matrix;
|
D | cfftypes.h | 198 FT_Matrix font_matrix;
|
D | psaux.h | 678 FT_Matrix font_matrix; 960 FT_Matrix font_matrix;
|
/external/freetype/src/base/ |
D | ftcalc.c | 660 FT_Matrix_Multiply( const FT_Matrix* a, in FT_Matrix_Multiply() 661 FT_Matrix *b ) in FT_Matrix_Multiply() 688 FT_Matrix_Invert( FT_Matrix* matrix ) in FT_Matrix_Invert() 719 FT_Matrix_Multiply_Scaled( const FT_Matrix* a, in FT_Matrix_Multiply_Scaled() 720 FT_Matrix *b, in FT_Matrix_Multiply_Scaled() 750 FT_Matrix_Check( const FT_Matrix* matrix ) in FT_Matrix_Check() 752 FT_Matrix m; in FT_Matrix_Check() 821 const FT_Matrix* matrix, in FT_Vector_Transform_Scaled()
|
D | ftsynth.c | 49 FT_Matrix transform; in FT_GlyphSlot_Oblique()
|
D | ftglyph.c | 225 const FT_Matrix* matrix, in ft_outline_glyph_transform() 457 FT_Matrix* matrix, in FT_Glyph_Transform()
|
D | ftoutln.c | 684 const FT_Matrix* matrix ) in FT_Vector_Transform() 707 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 | 55 const FT_Matrix* matrix, in ft_raster1_transform()
|
/external/freetype/src/cff/ |
D | cffobjs.c | 755 FT_Matrix* matrix = &dict->font_matrix; in cff_face_init() 785 FT_Matrix* matrix; in cff_face_init()
|
/external/freetype/src/cid/ |
D | cidgload.c | 349 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()
|
12