Home
last modified time | relevance | path

Searched refs:PDFOBJ_ARRAY (Results 1 – 25 of 34) sorted by relevance

12

/external/pdfium/core/src/fpdfdoc/
Ddoc_action.cpp26 if (pDest->GetType() == PDFOBJ_ARRAY) { in GetDest()
117 } else if (iType == PDFOBJ_ARRAY) { in GetFieldsCount()
145 } else if (iType == PDFOBJ_ARRAY) { in GetAllFields()
181 } else if (iType == PDFOBJ_ARRAY) { in GetField()
256 if (iObjType == PDFOBJ_ARRAY) { in GetSubActionsCount()
273 } else if (iObjType == PDFOBJ_ARRAY) { in GetSubAction()
Ddoc_tagged.cpp67 if (pKids->GetType() != PDFOBJ_ARRAY) { in LoadDocTree()
90 } else if (pKids->GetType() == PDFOBJ_ARRAY) { in LoadPageTree()
109 if (pParents == NULL || pParents->GetType() != PDFOBJ_ARRAY) { in LoadPageTree()
175 if (pObj->GetType() == PDFOBJ_ARRAY) { in AddTopLevelNode()
244 if (pKids->GetType() == PDFOBJ_ARRAY) { in LoadKids()
328 } else if (pAttrs->GetType() == PDFOBJ_ARRAY) { in FindAttrDict()
376 if (pC->GetType() == PDFOBJ_ARRAY) { in GetAttr()
397 if (pAttr == NULL || subindex == -1 || pAttr->GetType() != PDFOBJ_ARRAY) { in GetAttr()
417 if (pAttr == NULL || pAttr->GetType() != PDFOBJ_ARRAY) { in GetColor()
Ddoc_ocg.cpp14 if (iType == PDFOBJ_ARRAY) { in FPDFDOC_OCG_FindGroup()
36 if (pIntent->GetType() == PDFOBJ_ARRAY) { in FPDFDOC_OCG_HasIntent()
208 } else if (pOCGObj->GetType() == PDFOBJ_ARRAY) { in GetOCGVE()
224 } else if (pOCGObj->GetType() == PDFOBJ_ARRAY) { in GetOCGVE()
256 if (pOCGObj->GetType() != PDFOBJ_ARRAY) { in LoadOCMDState()
Ddoc_formfield.cpp325 case PDFOBJ_ARRAY: in GetValue()
461 if (pValue->GetType() != PDFOBJ_ARRAY) { in CountSelectedItems()
484 if (pValue->GetType() != PDFOBJ_ARRAY) { in GetSelectedIndex()
575 if (pValue->GetType() != PDFOBJ_ARRAY) { in IsItemSelected()
620 } else if (pValue->GetType() == PDFOBJ_ARRAY) { in SetItemSelection()
744 if (pValue == NULL || pValue->GetType() != PDFOBJ_ARRAY) { in CountOptions()
752 if (pValue == NULL || pValue->GetType() != PDFOBJ_ARRAY) { in GetOptionText()
759 if (pOption->GetType() == PDFOBJ_ARRAY) { in GetOptionText()
840 if (pOpt == NULL || pOpt->GetType() != PDFOBJ_ARRAY) { in CheckControl()
Ddoc_basic.cpp11 if (m_pObj == NULL || m_pObj->GetType() != PDFOBJ_ARRAY) { in GetPageIndex()
28 if (m_pObj == NULL || m_pObj->GetType() != PDFOBJ_ARRAY) { in GetPageObjNum()
46 if (m_pObj == NULL || m_pObj->GetType() != PDFOBJ_ARRAY) { in GetZoomMode()
63 if (m_pObj == NULL || m_pObj->GetType() != PDFOBJ_ARRAY) { in GetParam()
245 if (pValue->GetType() == PDFOBJ_ARRAY) { in LookupNamedDest()
Ddoc_bookmark.cpp87 if (pDest->GetType() == PDFOBJ_ARRAY) { in GetDest()
Ddoc_link.cpp97 if (pDest->GetType() == PDFOBJ_ARRAY) { in GetDest()
Ddoc_formcontrol.cpp89 if (pOpt != NULL && pOpt->GetType() == PDFOBJ_ARRAY) { in GetCheckedAPState()
105 if (pOpt != NULL && pOpt->GetType() == PDFOBJ_ARRAY) { in GetExportValue()
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_objects.cpp29 case PDFOBJ_ARRAY: in Destroy()
161 if (m_Type == PDFOBJ_ARRAY) in GetArray()
218 case PDFOBJ_ARRAY: in IsIdentical()
258 case PDFOBJ_ARRAY: { in CloneInternal()
392 if (m_Type != PDFOBJ_ARRAY || m_Objects.GetSize() != 4) { in GetRect()
404 if (m_Type != PDFOBJ_ARRAY || m_Objects.GetSize() != 6) { in GetMatrix()
481 if (p == NULL || p->GetType() != PDFOBJ_ARRAY) { in GetArray()
488 ASSERT(m_Type == PDFOBJ_ARRAY); in RemoveAt()
499 ASSERT(m_Type == PDFOBJ_ARRAY); in SetAt()
533 ASSERT(m_Type == PDFOBJ_ARRAY); in AddName()
[all …]
Dfpdf_parser_decode.cpp274 …if (pDecoder == NULL || (pDecoder->GetType() != PDFOBJ_ARRAY && pDecoder->GetType() != PDFOBJ_NAME… in PDF_DataDecode()
280 if (pDecoder->GetType() == PDFOBJ_ARRAY) { in PDF_DataDecode()
281 if (pParams && pParams->GetType() != PDFOBJ_ARRAY) { in PDF_DataDecode()
Dfpdf_parser_filters.cpp142 if (pDecoder->GetType() == PDFOBJ_ARRAY) { in _FPDF_CreateFilterFromDict()
143 if (pParams && pParams->GetType() != PDFOBJ_ARRAY) { in _FPDF_CreateFilterFromDict()
Dfpdf_parser_document.cpp311 if (pContents->GetDirectType() == PDFOBJ_ARRAY) { in IsContentUsedElsewhere()
Dfpdf_parser_utility.cpp384 case PDFOBJ_ARRAY: { in operator <<()
Dfpdf_parser_parser.cpp1145 if (pID == NULL || pID->GetType() != PDFOBJ_ARRAY) { in GetIDArray()
2140 return (CPDF_Object*)PDFOBJ_ARRAY; in GetObject()
2318 return (CPDF_Object*)PDFOBJ_ARRAY; in GetObjectByStrict()
3045 case PDFOBJ_ARRAY: { in IsObjectsAvail()
3470 if (pObj->GetType() == PDFOBJ_ARRAY) { in CheckPage()
3540 case PDFOBJ_ARRAY: { in GetPageKids()
4124 if (pPages->GetType() != PDFOBJ_ARRAY) { in CheckArrayPageNode()
4158 if (pPage->GetType() == PDFOBJ_ARRAY) { in CheckUnkownPageNode()
4187 case PDFOBJ_ARRAY: { in CheckUnkownPageNode()
/external/pdfium/fpdfsdk/src/
Dfpdf_transformpage.cpp118 if (pContentObj && pContentObj->GetType() == PDFOBJ_ARRAY) in FPDFPage_TransFormWithClip()
132 if(pDirectObj->GetType() == PDFOBJ_ARRAY) in FPDFPage_TransFormWithClip()
293 if (pContentObj && pContentObj->GetType() == PDFOBJ_ARRAY) in FPDFPage_InsertClipPath()
305 if(pDirectObj->GetType() == PDFOBJ_ARRAY) in FPDFPage_InsertClipPath()
Dfpdfppo.cpp258 case PDFOBJ_ARRAY: in UpdateReference()
Dfpdf_flatten.cpp245 case PDFOBJ_ARRAY: in SetPageContents()
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_Utils.cpp51 case PDFOBJ_ARRAY: in TraceObject()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_graph_state.cpp506 if (pObject->GetType() != PDFOBJ_ARRAY) { in ProcessExtGS()
521 if (pObject->GetType() != PDFOBJ_ARRAY) { in ProcessExtGS()
542 if (pObject->GetType() == PDFOBJ_ARRAY) { in ProcessExtGS()
Dfpdf_page_parser_old.cpp322 } else if (pFilter->GetType() == PDFOBJ_ARRAY) { in ReadInlineStream()
390 if (pFilter->GetType() == PDFOBJ_ARRAY) { in ReadInlineStream()
966 } else if (pContent->GetType() == PDFOBJ_ARRAY) { in Start()
Dfpdf_page_pattern.cpp127 if (pFunc->GetType() == PDFOBJ_ARRAY) { in Load()
Dfpdf_page_doc.cpp418 if (pCSObj->GetType() != PDFOBJ_ARRAY) { in GetColorSpace()
/external/pdfium/core/include/fpdfapi/
Dfpdf_objects.h33 #define PDFOBJ_ARRAY 5 macro
300 CPDF_Array() : CPDF_Object(PDFOBJ_ARRAY) { } in CPDF_Array()
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_content.cpp128 if (type == PDFOBJ_ARRAY) { in TransformContent()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_loadimage.cpp449 } else if (pFilter->GetType() == PDFOBJ_ARRAY) { in LoadColorInfo()
534 if (pMask->GetType() == PDFOBJ_ARRAY) { in GetDecodeAndMaskArray()
899 } else if (pFilter->GetType() == PDFOBJ_ARRAY) { in ValidateDictParam()

12