Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/freetype/include/freetype/
Dftglyph.h341 const FT_Matrix* matrix,
629 FT_Matrix_Multiply( const FT_Matrix* a,
630 FT_Matrix* b );
649 FT_Matrix_Invert( FT_Matrix* matrix );
Dftrender.h49 const FT_Matrix* matrix,
96 const FT_Matrix* matrix,
Dfreetype.h3246 FT_Matrix* matrix,
3279 FT_Matrix* matrix,
4144 FT_Matrix *p_transform );
4687 const FT_Matrix* matrix );
Dftoutln.h325 const FT_Matrix* matrix );
Dfttypes.h395 } FT_Matrix; typedef
Dt1tables.h358 FT_Matrix font_matrix;
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dftcalc.h289 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,
Dftgloadr.h45 FT_Matrix transform;
Dt1types.h122 FT_Matrix font_matrix;
Dftobjs.h359 FT_Matrix transform_matrix;
428 FT_Matrix glyph_matrix;
Dcfftypes.h198 FT_Matrix font_matrix;
Dpsaux.h678 FT_Matrix font_matrix;
960 FT_Matrix font_matrix;
/third_party/skia/third_party/externals/freetype/src/base/
Dftcalc.c660 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()
Dftsynth.c49 FT_Matrix transform; in FT_GlyphSlot_Oblique()
Dftglyph.c225 const FT_Matrix* matrix, in ft_outline_glyph_transform()
457 const FT_Matrix* matrix, in FT_Glyph_Transform()
Dftoutln.c684 const FT_Matrix* matrix ) in FT_Vector_Transform()
707 const FT_Matrix* matrix ) in FT_Outline_Transform()
/third_party/skia/third_party/externals/freetype/src/autofit/
Dafloader.h47 FT_Matrix trans_matrix;
Dafloader.c109 FT_Matrix scale_down_matrix = { 0x10000L, 0, 0, 0x10000L }; in af_loader_embolden_glyph_in_slot()
380 FT_Matrix inverse; in af_loader_load_glyph()
/third_party/skia/third_party/externals/freetype/src/raster/
Dftrend1.c55 const FT_Matrix* matrix, in ft_raster1_transform()
/third_party/skia/third_party/externals/freetype/src/sdf/
Dftsdfrend.c384 const FT_Matrix* matrix, in ft_sdf_transform()
/third_party/skia/third_party/externals/freetype/src/cff/
Dcffobjs.c760 FT_Matrix* matrix = &dict->font_matrix; in cff_face_init()
790 FT_Matrix* matrix; in cff_face_init()
/third_party/skia/third_party/externals/freetype/src/cid/
Dcidgload.c345 FT_Matrix font_matrix; in cid_slot_load_glyph()
/third_party/skia/third_party/externals/freetype/src/pfr/
Dpfrobjs.c419 FT_Matrix font_matrix; in pfr_slot_load()
/third_party/skia/third_party/externals/freetype/src/smooth/
Dftsmooth.c44 const FT_Matrix* matrix, in ft_smooth_transform()
/third_party/skia/third_party/externals/freetype/src/type1/
Dt1gload.c363 FT_Matrix font_matrix; in T1_Load_Glyph()

12