Searched refs:FT_Matrix (Results 1 – 25 of 54) sorted by relevance
123
/external/freetype/include/freetype/ |
D | ftglyph.h | 289 FT_Matrix* matrix, 570 FT_Matrix_Multiply( const FT_Matrix* a, 571 FT_Matrix* b ); 590 FT_Matrix_Invert( FT_Matrix* matrix );
|
D | ftrender.h | 50 const FT_Matrix* matrix, 97 const FT_Matrix* matrix,
|
D | freetype.h | 3019 FT_Matrix* matrix, 3716 FT_Matrix *p_transform ); 4228 const FT_Matrix* matrix );
|
D | ftoutln.h | 326 const FT_Matrix* matrix );
|
D | fttypes.h | 390 } FT_Matrix; typedef
|
/external/pdfium/third_party/freetype/include/freetype/ |
D | ftglyph.h | 289 FT_Matrix* matrix, 570 FT_Matrix_Multiply( const FT_Matrix* a, 571 FT_Matrix* b ); 590 FT_Matrix_Invert( FT_Matrix* matrix );
|
D | ftrender.h | 50 const FT_Matrix* matrix, 96 const FT_Matrix* matrix,
|
D | freetype.h | 2927 FT_Matrix* matrix, 3537 FT_Matrix *p_transform ); 4040 const FT_Matrix* matrix );
|
D | fttypes.h | 390 } FT_Matrix; typedef
|
D | ftoutln.h | 318 const FT_Matrix* matrix );
|
/external/pdfium/third_party/freetype/include/freetype/internal/ |
D | ftcalc.h | 287 FT_Matrix_Multiply_Scaled( const FT_Matrix* a, 288 FT_Matrix *b, 298 const FT_Matrix* matrix,
|
D | ftgloadr.h | 63 FT_Matrix transform;
|
D | t1types.h | 118 FT_Matrix font_matrix;
|
/external/freetype/include/freetype/internal/ |
D | ftcalc.h | 287 FT_Matrix_Multiply_Scaled( const FT_Matrix* a, 288 FT_Matrix *b, 298 const FT_Matrix* matrix,
|
D | ftgloadr.h | 45 FT_Matrix transform;
|
D | t1types.h | 120 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() 682 FT_Matrix_Invert( FT_Matrix* matrix ) in FT_Matrix_Invert() 713 FT_Matrix_Multiply_Scaled( const FT_Matrix* a, in FT_Matrix_Multiply_Scaled() 714 FT_Matrix *b, in FT_Matrix_Multiply_Scaled() 739 const FT_Matrix* matrix, in FT_Vector_Transform_Scaled()
|
D | ftsynth.c | 50 FT_Matrix transform; in FT_GlyphSlot_Oblique()
|
D | ftglyph.c | 225 const FT_Matrix* matrix, in ft_outline_glyph_transform() 432 FT_Matrix* matrix, in FT_Glyph_Transform()
|
/external/pdfium/third_party/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() 682 FT_Matrix_Invert( FT_Matrix* matrix ) in FT_Matrix_Invert() 713 FT_Matrix_Multiply_Scaled( const FT_Matrix* a, in FT_Matrix_Multiply_Scaled() 714 FT_Matrix *b, in FT_Matrix_Multiply_Scaled() 739 const FT_Matrix* matrix, in FT_Vector_Transform_Scaled()
|
D | ftsynth.c | 50 FT_Matrix transform; in FT_GlyphSlot_Oblique()
|
D | ftglyph.c | 223 const FT_Matrix* matrix, in ft_outline_glyph_transform() 428 FT_Matrix* matrix, in FT_Glyph_Transform()
|
/external/freetype/src/autofit/ |
D | afloader.h | 47 FT_Matrix trans_matrix;
|
/external/pdfium/third_party/freetype/src/cff/ |
D | cfftypes.h | 119 FT_Matrix font_matrix;
|
/external/pdfium/third_party/freetype/src/raster/ |
D | ftrend1.c | 62 const FT_Matrix* matrix, in ft_raster1_transform()
|
123