HomeSort by: relevance | last modified time | path
    Searched refs:FT_Matrix (Results 1 - 25 of 37) sorted by relevancy

1 2

  /xsrc/external/mit/freetype/dist/include/freetype/
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 );
ftrender.h 49 const FT_Matrix* matrix,
96 const FT_Matrix* matrix,
ftoutln.h 325 const FT_Matrix* matrix );
fttypes.h 77 * FT_Matrix
366 * FT_Matrix
395 } FT_Matrix;
freetype.h 3179 * @FT_Matrix coefficients are only 16.16 fixed point values, which can
3194 FT_Matrix* matrix,
4015 FT_Matrix *p_transform );
4714 const FT_Matrix* matrix );
t1tables.h 358 FT_Matrix font_matrix;
  /xsrc/external/mit/freetype/dist/src/autofit/
afloader.h 47 FT_Matrix trans_matrix;
afloader.c 110 FT_Matrix scale_down_matrix = { 0x10000L, 0, 0, 0x10000L };
389 FT_Matrix inverse;
  /xsrc/external/mit/freetype/dist/include/freetype/internal/
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,
ftgloadr.h 44 FT_Matrix transform;
t1types.h 122 FT_Matrix font_matrix;
cfftypes.h 198 FT_Matrix font_matrix;
ftobjs.h 359 FT_Matrix transform_matrix;
428 FT_Matrix glyph_matrix;
psaux.h 678 FT_Matrix font_matrix;
960 FT_Matrix font_matrix;
  /xsrc/external/mit/freetype/dist/src/base/
ftsynth.c 49 FT_Matrix transform;
ftcalc.c 660 FT_Matrix_Multiply( const FT_Matrix* a,
661 FT_Matrix *b )
688 FT_Matrix_Invert( FT_Matrix* matrix )
719 FT_Matrix_Multiply_Scaled( const FT_Matrix* a,
720 FT_Matrix *b,
750 FT_Matrix_Check( const FT_Matrix* matrix )
752 FT_Matrix m;
821 const FT_Matrix* matrix,
ftglyph.c 225 const FT_Matrix* matrix,
457 FT_Matrix* matrix,
ftoutln.c 684 const FT_Matrix* matrix )
707 const FT_Matrix* matrix )
  /xsrc/external/mit/libXft/dist/src/
xftint.h 108 FT_Matrix matrix; /* current matrix setting */
134 FT_Matrix matrix; /* glyph transformation matrix */
381 _XftSetFace (XftFtFile *f, FT_F26Dot6 xsize, FT_F26Dot6 ysize, FT_Matrix *matrix);
  /xsrc/external/mit/freetype/dist/src/raster/
ftrend1.c 55 const FT_Matrix* matrix,
  /xsrc/external/mit/libXfont/dist/src/FreeType/
ftfuncs.h 59 FT_Matrix matrix;
  /xsrc/external/mit/libXfont2/dist/src/FreeType/
ftfuncs.h 59 FT_Matrix matrix;
  /xsrc/external/mit/freetype/dist/src/cid/
cidgload.c 349 FT_Matrix font_matrix;
  /xsrc/external/mit/freetype/dist/src/pfr/
pfrobjs.c 415 FT_Matrix font_matrix;
  /xsrc/external/mit/freetype/dist/src/cff/
cffobjs.c 755 FT_Matrix* matrix = &dict->font_matrix;
785 FT_Matrix* matrix;

Completed in 25 milliseconds

1 2