Home
last modified time | relevance | path

Searched refs:iFaceIndex (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxge/android/
Dfpf_skiafontmgr.cpp364 FXFT_Face CFPF_SkiaFontMgr::GetFontFace(IFX_FileRead *pFileRead, FX_INT32 iFaceIndex) in GetFontFace() argument
372 if (iFaceIndex < 0) { in GetFontFace()
385 if (FXFT_Open_Face(m_FTLibrary, &args, iFaceIndex, &face)) { in GetFontFace()
391 FXFT_Face CFPF_SkiaFontMgr::GetFontFace(FX_BSTR bsFile, FX_INT32 iFaceIndex ) in GetFontFace() argument
396 if (iFaceIndex < 0) { in GetFontFace()
403 if (FXFT_Open_Face(m_FTLibrary, &args, iFaceIndex, &face)) { in GetFontFace()
409 FXFT_Face CFPF_SkiaFontMgr::GetFontFace(FX_LPCBYTE pBuffer, size_t szBuffer, FX_INT32 iFaceIndex ) in GetFontFace() argument
414 if (iFaceIndex < 0) { in GetFontFace()
422 if (FXFT_Open_Face(m_FTLibrary, &args, iFaceIndex, &face)) { in GetFontFace()
Dfpf_skiafontmgr.h104 FXFT_Face GetFontFace(IFX_FileRead *pFileRead, FX_INT32 iFaceIndex = 0);
105 FXFT_Face GetFontFace(FX_BSTR bsFile, FX_INT32 iFaceIndex = 0);
106 FXFT_Face GetFontFace(FX_LPCBYTE pBuffer, size_t szBuffer, FX_INT32 iFaceIndex = 0);