Searched refs:RetrieveSpecificFont (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/fpdfdoc/ |
D | cpdf_interactiveform.cpp | 365 bool RetrieveSpecificFont(LOGFONTA& lf) { in RetrieveSpecificFont() function 378 bool RetrieveSpecificFont(uint8_t charSet, in RetrieveSpecificFont() function 390 return RetrieveSpecificFont(lf); in RetrieveSpecificFont() 644 bRet = RetrieveSpecificFont(charSet, DEFAULT_PITCH | FF_DONTCARE, in GetNativeFontName() 648 bRet = RetrieveSpecificFont(charSet, DEFAULT_PITCH | FF_DONTCARE, in GetNativeFontName() 652 bRet = RetrieveSpecificFont(charSet, DEFAULT_PITCH | FF_DONTCARE, in GetNativeFontName() 657 RetrieveSpecificFont(charSet, DEFAULT_PITCH | FF_DONTCARE, nullptr, lf); in GetNativeFontName()
|