OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FXFT_Set_Char_Size
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/core/src/fxge/android/
fpf_skiafont.cpp
91
if (
FXFT_Set_Char_Size
(m_Face, 0, 1000 * 64, 72, 72)) {
/external/pdfium/core/include/fxge/
fx_freetype.h
162
#define
FXFT_Set_Char_Size
(face, char_width, char_height, horz_resolution, \
/external/pdfium/core/src/fxge/ge/
fx_ge_font.cpp
281
int error =
FXFT_Set_Char_Size
(m_Face, 0, 1000 * 64, 72, 72);
Completed in 44 milliseconds