Searched refs:FXFT_Matrix (Results 1 – 2 of 2) sorted by relevance
48 #define FXFT_Matrix FT_Matrix macro
20 FXFT_Matrix matrix; in ResetTransform()32 ScopedFontTransform(FT_Face face, FXFT_Matrix* matrix) : m_Face(face) { in ScopedFontTransform()1517 FXFT_Matrix ft_matrix; in RenderGlyph()1794 FXFT_Matrix ft_matrix = {65536, 0, 0, 65536}; in LoadGlyphPath()