Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dfx_ge_text.cpp20 FXFT_Matrix matrix; in ResetTransform()
36 ScopedFontTransform::ScopedFontTransform(FT_Face face, FXFT_Matrix* matrix) in ScopedFontTransform()
Dfx_font.h64 ScopedFontTransform(FT_Face face, FXFT_Matrix* matrix);
Dfx_freetype.h29 using FXFT_Matrix = FT_Matrix; variable
Dcfx_facecache.cpp81 FXFT_Matrix ft_matrix; in RenderGlyph()
Dcfx_font.cpp551 FXFT_Matrix ft_matrix = {65536, 0, 0, 65536}; in LoadGlyphPathImpl()