Home
last modified time | relevance | path

Searched refs:FXFT_Set_Char_Size (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fxge/android/
Dfpf_skiafont.cpp96 if (FXFT_Set_Char_Size(m_Face, 0, 1000 * 64, 72, 72)) { in GetGlyphBBox()
/external/pdfium/core/include/fxge/
Dfx_freetype.h135 #define FXFT_Set_Char_Size(face, char_width, char_height, horz_resolution, vert_resolution) FT_Set_… macro
/external/pdfium/core/src/fxge/ge/
Dfx_ge_font.cpp232 int error = FXFT_Set_Char_Size(m_Face, 0, 1000 * 64, 72, 72); in GetGlyphBBox()