Searched defs:pDefFont (Results 1 - 2 of 2) sorted by relevance
/external/pdfium/core/fpdfdoc/ |
H A D | cpvt_fontmap.cpp | 17 CPDF_Font* pDefFont, 21 m_pDefFont(pDefFont), 15 CPVT_FontMap(CPDF_Document* pDoc, CPDF_Dictionary* pResDict, CPDF_Font* pDefFont, const CFX_ByteString& sDefFontAlias) argument
|
H A D | cpvt_generateap.cpp | 77 CPDF_Font* pDefFont = pDoc->LoadFont(pFontDict); local 78 if (!pDefFont) 218 pDefFont, sFontName.Right(sFontName.GetLength() - 1)); 279 pDefFont, sFontName.Right(sFontName.GetLength() - 1)); 348 pDefFont, sFontName.Right(sFontName.GetLength() - 1)); 513 CPDF_Font* pDefFont, 518 CPVT_FontMap map(pDoc, nullptr, pDefFont, sFontName); 961 CPDF_Font* pDefFont = pDoc->LoadFont(pResourceFontDict.get()); local 962 if (!pDefFont) 970 sAppStream << GetPopupContentsString(pDoc, *pAnnotDict, pDefFont, sFontNam 511 GetPopupContentsString(CPDF_Document* pDoc, const CPDF_Dictionary& pAnnotDict, CPDF_Font* pDefFont, const CFX_ByteString& sFontName) argument [all...] |
Completed in 71 milliseconds