/external/pdfium/core/src/fpdfdoc/ |
D | doc_action.cpp | 25 } else if (pDest->GetType() == PDFOBJ_ARRAY) { in GetDest() 116 } else if (iType == PDFOBJ_ARRAY) { in GetFieldsCount() 144 } else if (iType == PDFOBJ_ARRAY) { in GetAllFields() 180 } else if (iType == PDFOBJ_ARRAY) { in GetField() 255 if (iObjType == PDFOBJ_ARRAY) { in GetSubActionsCount() 272 if (iObjType == PDFOBJ_ARRAY) { in GetSubAction()
|
D | doc_tagged.cpp | 76 if (pKids->GetType() != PDFOBJ_ARRAY) { in LoadDocTree() 102 } else if (pKids->GetType() == PDFOBJ_ARRAY) { in LoadPageTree() 121 if (pParents == NULL || pParents->GetType() != PDFOBJ_ARRAY) { in LoadPageTree() 190 if (pObj->GetType() == PDFOBJ_ARRAY) { in AddTopLevelNode() 254 if (pKids->GetType() == PDFOBJ_ARRAY) { in LoadKids() 338 } else if (pAttrs->GetType() == PDFOBJ_ARRAY) { in FindAttrDict() 386 if (pC->GetType() == PDFOBJ_ARRAY) { in GetAttr() 407 if (pAttr == NULL || subindex == -1 || pAttr->GetType() != PDFOBJ_ARRAY) { in GetAttr() 427 if (pAttr == NULL || pAttr->GetType() != PDFOBJ_ARRAY) { in GetColor()
|
D | doc_ocg.cpp | 14 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()
|
D | doc_formfield.cpp | 325 case PDFOBJ_ARRAY: in GetValue() 459 if (pValue->GetType() != PDFOBJ_ARRAY) { in CountSelectedItems() 482 if (pValue->GetType() != PDFOBJ_ARRAY) { in GetSelectedIndex() 572 if (pValue->GetType() != PDFOBJ_ARRAY) { in IsItemSelected() 617 } else if (pValue->GetType() == PDFOBJ_ARRAY) { in SetItemSelection() 741 if (pValue == NULL || pValue->GetType() != PDFOBJ_ARRAY) { in CountOptions() 749 if (pValue == NULL || pValue->GetType() != PDFOBJ_ARRAY) { in GetOptionText() 756 if (pOption->GetType() == PDFOBJ_ARRAY) { in GetOptionText() 837 if (pOpt == NULL || pOpt->GetType() != PDFOBJ_ARRAY) { in CheckControl()
|
D | doc_basic.cpp | 11 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() 61 if (m_pObj == NULL || m_pObj->GetType() != PDFOBJ_ARRAY) { in GetParam() 240 if (pValue->GetType() == PDFOBJ_ARRAY) { in LookupNamedDest()
|
D | doc_bookmark.cpp | 80 } else if (pDest->GetType() == PDFOBJ_ARRAY) { in GetDest()
|
D | doc_link.cpp | 97 } else if (pDest->GetType() == PDFOBJ_ARRAY) { in GetDest()
|
D | doc_formcontrol.cpp | 89 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/ |
D | fpdf_parser_objects.cpp | 27 case PDFOBJ_ARRAY: in Destroy() 173 if (m_Type == PDFOBJ_ARRAY) { in GetArray() 230 case PDFOBJ_ARRAY: in IsIdentical() 276 case PDFOBJ_ARRAY: { in CloneInternal() 420 if (this == NULL || m_Type != PDFOBJ_ARRAY || m_Objects.GetSize() != 4) { in GetRect() 432 if (this == NULL || m_Type != PDFOBJ_ARRAY || m_Objects.GetSize() != 6) { in GetMatrix() 513 if (p == NULL || p->GetType() != PDFOBJ_ARRAY) { in GetArray() 520 ASSERT(this != NULL && m_Type == PDFOBJ_ARRAY); in RemoveAt() 530 ASSERT(this != NULL && m_Type == PDFOBJ_ARRAY); in SetAt() 563 ASSERT(this != NULL && m_Type == PDFOBJ_ARRAY); in AddName() [all …]
|
D | fpdf_parser_decode.cpp | 284 …if (pDecoder == NULL || (pDecoder->GetType() != PDFOBJ_ARRAY && pDecoder->GetType() != PDFOBJ_NAME… in PDF_DataDecode() 290 if (pDecoder->GetType() == PDFOBJ_ARRAY) { in PDF_DataDecode() 291 if (pParams && pParams->GetType() != PDFOBJ_ARRAY) { in PDF_DataDecode()
|
D | fpdf_parser_document.cpp | 343 if (pContents->GetDirectType() == PDFOBJ_ARRAY) { in IsContentUsedElsewhere()
|
D | fpdf_parser_utility.cpp | 358 case PDFOBJ_ARRAY: { in operator <<()
|
D | fpdf_parser_parser.cpp | 1121 if (pID == NULL || pID->GetType() != PDFOBJ_ARRAY) { in GetIDArray() 2117 return (CPDF_Object*)PDFOBJ_ARRAY; in GetObject() 2301 return (CPDF_Object*)PDFOBJ_ARRAY; in GetObjectByStrict() 2827 case PDFOBJ_ARRAY: { in IsObjectsAvail() 3212 if (pObj->GetType() == PDFOBJ_ARRAY) { in CheckPage() 3283 case PDFOBJ_ARRAY: { in GetPageKids() 3865 if (pPages->GetType() != PDFOBJ_ARRAY) { in CheckArrayPageNode() 3899 if (pPage->GetType() == PDFOBJ_ARRAY) { in CheckUnkownPageNode() 3927 case PDFOBJ_ARRAY: { in CheckUnkownPageNode()
|
D | fpdf_parser_filters.cpp | 142 if (pDecoder->GetType() == PDFOBJ_ARRAY) { in _FPDF_CreateFilterFromDict() 143 if (pParams && pParams->GetType() != PDFOBJ_ARRAY) { in _FPDF_CreateFilterFromDict()
|
/external/pdfium/fpdfsdk/src/ |
D | fpdf_transformpage.cpp | 119 if (pContentObj && pContentObj->GetType() == PDFOBJ_ARRAY) in FPDFPage_TransFormWithClip() 133 if(pDirectObj->GetType() == PDFOBJ_ARRAY) in FPDFPage_TransFormWithClip() 295 if (pContentObj && pContentObj->GetType() == PDFOBJ_ARRAY) in FPDFPage_InsertClipPath() 308 if(pDirectObj->GetType() == PDFOBJ_ARRAY) in FPDFPage_InsertClipPath()
|
D | fpdfppo.cpp | 260 case PDFOBJ_ARRAY: in UpdateReference()
|
D | fpdf_flatten.cpp | 249 case PDFOBJ_ARRAY: in SetPageContents()
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_parser_new.cpp | 341 if (pCurObj->GetType() == PDFOBJ_ARRAY) { in SetToCurObj() 356 …]->GetType() != PDFOBJ_DICTIONARY && m_pObjectStack[m_ObjectSize - 1]->GetType() == PDFOBJ_ARRAY) { in StartArray() 368 if (pCurObj->GetType() != PDFOBJ_ARRAY) { in EndArray() 413 if (pCurObj->GetType() == PDFOBJ_ARRAY) { in EndName() 625 } else if (pContent->GetType() == PDFOBJ_ARRAY) { in Start()
|
D | fpdf_page_graph_state.cpp | 503 if (pObject->GetType() != PDFOBJ_ARRAY) { in ProcessExtGS() 518 if (pObject->GetType() != PDFOBJ_ARRAY) { in ProcessExtGS() 539 if (pObject->GetType() == PDFOBJ_ARRAY) { in ProcessExtGS()
|
D | fpdf_page_parser_old.cpp | 313 } else if (pFilter->GetType() == PDFOBJ_ARRAY) { in ReadInlineStream() 381 if (pFilter->GetType() == PDFOBJ_ARRAY) { in ReadInlineStream() 957 } else if (pContent->GetType() == PDFOBJ_ARRAY) { in Start()
|
D | fpdf_page_pattern.cpp | 113 if (pFunc->GetType() == PDFOBJ_ARRAY) { in Load()
|
/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_Utils.cpp | 70 case PDFOBJ_ARRAY: in TraceObject()
|
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
D | fpdf_edit_content.cpp | 128 if (type == PDFOBJ_ARRAY) { in TransformContent()
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_objects.h | 32 #define PDFOBJ_ARRAY 5 macro 326 m_Type = PDFOBJ_ARRAY; in CPDF_Array()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_loadimage.cpp | 483 } else if (pFilter->GetType() == PDFOBJ_ARRAY) { in LoadColorInfo() 559 if (pMask->GetType() == PDFOBJ_ARRAY) { in LoadColorInfo() 929 else if (pFilter->GetType() == PDFOBJ_ARRAY) in GetValidBpp()
|