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

  /external/pdfium/fpdfsdk/src/formfiller/
FFL_CBA_Fontmap.cpp 204 CPDF_Dictionary* pStreamResList = pStreamDict->GetDict("Resources");
205 if (!pStreamResList)
207 pStreamResList = FX_NEW CPDF_Dictionary();
208 pStreamDict->SetAt("Resources", pStreamResList);
211 if (pStreamResList)
213 CPDF_Dictionary* pStreamResFontList = pStreamResList->GetDict("Font");
218 pStreamResList->SetAtReference("Font", m_pDocument, objnum);
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 413 CPDF_Dictionary* pStreamResList = pStreamDict->GetDict("Resources");
414 if (pStreamResList) {
415 CPDF_Dictionary* pStreamResFontList = pStreamResList->GetDict("Font");
421 pStreamResList->SetAt("Font", pStreamResFontList);
428 pStreamResList = pStreamDict->GetDict("Resources");
604 CPDF_Dictionary* pStreamResList = pStreamDict->GetDict("Resources");
605 if (pStreamResList) {
606 CPDF_Dictionary* pStreamResFontList = pStreamResList->GetDict("Font");
612 pStreamResList->SetAt("Font", pStreamResFontList);
619 pStreamResList = pStreamDict->GetDict("Resources");
    [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp     [all...]

Completed in 78 milliseconds