/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_dictionary.cpp | 86 const CPDF_Object* CPDF_Dictionary::GetObjectFor(const ByteString& key) const { in GetObjectFor() function in CPDF_Dictionary 91 CPDF_Object* CPDF_Dictionary::GetObjectFor(const ByteString& key) { in GetObjectFor() function in CPDF_Dictionary 93 static_cast<const CPDF_Dictionary*>(this)->GetObjectFor(key)); in GetObjectFor() 98 const CPDF_Object* p = GetObjectFor(key); in GetDirectObjectFor() 108 const CPDF_Object* p = GetObjectFor(key); in GetStringFor() 113 const CPDF_Object* p = GetObjectFor(key); in GetUnicodeTextFor() 121 const CPDF_Object* p = GetObjectFor(key); in GetStringFor() 126 const CPDF_Object* p = GetObjectFor(key); in GetIntegerFor() 131 const CPDF_Object* p = GetObjectFor(key); in GetIntegerFor() 136 const CPDF_Object* p = GetObjectFor(key); in GetNumberFor() [all …]
|
D | cpdf_object_stream.cpp | 35 ToNumber(stream_dict->GetObjectFor("N")); in IsObjectsStreamObject() 44 ToNumber(stream_dict->GetObjectFor("First")); in IsObjectsStreamObject() 68 ToReference(obj_stream->GetDict()->GetObjectFor("Extends"))) { in CPDF_ObjectStream()
|
D | cpdf_cross_ref_avail.cpp | 149 if (ToReference(trailer->GetObjectFor(kEncryptKey))) { in CheckCrossRefV4Trailer() 185 if (ToReference(trailer->GetObjectFor(kEncryptKey))) { in CheckCrossRefStream() 190 const CPDF_Name* type_name = ToName(trailer->GetObjectFor(kTypeFieldKey)); in CheckCrossRefStream()
|
D | cpdf_data_avail.cpp | 43 CPDF_Object* result = dictionary_to_check->GetObjectFor("Resources"); in GetResourceObject() 46 CPDF_Object* parent = dictionary_to_check->GetObjectFor("Parent"); in GetResourceObject() 265 ToReference(m_pRoot ? m_pRoot->GetObjectFor("Pages") : nullptr); in CheckRoot() 279 ToReference(pRoot ? pRoot->GetObjectFor("Pages") : nullptr); in PreparePageItem() 348 CPDF_Object* pKids = pDict ? pDict->GetObjectFor("Kids") : nullptr; in GetPageKids() 595 CPDF_Object* pKids = pDict->GetObjectFor("Kids"); in CheckUnknownPageNode() 975 CPDF_Object* pAcroForm = pRoot->GetObjectFor("AcroForm"); in CheckAcroForm()
|
D | cpdf_dictionary.h | 49 const CPDF_Object* GetObjectFor(const ByteString& key) const; 50 CPDF_Object* GetObjectFor(const ByteString& key);
|
D | fpdf_parser_utility.cpp | 90 const CPDF_Number* pObj = ToNumber(pDict->GetObjectFor(key)); in GetDirectInteger() 169 const CPDF_Name* name_obj = ToName(dict->GetObjectFor("Type")); in ValidateDictType()
|
D | cpdf_object_unittest.cpp | 145 if (!Equal(item.second.Get(), dict2->GetObjectFor(item.first))) in Equal() 882 CPDF_Object* obj = dict->GetObjectFor("foo"); in TEST() 893 CPDF_Object* cloned_obj = cloned_dict->GetObjectFor("foo"); in TEST() 912 EXPECT_EQ(nullptr, cloned_dict->AsDictionary()->GetObjectFor("arr")); in TEST() 928 EXPECT_EQ(nullptr, cloned_dict->AsDictionary()->GetObjectFor("stream")); in TEST() 951 CPDF_Object* cloned_arr = cloned_dict->GetObjectFor("arr"); in TEST() 966 CPDF_Object* pRef = dict->GetObjectFor("clams"); in TEST()
|
D | cpdf_parser.cpp | 207 ToReference(GetRoot()->GetObjectFor("Metadata")); in StartParseInternal() 809 const CPDF_Object* pEncryptObj = GetTrailer()->GetObjectFor("Encrypt"); in GetEncryptDict() 844 ? m_CrossRefTable->trailer()->GetObjectFor("Info") in GetInfoObjNum() 852 ? m_CrossRefTable->trailer()->GetObjectFor("Root") in GetRootObjNum() 1033 ToReference(GetRoot()->GetObjectFor("Metadata"))) in StartLinearizedParse()
|
D | cpdf_linearized_header.cpp | 32 const CPDF_Number* pNum = ToNumber(pDict->GetObjectFor(key)); in IsValidNumericDictionaryValue()
|
D | cpdf_object_walker_unittest.cpp | 141 EXPECT_EQ(walker.GetParent()->AsDictionary()->GetObjectFor( in TEST()
|
D | cpdf_hint_tables.cpp | 447 CPDF_Object* pOffset = pDict ? pDict->GetObjectFor("S") : nullptr; in LoadHintStream()
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_structelement.cpp | 72 const CPDF_Object* pObj = pDict->GetObjectFor("Pg"); in LoadKids() 115 if (const CPDF_Reference* pRef = ToReference(pKidDict->GetObjectFor("Pg"))) in LoadKid() 126 const CPDF_Reference* pRef = ToReference(pKidDict->GetObjectFor("Stm")); in LoadKid() 135 const CPDF_Reference* pObj = ToReference(pKidDict->GetObjectFor("Obj")); in LoadKid()
|
D | cpdf_viewerpreferences.cpp | 49 const CPDF_Name* pName = ToName(pDict->GetObjectFor(bsKey)); in GenericName()
|
D | cpdf_action.cpp | 38 const CPDF_Object* pType = m_pDict->GetObjectFor("Type"); in GetType()
|
D | cba_fontmap.cpp | 319 if (ToDictionary(pAPDict->GetObjectFor(m_sAPType))) in AddFontToAnnotDict()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_ppo.cpp | 150 pDict->GetObjectFor(pdfium::page_object::kType)->GetDirect(); in PageDictGetInheritableTag() 157 pDict->GetObjectFor(pdfium::page_object::kParent)->GetDirect()); in PageDictGetInheritableTag() 162 return pDict->GetObjectFor(bsSrcTag); in PageDictGetInheritableTag() 166 return pp->GetObjectFor(bsSrcTag); in PageDictGetInheritableTag() 170 pp->GetObjectFor(pdfium::page_object::kParent)->GetDirect()); in PageDictGetInheritableTag() 331 CPDF_Object* pElement = pNewRoot->GetObjectFor("Pages"); in Init()
|
D | fpdf_editpage.cpp | 67 const CPDF_Object* pObject = pFormDict->GetObjectFor("Type")->GetDirect(); in IsPageObject() 406 const CPDF_Object* pObject = pParams->GetObjectFor(key); in FPDFPageObjMark_GetParamValueType() 421 const CPDF_Object* pObj = pParams->GetObjectFor(key); in FPDFPageObjMark_GetParamIntValue() 442 const CPDF_Object* pObj = pParams->GetObjectFor(key); in FPDFPageObjMark_GetParamStringValue() 464 const CPDF_Object* pObj = pParams->GetObjectFor(key); in FPDFPageObjMark_GetParamBlobValue()
|
D | fpdf_attachment.cpp | 161 CPDF_Object* pObj = spec.GetParamsDict()->GetObjectFor(key); in FPDFAttachment_GetValueType() 203 CPDF_String* stringValue = pParamsDict->GetObjectFor(bsKey)->AsString(); in FPDFAttachment_GetStringValue()
|
D | fpdf_ext.cpp | 94 const CPDF_Object* pName = pRoot->GetObjectFor("PageMode"); in FPDFDoc_GetPageMode()
|
D | fpdf_structtree.cpp | 84 const CPDF_Object* p = elem ? elem->GetDict()->GetObjectFor("K") : nullptr; in FPDF_StructElement_GetMarkedContentID()
|
D | fpdf_save.cpp | 63 CPDF_Object* pXFA = pAcroForm->GetObjectFor("XFA"); in SaveXFADocumentData()
|
D | fpdf_annot.cpp | 754 CPDF_Object* pObj = pAnnot->GetAnnotDict()->GetObjectFor(key); in FPDFAnnot_GetValueType() 794 const CPDF_Object* p = pAnnotDict->GetObjectFor(key); in FPDFAnnot_GetNumberValue()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_expintfunc.cpp | 26 const CPDF_Number* pExponent = ToNumber(pDict->GetObjectFor("N")); in v_Init()
|
/external/pdfium/core/fpdfapi/edit/ |
D | cpdf_pagecontentmanager.cpp | 23 CPDF_Object* contents_obj = page_dict->GetObjectFor("Contents"); in CPDF_PageContentManager()
|
/external/pdfium/fpdfsdk/fpdfxfa/ |
D | cpdfxfa_docenvironment.cpp | 461 const CPDF_Array* pArray = ToArray(pAcroForm->GetObjectFor("XFA")); in ExportData() 742 const CPDF_Array* pArray = ToArray(pAcroForm->GetObjectFor("XFA")); in ExportSubmitFile()
|