HomeSort by relevance Sort by last modified time
    Searched refs:GetDict (Results 26 - 50 of 59) sorted by null

12 3

  /external/pdfium/core/fpdfapi/parser/
cpdf_stream_acc.cpp 47 } else if (!PDF_DataDecode(pSrcData, dwSrcSize, m_pStream->GetDict(), m_pData,
cpdf_data_avail.cpp 140 pObj = pObj->GetDict();
142 CPDF_Dictionary* pDict = pObj->GetDict();
404 CPDF_Dictionary* pDict = m_pRoot->GetDict();
418 ToReference(m_pRoot->GetDict()->GetObjectFor("AcroForm"));
477 CFX_ByteString type = pObj->GetDict()->GetStringFor("Type");
510 CPDF_Dictionary* pDict = pPages->GetDict();
819 CPDF_Dictionary* pDict = pObj->GetDict();
823 xref_offset = pObj->GetDict()->GetIntegerFor("Prev");
1063 CPDF_Dictionary* pTrailerDict = pTrailer->GetDict();
1174 CPDF_Dictionary* pDict = pPage->GetDict();
    [all...]
cpdf_dictionary.cpp 42 CPDF_Dictionary* CPDF_Dictionary::GetDict() const {
136 return pStream->GetDict();
cpdf_dictionary.h 36 CPDF_Dictionary* GetDict() const override;
fpdf_parser_utility.cpp 210 buf << p->GetDict() << "stream\r\n";
cpdf_object_unittest.cpp 152 if (!stream1->GetDict() && !stream2->GetDict())
155 if (!Equal(stream1->GetDict(), stream2->GetDict()))
245 TEST_F(PDFObjectsTest, GetDict) {
251 EXPECT_EQ(direct_obj_results[i], m_DirectObjs[i]->GetDict());
257 EXPECT_TRUE(Equal(indirect_obj_results[i], m_RefObjs[i]->GetDict()));
    [all...]
cpdf_parser.cpp 44 return pObjStream->GetDict()->GetIntegerFor("N");
48 return pObjStream->GetDict()->GetIntegerFor("First");
237 SetEncryptDictionary(pEncryptObj->GetDict());
729 if (CPDF_Dictionary* pDict = pStream->GetDict()) {
734 if (pRoot && pRoot->GetDict() &&
735 pRoot->GetDict()->GetObjectFor("Pages")) {
791 pStream ? pStream->GetDict() : pObj->AsDictionary()) {
950 CPDF_Dictionary* pDict = pStream->GetDict();
    [all...]
cpdf_array.cpp 124 return pStream->GetDict();
  /external/pdfium/core/fpdfdoc/
cpdf_formcontrol.cpp 174 CFX_FloatRect form_bbox = pStream->GetDict()->GetRectFor("BBox");
175 CFX_Matrix form_matrix = pStream->GetDict()->GetMatrixFor("Matrix");
257 return CPDF_Action(pObj->GetDict());
tagged_int.h 70 CPDF_Dictionary* GetDict() const override;
doc_tagged.cpp 200 CPDF_Dictionary* CPDF_StructElement::GetDict() const {
304 pDict = pStream->GetDict();
  /external/pdfium/fpdfsdk/
cpdfsdk_baannot.cpp 325 CPDF_Dictionary* pStreamDict = pStream->GetDict();
351 CPDF_Dictionary* pDict = action.GetDict();
370 if (aa.GetDict() != m_pAnnot->GetAnnotDict()->GetDictFor("AA"))
371 m_pAnnot->GetAnnotDict()->SetFor("AA", pdfium::WrapUnique(aa.GetDict()));
fpdf_flatten.cpp 325 CPDF_Dictionary* pNewOXbjectDic = pNewXObject->GetDict();
373 CPDF_Dictionary* pAPDic = pAPStream->GetDict();
390 CPDF_Dictionary* pObjDic = pObj->GetDict();
cpdfsdk_widget.cpp 970 if (CPDF_Dictionary* pImageDict = pNormalIcon->GetDict()) {
977 if (CPDF_Dictionary* pImageDict = pRolloverIcon->GetDict()) {
984 if (CPDF_Dictionary* pImageDict = pDownIcon->GetDict()) {
    [all...]
fpdfppo.cpp 291 CPDF_Dictionary* pDict = pStream->GetDict();
  /external/pdfium/fpdfsdk/formfiller/
cffl_interactiveformfiller.cpp 117 if (pWidget->GetAAction(CPDF_AAction::CursorEnter).GetDict()) {
150 if (pWidget->GetAAction(CPDF_AAction::CursorExit).GetDict()) {
187 pWidget->GetAAction(CPDF_AAction::ButtonDown).GetDict()) {
266 if (pWidget->GetAAction(CPDF_AAction::ButtonUp).GetDict()) {
381 if (pWidget->GetAAction(CPDF_AAction::GetFocus).GetDict()) {
429 if (pWidget->GetAAction(CPDF_AAction::LoseFocus).GetDict()) {
610 if (pWidget->GetAAction(CPDF_AAction::KeyStroke).GetDict()) {
642 if (pWidget->GetAAction(CPDF_AAction::Validate).GetDict()) {
906 if (pData->pWidget->GetAAction(CPDF_AAction::KeyStroke).GetDict()) {
    [all...]
cba_fontmap.cpp 174 CPDF_Dictionary* pStreamDict = pStream->GetDict();
  /external/pdfium/core/fpdfapi/page/
cpdf_page.cpp 36 m_pResources = pageAttr ? pageAttr->GetDict() : nullptr;
fpdf_page_func.cpp 493 CPDF_Dictionary* pDict = pStream->GetDict();
619 CPDF_Dictionary* pDict = pObj->GetDict();
667 CPDF_Dictionary* pDict = pObj->GetDict();
742 iType = pStream->GetDict()->GetIntegerFor("FunctionType");
785 CPDF_Dictionary* pDict = pStream ? pStream->GetDict() : pObj->AsDictionary();
cpdf_image.cpp 39 m_pDict(ToDictionary(m_pStream->GetDict()->Clone())) {
48 m_pDict(m_pStream->GetDict()) {
cpdf_meshstream.cpp 118 CPDF_Dictionary* pDict = m_pShadingStream->GetDict();
cpdf_docpagedata.cpp 357 CPDF_Dictionary* pDict = pPatternObj ? pPatternObj->GetDict() : nullptr;
487 CPDF_Dictionary* pFontDict = pFontStream->GetDict();
  /external/pdfium/core/fpdfapi/render/
cpdf_imagerenderer.cpp 127 m_pImageObject->GetImage()->GetStream()->GetDict()->GetDirectObjectFor(
173 m_pImageObject->GetImage()->GetStream()->GetDict()->GetDirectObjectFor(
cpdf_dibsource.cpp 142 m_pDict = pStream->GetDict();
255 m_pDict = pStream->GetDict();
699 CPDF_Array* pMatte = m_pMaskStream->GetDict()->GetArrayFor("Matte");
    [all...]
  /external/pdfium/core/fpdfapi/edit/
fpdf_edit_create.cpp 178 if (PDF_CreatorAppendObject(p->GetDict(), pFile, offset) < 0) {
433 m_pDict = ToDictionary(pStream->GetDict()->Clone());
440 m_pDict = pStream->GetDict();
447 m_pDict = ToDictionary(pStream->GetDict()->Clone());
919 CPDF_Dictionary* pDict = pObj->GetDict();
    [all...]

Completed in 997 milliseconds

12 3