Searched refs:pFace (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/xfa/fgas/font/ |
D | cfgas_fontmgr.cpp | 584 FXFT_Face pFace = LoadFace(pFileRead, pDesc->m_nFaceIndex); in VerifyUnicode() local 585 FT_Error retCharmap = FXFT_Select_Charmap(pFace, FXFT_ENCODING_UNICODE); in VerifyUnicode() 586 FT_Error retIndex = FXFT_Get_Char_Index(pFace, wcUnicode); in VerifyUnicode() 587 if (!pFace) in VerifyUnicode() 590 if (FXFT_Get_Face_External_Stream(pFace)) in VerifyUnicode() 591 FXFT_Clear_Face_External_Stream(pFace); in VerifyUnicode() 593 FXFT_Done_Face(pFace); in VerifyUnicode() 661 FXFT_Face pFace = nullptr; in LoadFace() local 662 if (FXFT_Open_Face(library, &ftArgs, iFaceIndex, &pFace)) { in LoadFace() 667 FXFT_Set_Pixel_Sizes(pFace, 0, 64); in LoadFace() [all …]
|
D | cfgas_fontmgr.h | 161 void RegisterFace(FXFT_Face pFace, const WideString* pFaceName); 165 std::vector<uint16_t> GetCharsets(FXFT_Face pFace) const; 166 void GetUSBCSB(FXFT_Face pFace, uint32_t* USB, uint32_t* CSB); 167 uint32_t GetFlags(FXFT_Face pFace);
|