HomeSort by relevance Sort by last modified time
    Searched full:ft_matrix (Results 1 - 25 of 46) sorted by null

1 2

  /external/pdfium/core/fxge/
cfx_facecache.cpp 81 FXFT_Matrix ft_matrix;
82 ft_matrix.xx = (signed long)(pMatrix->a / 64 * 65536);
83 ft_matrix.xy = (signed long)(pMatrix->c / 64 * 65536);
84 ft_matrix.yx = (signed long)(pMatrix->b / 64 * 65536);
85 ft_matrix.yy = (signed long)(pMatrix->d / 64 * 65536);
105 ft_matrix.yx += ft_matrix.yy * skew / 100;
107 ft_matrix.xy -= ft_matrix.xx * skew / 100;
114 ScopedFontTransform scoped_transform(m_Face, &ft_matrix);
    [all...]
cfx_font.cpp 551 FXFT_Matrix ft_matrix = {65536, 0, 0, 65536}; local
564 ft_matrix.yx += ft_matrix.yy * skew / 100;
566 ft_matrix.xy -= ft_matrix.xx * skew / 100;
571 ScopedFontTransform scoped_transform(m_Face, &ft_matrix);
fx_freetype.h 29 using FXFT_Matrix = FT_Matrix;
  /external/freetype/src/autofit/
afloader.h 47 FT_Matrix trans_matrix;
afloader.c 111 FT_Matrix scale_down_matrix = { 0x10000L, 0, 0, 0x10000L };
394 FT_Matrix inverse;
  /external/freetype/include/freetype/
ftrender.h 50 const FT_Matrix* matrix,
97 const FT_Matrix* matrix,
fttypes.h 77 /* FT_Matrix */
365 /* FT_Matrix */
390 } FT_Matrix;
    [all...]
ftglyph.h 295 FT_Matrix* matrix,
    [all...]
ftoutln.h 323 const FT_Matrix* matrix );
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftrender.h 50 const FT_Matrix* matrix,
96 const FT_Matrix* matrix,
fttypes.h 77 /* FT_Matrix */
365 /* FT_Matrix */
390 } FT_Matrix;
    [all...]
ftglyph.h 289 FT_Matrix* matrix,
    [all...]
  /external/freetype/include/freetype/internal/
ftgloadr.h 45 FT_Matrix transform;
ftcalc.h 287 FT_Matrix_Multiply_Scaled( const FT_Matrix* a,
288 FT_Matrix *b,
298 const FT_Matrix* matrix,
t1types.h 120 FT_Matrix font_matrix;
cfftypes.h 194 FT_Matrix font_matrix;
psaux.h 647 FT_Matrix font_matrix;
    [all...]
  /external/freetype/src/base/
ftsynth.c 50 FT_Matrix transform;
ftcalc.c 661 FT_Matrix_Multiply( const FT_Matrix* a,
662 FT_Matrix *b )
689 FT_Matrix_Invert( FT_Matrix* matrix )
720 FT_Matrix_Multiply_Scaled( const FT_Matrix* a,
721 FT_Matrix *b,
752 const FT_Matrix* matrix,
ftglyph.c 225 const FT_Matrix* matrix,
448 FT_Matrix* matrix,
ftoutln.c 689 const FT_Matrix* matrix )
712 const FT_Matrix* matrix )
  /external/freetype/src/raster/
ftrend1.c 57 const FT_Matrix* matrix,
  /external/freetype/src/smooth/
ftsmooth.c 56 const FT_Matrix* matrix,
  /external/freetype/src/tools/ftfuzzer/
ftfuzzer.cc 411 FT_Matrix rot30 = { 0xDDB4, -0x8000, 0x8000, 0xDDB4 };
  /external/freetype/src/cff/
cffobjs.c 746 FT_Matrix* matrix = &dict->font_matrix;
776 FT_Matrix* matrix;
    [all...]

Completed in 615 milliseconds

1 2