Searched refs:FXFT_Open_Face (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/src/fxge/android/ |
D | fpf_skiafontmgr.cpp | 366 if (FXFT_Open_Face(m_FTLibrary, &args, iFaceIndex, &face)) { in GetFontFace() 384 if (FXFT_Open_Face(m_FTLibrary, &args, iFaceIndex, &face)) { in GetFontFace() 404 if (FXFT_Open_Face(m_FTLibrary, &args, iFaceIndex, &face)) { in GetFontFace()
|
/external/pdfium/core/include/fxge/ |
D | fx_freetype.h | 58 #define FXFT_Open_Face(library, args, index, face) \ macro
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_font.cpp | 197 if (FXFT_Open_Face(library, &args, faceIndex, Face)) { in _LoadFile()
|
/external/pdfium/xfa/src/fgas/src/font/ |
D | fx_stdfontmgr.cpp | 1025 if (FXFT_Open_Face(library, &ftArgs, iFaceIndex, &pFace)) { in LoadFace()
|