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.cpp383 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/
Dfx_freetype.h60 #define FXFT_Open_Face(library, args, index, face) \ macro
/external/pdfium/core/fxge/ge/
Dcfx_font.cpp74 if (FXFT_Open_Face(library, &args, faceIndex, Face)) in LoadFileImp()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp827 if (FXFT_Open_Face(library, &ftArgs, iFaceIndex, &pFace)) { in LoadFace()