Searched refs:FXFT_Open_Face (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/fxge/android/ |
D | cfpf_skiafontmgr.cpp | 383 if (FXFT_Open_Face(m_FTLibrary, &args, iFaceIndex, &face)) in GetFontFace() 399 if (FXFT_Open_Face(m_FTLibrary, &args, iFaceIndex, &face)) in GetFontFace() 417 if (FXFT_Open_Face(m_FTLibrary, &args, iFaceIndex, &face)) in GetFontFace()
|
/external/pdfium/core/fxge/ |
D | fx_freetype.h | 60 #define FXFT_Open_Face(library, args, index, face) \ macro
|
/external/pdfium/core/fxge/ge/ |
D | cfx_font.cpp | 74 if (FXFT_Open_Face(library, &args, faceIndex, Face)) in LoadFileImp()
|
/external/pdfium/xfa/fgas/font/ |
D | cfgas_fontmgr.cpp | 827 if (FXFT_Open_Face(library, &ftArgs, iFaceIndex, &pFace)) { in LoadFace()
|