Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/formfiller/
DFFL_CBA_Fontmap.cpp194 CPDF_Dictionary* pStreamResFontList = pStreamResList->GetDict("Font"); in AddFontToAnnotDict() local
195 if (!pStreamResFontList) { in AddFontToAnnotDict()
196 pStreamResFontList = new CPDF_Dictionary; in AddFontToAnnotDict()
197 int32_t objnum = m_pDocument->AddIndirectObject(pStreamResFontList); in AddFontToAnnotDict()
200 if (!pStreamResFontList->KeyExist(sAlias)) in AddFontToAnnotDict()
201 pStreamResFontList->SetAtReference(sAlias, m_pDocument, in AddFontToAnnotDict()
/external/pdfium/core/src/fpdfdoc/
Ddoc_ap.cpp434 CPDF_Dictionary* pStreamResFontList = pStreamResList->GetDict("Font"); in GenerateWidgetAP() local
435 if (!pStreamResFontList) { in GenerateWidgetAP()
436 pStreamResFontList = new CPDF_Dictionary; in GenerateWidgetAP()
437 pStreamResList->SetAt("Font", pStreamResFontList); in GenerateWidgetAP()
439 if (!pStreamResFontList->KeyExist(sFontName)) { in GenerateWidgetAP()
440 pStreamResFontList->SetAtReference(sFontName, pDoc, pFontDict); in GenerateWidgetAP()
679 CPDF_Dictionary* pStreamResFontList = pStreamResList->GetDict("Font"); in GenerateWidgetAP() local
680 if (!pStreamResFontList) { in GenerateWidgetAP()
681 pStreamResFontList = new CPDF_Dictionary; in GenerateWidgetAP()
682 pStreamResList->SetAt("Font", pStreamResFontList); in GenerateWidgetAP()
[all …]