Home
last modified time | relevance | path

Searched refs:FT_Matrix (Results 1 – 25 of 25) sorted by relevance

/external/freetype/include/freetype/
Dftglyph.h289 FT_Matrix* matrix,
584 FT_Matrix_Multiply( const FT_Matrix* a,
585 FT_Matrix* b );
604 FT_Matrix_Invert( FT_Matrix* matrix );
Dftrender.h50 const FT_Matrix* matrix,
96 const FT_Matrix* matrix,
Dfttypes.h386 } FT_Matrix; typedef
Dftoutln.h305 const FT_Matrix* matrix );
Dfreetype.h2650 FT_Matrix* matrix,
3276 FT_Matrix *p_transform );
3793 const FT_Matrix* matrix );
Dt1tables.h316 FT_Matrix font_matrix;
/external/freetype/include/freetype/internal/
Dftcalc.h123 FT_Matrix_Multiply_Scaled( const FT_Matrix* a,
124 FT_Matrix *b,
135 const FT_Matrix* matrix,
Dftgloadr.h63 FT_Matrix transform;
Dt1types.h118 FT_Matrix font_matrix;
Dftobjs.h326 FT_Matrix transform_matrix;
383 FT_Matrix glyph_matrix;
Dpsaux.h678 FT_Matrix font_matrix;
/external/freetype/src/base/
Dftcalc.c702 FT_Matrix_Multiply( const FT_Matrix* a, in FT_Matrix_Multiply()
703 FT_Matrix *b ) in FT_Matrix_Multiply()
724 FT_Matrix_Invert( FT_Matrix* matrix ) in FT_Matrix_Invert()
755 FT_Matrix_Multiply_Scaled( const FT_Matrix* a, in FT_Matrix_Multiply_Scaled()
756 FT_Matrix *b, in FT_Matrix_Multiply_Scaled()
781 const FT_Matrix* matrix, in FT_Vector_Transform_Scaled()
Dftsynth.c49 FT_Matrix transform; in FT_GlyphSlot_Oblique()
Dftglyph.c217 const FT_Matrix* matrix, in ft_outline_glyph_transform()
422 FT_Matrix* matrix, in FT_Glyph_Transform()
Dftoutln.c673 const FT_Matrix* matrix ) in FT_Vector_Transform()
696 const FT_Matrix* matrix ) in FT_Outline_Transform()
Dftobjs.c467 FT_Matrix* matrix, in FT_Set_Transform()
4727 FT_Matrix *p_transform ) in FT_Get_SubGlyph_Info()
/external/freetype/src/autofit/
Dafloader.h36 FT_Matrix trans_matrix;
Dafloader.c116 FT_Matrix inverse; in af_loader_load_g()
/external/freetype/src/cff/
Dcfftypes.h119 FT_Matrix font_matrix;
Dcffobjs.c648 FT_Matrix* matrix = &dict->font_matrix; in cff_face_init()
675 FT_Matrix* matrix; in cff_face_init()
Dcffparse.c449 FT_Matrix* matrix = &dict->font_matrix; in cff_parse_font_matrix()
Dcffgload.c2591 FT_Matrix font_matrix; in cff_slot_load()
/external/freetype/src/raster/
Dftrend1.c61 const FT_Matrix* matrix, in ft_raster1_transform()
/external/freetype/src/smooth/
Dftsmooth.c61 const FT_Matrix* matrix, in ft_smooth_transform()
/external/skia/src/ports/
DSkFontHost_FreeType.cpp164 FT_Matrix fMatrix22;
1086 FT_Matrix identityMatrix; in generateMetrics()
1092 if (memcmp(&fMatrix22, &identityMatrix, sizeof(FT_Matrix)) != 0) { in generateMetrics()