Home
last modified time | relevance | path

Searched refs:IsDictionary (Results 1 – 18 of 18) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_structtree.cpp56 if (pKids->IsDictionary()) in LoadPageTree()
127 if (pObj->IsDictionary()) { in AddTopLevelNode()
Dcpdf_action.cpp139 if (pFields->IsDictionary() || pFields->IsString()) { in GetAllFields()
170 if (pNext->IsDictionary()) in GetSubActionsCount()
Dcpdf_dest.cpp52 if (!pPage->IsDictionary()) in GetDestPageIndex()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_object_walker.cpp123 if (object->IsDictionary()) in MakeIterator()
154 dict_key_ = parent_object_->IsDictionary() in GetNext()
Dcpdf_page_object_avail.cpp15 return object->IsDictionary() && in ExcludeObject()
Dcpdf_object.cpp81 bool CPDF_Object::IsDictionary() const { in IsDictionary() function in CPDF_Object
Dcpdf_object.h72 virtual bool IsDictionary() const;
Dcpdf_object_walker_unittest.cpp29 if (obj->IsDictionary()) in Walk()
Dcpdf_object_unittest.cpp374 EXPECT_TRUE(m_DirectObjs[i]->IsDictionary()); in TEST_F()
377 EXPECT_FALSE(m_DirectObjs[i]->IsDictionary()); in TEST_F()
888 ASSERT_TRUE(cloned_dict_object->IsDictionary()); in TEST()
910 ASSERT_TRUE(cloned_dict->IsDictionary()); in TEST()
926 ASSERT_TRUE(cloned_dict->IsDictionary()); in TEST()
Dcpdf_dictionary.h40 bool IsDictionary() const override;
Dcpdf_dictionary.cpp54 bool CPDF_Dictionary::IsDictionary() const { in IsDictionary() function in CPDF_Dictionary
Dcpdf_data_avail.cpp316 if (!pObj->IsDictionary()) in CheckPage()
576 if (!pPage->IsDictionary()) { in CheckUnknownPageNode()
Dcpdf_object_avail_unittest.cpp124 return object->IsDictionary() && in ExcludeObject()
Dcpdf_parser.cpp813 if (pEncryptObj->IsDictionary()) in GetEncryptDict()
/external/pdfium/fpdfsdk/
Dfpdf_attachment.cpp221 if (!pFile || !pFile->IsDictionary() || !pDoc || len > INT_MAX) in FPDFAttachment_SetFile()
Dfpdf_transformpage.cpp273 if (pObj->IsDictionary()) in FPDFPage_TransFormWithClip()
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.cpp592 } else if (pProperty->IsDictionary()) { in Handle_BeginMarkedContent_Dictionary()
1199 if (!pPattern || (!pPattern->IsDictionary() && !pPattern->IsStream())) { in FindPattern()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp1590 if (pFuncObj && (pFuncObj->IsDictionary() || pFuncObj->IsStream())) in LoadSMask()