HomeSort by relevance Sort by last modified time
    Searched refs:pStreamResFontList (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/src/formfiller/
FFL_CBA_Fontmap.cpp 213 CPDF_Dictionary* pStreamResFontList = pStreamResList->GetDict("Font");
214 if (!pStreamResFontList)
216 pStreamResFontList = FX_NEW CPDF_Dictionary;
217 FX_INT32 objnum = m_pDocument->AddIndirectObject(pStreamResFontList);
220 if (!pStreamResFontList->KeyExist(sAlias))
221 pStreamResFontList->SetAtReference(sAlias, m_pDocument, pFont->GetFontDict());
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 415 CPDF_Dictionary* pStreamResFontList = pStreamResList->GetDict("Font");
416 if (!pStreamResFontList) {
417 pStreamResFontList = CPDF_Dictionary::Create();
418 if (pStreamResFontList == NULL) {
421 pStreamResList->SetAt("Font", pStreamResFontList);
423 if (!pStreamResFontList->KeyExist(sFontName)) {
424 pStreamResFontList->SetAtReference(sFontName, pDoc, pFontDict);
606 CPDF_Dictionary* pStreamResFontList = pStreamResList->GetDict("Font");
607 if (!pStreamResFontList) {
608 pStreamResFontList = CPDF_Dictionary::Create();
    [all...]

Completed in 33 milliseconds