Searched refs:pStreamResFontList (Results 1 – 2 of 2) sorted by relevance
194 CPDF_Dictionary* pStreamResFontList = pStreamResList->GetDict("Font"); in AddFontToAnnotDict() local195 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()
434 CPDF_Dictionary* pStreamResFontList = pStreamResList->GetDict("Font"); in GenerateWidgetAP() local435 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() local680 if (!pStreamResFontList) { in GenerateWidgetAP()681 pStreamResFontList = new CPDF_Dictionary; in GenerateWidgetAP()682 pStreamResList->SetAt("Font", pStreamResFontList); in GenerateWidgetAP()[all …]