Searched refs:iFaceIndex (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/fxge/android/ |
D | cfpf_skiafontmgr.cpp | 368 int32_t iFaceIndex) { in GetFontFace() argument 373 if (iFaceIndex < 0) in GetFontFace() 385 if (FXFT_Open_Face(m_FTLibrary, &args, iFaceIndex, &face)) in GetFontFace() 392 int32_t iFaceIndex) { in GetFontFace() argument 395 if (iFaceIndex < 0) in GetFontFace() 401 if (FXFT_Open_Face(m_FTLibrary, &args, iFaceIndex, &face)) in GetFontFace() 409 int32_t iFaceIndex) { in GetFontFace() argument 412 if (iFaceIndex < 0) in GetFontFace() 419 if (FXFT_Open_Face(m_FTLibrary, &args, iFaceIndex, &face)) in GetFontFace()
|
D | cfpf_skiafontmgr.h | 35 int32_t iFaceIndex = 0); 36 FXFT_Face GetFontFace(const ByteStringView& bsFile, int32_t iFaceIndex = 0); 39 int32_t iFaceIndex = 0);
|
/external/pdfium/xfa/fgas/font/ |
D | cfgas_fontmgr.h | 181 int32_t iFaceIndex, 184 int32_t iFaceIndex);
|
D | cfgas_fontmgr.cpp | 598 int32_t iFaceIndex, in LoadFont() argument 615 if (!pInternalFont->LoadFile(pFontStream, iFaceIndex)) in LoadFont() 631 int32_t iFaceIndex) { in LoadFace() argument 662 if (FXFT_Open_Face(library, &ftArgs, iFaceIndex, &pFace)) { in LoadFace()
|