Home
last modified time | relevance | path

Searched defs:pFace (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp715 FXFT_Face pFace = LoadFace(pFileRead, pDesc->m_nFaceIndex); in VerifyUnicode() local
733 FXFT_Face pFace = pFont->GetDevFont()->GetFace(); in VerifyUnicode() local
826 FXFT_Face pFace = nullptr; in LoadFace() local
987 void CFGAS_FontMgr::RegisterFace(FXFT_Face pFace, in RegisterFace()
1027 FXFT_Face pFace = LoadFace(pFontStream, index++); in RegisterFaces() local
1040 uint32_t CFGAS_FontMgr::GetFlags(FXFT_Face pFace) { in GetFlags()
1113 void CFGAS_FontMgr::GetUSBCSB(FXFT_Face pFace, uint32_t* USB, uint32_t* CSB) { in GetUSBCSB()