Home
last modified time | relevance | path

Searched refs:FXFT_Open_Face (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.cpp385 if (FXFT_Open_Face(m_FTLibrary, &args, iFaceIndex, &face)) in GetFontFace()
401 if (FXFT_Open_Face(m_FTLibrary, &args, iFaceIndex, &face)) in GetFontFace()
419 if (FXFT_Open_Face(m_FTLibrary, &args, iFaceIndex, &face)) in GetFontFace()
/external/pdfium/core/fxge/
Dfx_freetype.h64 #define FXFT_Open_Face(library, args, index, face) \ macro
Dcfx_font.cpp72 if (FXFT_Open_Face(library, &args, faceIndex, Face)) in LoadFileImp()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp662 if (FXFT_Open_Face(library, &ftArgs, iFaceIndex, &pFace)) { in LoadFace()