Searched refs:FXFT_Open_Face (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/src/fxge/android/ |
D | fpf_skiafontmgr.cpp | 389 if (FXFT_Open_Face(m_FTLibrary, &args, iFaceIndex, &face)) { in GetFontFace() 407 if (FXFT_Open_Face(m_FTLibrary, &args, iFaceIndex, &face)) { in GetFontFace() 426 if (FXFT_Open_Face(m_FTLibrary, &args, iFaceIndex, &face)) { in GetFontFace()
|
/external/pdfium/core/include/fxge/ |
D | fx_freetype.h | 53 #define FXFT_Open_Face(library, args, index, face) \ macro
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_font.cpp | 127 if (FXFT_Open_Face(library, &args, 0, Face)) { in _LoadFile()
|