/external/pdfium/core/src/fpdfdoc/ |
D | doc_action.cpp | 113 if (iType == PDFOBJ_DICTIONARY) { in GetFieldsCount() 143 if (iType == PDFOBJ_DICTIONARY || iType == PDFOBJ_STRING) { in GetAllFields() 177 if (iType == PDFOBJ_DICTIONARY || iType == PDFOBJ_STRING) { in GetField() 253 if (iObjType == PDFOBJ_DICTIONARY) { in GetSubActionsCount() 268 if (iObjType == PDFOBJ_DICTIONARY) { in GetSubAction() 317 if (!pDirect || pDirect->GetType() != PDFOBJ_DICTIONARY) { in GetNextAction() 345 if (pAction == NULL || pAction->GetType() != PDFOBJ_DICTIONARY) { in GetJSAction() 355 if (pAction == NULL || pAction->GetType() != PDFOBJ_DICTIONARY) { in GetJSAction()
|
D | doc_basic.cpp | 21 if (pPage->GetType() != PDFOBJ_DICTIONARY) { in GetPageIndex() 38 if (pPage->GetType() == PDFOBJ_DICTIONARY) { in GetPageObjNum() 248 if (pValue->GetType() == PDFOBJ_DICTIONARY) { in LookupNamedDest() 322 if (m_pObj->GetType() == PDFOBJ_DICTIONARY) { in GetFileName() 360 if (m_pObj->GetType() != PDFOBJ_DICTIONARY) { in IsURL() 411 } else if (iType == PDFOBJ_DICTIONARY) { in GetFileStream() 432 } else if (iType == PDFOBJ_DICTIONARY) { in FPDFDOC_FILESPEC_SetFileName() 441 if (m_pObj->GetType() == PDFOBJ_DICTIONARY && bURL) { in SetFileName() 528 if (pValue->GetType() == PDFOBJ_DICTIONARY) { in GetLabel()
|
D | doc_tagged.cpp | 62 if (pKids->GetType() == PDFOBJ_DICTIONARY) { in LoadDocTree() 88 if (pKids->GetType() == PDFOBJ_DICTIONARY) { in LoadPageTree() 165 if (pObj->GetType() == PDFOBJ_DICTIONARY) { in AddTopLevelNode() 271 if (pKidObj->GetType() != PDFOBJ_DICTIONARY) { in LoadKid() 324 if (pAttrs->GetType() == PDFOBJ_DICTIONARY) { in FindAttrDict()
|
D | doc_utils.cpp | 300 if (pDirect != NULL && pDirect->GetType() == PDFOBJ_DICTIONARY) { in CountInterFormFonts() 331 if (pDirect == NULL || pDirect->GetType() != PDFOBJ_DICTIONARY) { in GetInterFormFont() 391 if (pDirect == NULL || pDirect->GetType() != PDFOBJ_DICTIONARY) { in GetInterFormFont() 434 if (pDirect == NULL || pDirect->GetType() != PDFOBJ_DICTIONARY) { in GetNativeInterFormFont() 493 if (pDirect == NULL || pDirect->GetType() != PDFOBJ_DICTIONARY) { in FindInterFormFont() 532 if (pDirect == NULL || pDirect->GetType() != PDFOBJ_DICTIONARY) { in FindInterFormFont()
|
D | doc_ocg.cpp | 206 if (pOCGObj->GetType() == PDFOBJ_DICTIONARY) { in GetOCGVE() 222 if (pOCGObj->GetType() == PDFOBJ_DICTIONARY) { in GetOCGVE() 253 if (pOCGObj->GetType() == PDFOBJ_DICTIONARY) { in LoadOCMDState()
|
D | doc_formcontrol.cpp | 65 if (pObjDirect1->GetType() != PDFOBJ_DICTIONARY) { in SetOnStateName() 299 if (pObj != NULL && pObj->GetType() == PDFOBJ_DICTIONARY) { in GetDefaultControlFont() 315 if (pObj != NULL && pObj->GetType() == PDFOBJ_DICTIONARY) { in GetDefaultControlFont()
|
D | doc_annot.cpp | 28 if (pDict == NULL || pDict->GetType() != PDFOBJ_DICTIONARY) { in CPDF_AnnotList() 199 } else if (psub->GetType() == PDFOBJ_DICTIONARY) { in FPDFDOC_GetAnnotAP()
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_fdf.cpp | 79 if (pMainDict == NULL || pMainDict->GetType() != PDFOBJ_DICTIONARY) { in ParseStream() 148 } else if (pFileSpec->GetType() == PDFOBJ_DICTIONARY) { in FPDF_FileSpec_SetWin32Path() 157 if (pFileSpec->GetType() == PDFOBJ_DICTIONARY) { in FPDF_FileSpec_GetWin32Path()
|
D | fpdf_parser_objects.cpp | 32 case PDFOBJ_DICTIONARY: in Destroy() 141 case PDFOBJ_DICTIONARY: in GetDict() 220 case PDFOBJ_DICTIONARY: in IsIdentical() 268 case PDFOBJ_DICTIONARY: { in CloneInternal() 463 } else if (p->GetType() == PDFOBJ_DICTIONARY) { in GetDict() 696 } else if (p->GetType() == PDFOBJ_DICTIONARY) { in GetDict() 744 ASSERT(m_Type == PDFOBJ_DICTIONARY); in SetAt() 764 ASSERT(m_Type == PDFOBJ_DICTIONARY); in AddValue() 769 ASSERT(m_Type == PDFOBJ_DICTIONARY); in RemoveAt() 780 ASSERT(m_Type == PDFOBJ_DICTIONARY); in ReplaceKey()
|
D | fpdf_parser_document.cpp | 151 if (pObj && pObj->GetType() == PDFOBJ_DICTIONARY) { in GetPage() 158 ASSERT(pObj->GetType() == PDFOBJ_DICTIONARY); in GetPage()
|
D | fpdf_parser_utility.cpp | 398 case PDFOBJ_DICTIONARY: { in operator <<()
|
D | fpdf_parser_parser.cpp | 258 if (pEncryptObj->GetType() == PDFOBJ_DICTIONARY) { in SetEncryptHandler() 850 … if (pObj->GetType() != PDFOBJ_DICTIONARY && pObj->GetType() != PDFOBJ_STREAM) { in RebuildCrossRef() 1454 if (pObj == NULL || pObj->GetType() != PDFOBJ_DICTIONARY) { in LoadTrailerV4() 2160 return (CPDF_Object*)PDFOBJ_DICTIONARY; in GetObject() 2343 return (CPDF_Object*)PDFOBJ_DICTIONARY; in GetObjectByStrict() 3054 case PDFOBJ_DICTIONARY: { in IsObjectsAvail() 3483 if (pObj->GetType() != PDFOBJ_DICTIONARY) { in CheckPage() 4046 if (pTrailer->GetType() != PDFOBJ_DICTIONARY) { in CheckTrailer() 4164 if (pPage->GetType() != PDFOBJ_DICTIONARY) { in CheckUnkownPageNode()
|
D | fpdf_parser_filters.cpp | 162 if (pParams && pParams->GetType() != PDFOBJ_DICTIONARY) { in _FPDF_CreateFilterFromDict()
|
/external/pdfium/fpdfsdk/src/ |
D | fpdfppo.cpp | 203 if(!pParent || pParent->GetType() != PDFOBJ_DICTIONARY) return NULL; in PageDictGetInheritableTag() 237 case PDFOBJ_DICTIONARY: in UpdateReference() 323 if(pClone->GetType() == PDFOBJ_DICTIONARY) in GetNewObjId()
|
D | fpdfdoc.cpp | 220 if (!pDict || pDict->GetType() != PDFOBJ_DICTIONARY) in FPDFLink_Enumerate()
|
D | fpdf_transformpage.cpp | 165 if(pObj->GetType() == PDFOBJ_DICTIONARY) in FPDFPage_TransFormWithClip()
|
D | fpdf_flatten.cpp | 101 if (!pObj || pObj->GetType() != PDFOBJ_DICTIONARY) in ParserAnnots()
|
D | fsdk_mgr.cpp | 444 if(pOpenAction->GetType()==PDFOBJ_DICTIONARY) in ProcOpenAction()
|
/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_CBA_Fontmap.cpp | 143 if (pDirect == NULL || pDirect->GetType() != PDFOBJ_DICTIONARY) continue; in FindResFontSameCharset() 183 if (pObject && pObject->GetType() == PDFOBJ_DICTIONARY) in AddFontToAnnotDict()
|
D | FFL_Utils.cpp | 62 case PDFOBJ_DICTIONARY: in TraceObject()
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_parser.cpp | 399 if (pProperty->GetType() != PDFOBJ_DICTIONARY) { in Handle_BeginMarkedContent_Dictionary() 455 case PDFOBJ_DICTIONARY: { in _PDF_ReplaceAbbr() 513 case PDFOBJ_DICTIONARY: { in _PDF_ReplaceFull() 856 if (pGS == NULL || pGS->GetType() != PDFOBJ_DICTIONARY) { in Handle_SetExtendGraphState() 1212 if (pFontDict == NULL || pFontDict->GetType() != PDFOBJ_DICTIONARY) { in FindFont() 1253 if (pPattern == NULL || (pPattern->GetType() != PDFOBJ_DICTIONARY && in FindPattern()
|
D | fpdf_page_graph_state.cpp | 554 if (pObject && pObject->GetType() == PDFOBJ_DICTIONARY) { in ProcessExtGS()
|
D | fpdf_page_func.cpp | 804 } else if (pFuncObj->GetType() == PDFOBJ_DICTIONARY) { in Load()
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_objects.h | 34 #define PDFOBJ_DICTIONARY 6 macro 397 CPDF_Dictionary() : CPDF_Object(PDFOBJ_DICTIONARY) { } in CPDF_Dictionary()
|
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
D | fpdf_edit_create.cpp | 107 case PDFOBJ_DICTIONARY: { in PDF_CreatorAppendObject() 1198 case PDFOBJ_DICTIONARY: { in WriteDirectObj()
|