Searched refs:iFaceIndex (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/src/fxge/android/ |
D | fpf_skiafontmgr.cpp | 346 int32_t iFaceIndex) { in GetFontFace() argument 353 if (iFaceIndex < 0) { in GetFontFace() 366 if (FXFT_Open_Face(m_FTLibrary, &args, iFaceIndex, &face)) { in GetFontFace() 373 int32_t iFaceIndex) { in GetFontFace() argument 377 if (iFaceIndex < 0) { in GetFontFace() 384 if (FXFT_Open_Face(m_FTLibrary, &args, iFaceIndex, &face)) { in GetFontFace() 392 int32_t iFaceIndex) { in GetFontFace() argument 396 if (iFaceIndex < 0) { in GetFontFace() 404 if (FXFT_Open_Face(m_FTLibrary, &args, iFaceIndex, &face)) { in GetFontFace()
|
D | fpf_skiafontmgr.h | 99 FXFT_Face GetFontFace(IFX_FileRead* pFileRead, int32_t iFaceIndex = 0); 100 FXFT_Face GetFontFace(const CFX_ByteStringC& bsFile, int32_t iFaceIndex = 0); 103 int32_t iFaceIndex = 0);
|
/external/pdfium/xfa/src/fgas/src/font/ |
D | fx_stdfontmgr.h | 173 int32_t iFaceIndex, 176 int32_t iFaceIndex, 179 int32_t iFaceIndex, 210 int32_t iFaceIndex, 213 FXFT_Face LoadFace(IFX_FileRead* pFontStream, int32_t iFaceIndex);
|
D | fx_stdfontmgr.cpp | 887 int32_t iFaceIndex, in LoadFont() argument 896 return LoadFont(pFontAccess, iFaceIndex, pFaceCount, TRUE); in LoadFont() 902 int32_t iFaceIndex, in LoadFont() argument 914 return LoadFont(pFontAccess, iFaceIndex, pFaceCount, TRUE); in LoadFont() 920 int32_t iFaceIndex, in LoadFont() argument 930 return LoadFont(pFontAccess, iFaceIndex, pFaceCount, TRUE); in LoadFont() 936 int32_t iFaceIndex, in LoadFont() argument 943 bsHash.Format("%d, %d", (uintptr_t)pFontAccess, iFaceIndex); in LoadFont() 961 if (!pInternalFont->LoadFile(pFontStream, iFaceIndex)) { in LoadFont() 1000 int32_t iFaceIndex) { in LoadFace() argument [all …]
|
/external/pdfium/xfa/src/fgas/include/ |
D | fx_fnt.h | 250 int32_t iFaceIndex, 253 int32_t iFaceIndex, 256 int32_t iFaceIndex,
|