Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/android/
Dcfpf_skiafont.cpp94 if (FXFT_Set_Char_Size(m_Face, 0, 1000 * 64, 72, 72)) in GetGlyphBBox()
/external/pdfium/core/fxge/
Dfx_freetype.h182 #define FXFT_Set_Char_Size(face, char_width, char_height, horz_resolution, \ macro
Dcfx_font.cpp357 int error = FXFT_Set_Char_Size(m_Face, 0, 1000 * 64, 72, 72); in GetGlyphBBox()