Home
last modified time | relevance | path

Searched refs:FXFT_Matrix (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fxge/ge/
Dfx_ge_text.cpp21 FXFT_Matrix matrix; in ResetTransform()
37 ScopedFontTransform::ScopedFontTransform(FT_Face face, FXFT_Matrix* matrix) in ScopedFontTransform()
Dcfx_facecache.cpp103 FXFT_Matrix ft_matrix; in RenderGlyph()
Dcfx_font.cpp615 FXFT_Matrix ft_matrix = {65536, 0, 0, 65536}; in LoadGlyphPathImpl()
/external/pdfium/core/fxge/
Dfx_font.h94 ScopedFontTransform(FT_Face face, FXFT_Matrix* matrix);
Dfx_freetype.h50 #define FXFT_Matrix FT_Matrix macro