Home
last modified time | relevance | path

Searched refs:pDRFontDict (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/formfiller/
Dcba_fontmap.cpp238 if (CPDF_Dictionary* pDRFontDict = pDRDict->GetDictFor("Font")) in GetAnnotDefaultFont() local
239 pFontDict = pDRFontDict->GetDictFor(*sAlias); in GetAnnotDefaultFont()
/external/pdfium/core/fpdfdoc/
Dcpvt_generateap.cpp917 CPDF_Dictionary* pDRFontDict = pDRDict->GetDictFor("Font"); in GenerateFormAP() local
918 if (!pDRFontDict) in GenerateFormAP()
922 pDRFontDict->GetDictFor(sFontName.Right(sFontName.GetLength() - 1)); in GenerateFormAP()
929 pDRFontDict->SetNewFor<CPDF_Reference>( in GenerateFormAP()