Home
last modified time | relevance | path

Searched refs:PDFOBJ_DICTIONARY (Results 1 – 25 of 30) sorted by relevance

12

/external/pdfium/core/src/fpdfdoc/
Ddoc_action.cpp113 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()
Ddoc_basic.cpp21 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()
Ddoc_tagged.cpp62 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()
Ddoc_utils.cpp300 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()
Ddoc_ocg.cpp206 if (pOCGObj->GetType() == PDFOBJ_DICTIONARY) { in GetOCGVE()
222 if (pOCGObj->GetType() == PDFOBJ_DICTIONARY) { in GetOCGVE()
253 if (pOCGObj->GetType() == PDFOBJ_DICTIONARY) { in LoadOCMDState()
Ddoc_formcontrol.cpp65 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()
Ddoc_annot.cpp28 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/
Dfpdf_parser_fdf.cpp79 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()
Dfpdf_parser_objects.cpp32 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()
Dfpdf_parser_document.cpp151 if (pObj && pObj->GetType() == PDFOBJ_DICTIONARY) { in GetPage()
158 ASSERT(pObj->GetType() == PDFOBJ_DICTIONARY); in GetPage()
Dfpdf_parser_utility.cpp398 case PDFOBJ_DICTIONARY: { in operator <<()
Dfpdf_parser_parser.cpp258 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()
Dfpdf_parser_filters.cpp162 if (pParams && pParams->GetType() != PDFOBJ_DICTIONARY) { in _FPDF_CreateFilterFromDict()
/external/pdfium/fpdfsdk/src/
Dfpdfppo.cpp203 if(!pParent || pParent->GetType() != PDFOBJ_DICTIONARY) return NULL; in PageDictGetInheritableTag()
237 case PDFOBJ_DICTIONARY: in UpdateReference()
323 if(pClone->GetType() == PDFOBJ_DICTIONARY) in GetNewObjId()
Dfpdfdoc.cpp220 if (!pDict || pDict->GetType() != PDFOBJ_DICTIONARY) in FPDFLink_Enumerate()
Dfpdf_transformpage.cpp165 if(pObj->GetType() == PDFOBJ_DICTIONARY) in FPDFPage_TransFormWithClip()
Dfpdf_flatten.cpp101 if (!pObj || pObj->GetType() != PDFOBJ_DICTIONARY) in ParserAnnots()
Dfsdk_mgr.cpp444 if(pOpenAction->GetType()==PDFOBJ_DICTIONARY) in ProcOpenAction()
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_CBA_Fontmap.cpp143 if (pDirect == NULL || pDirect->GetType() != PDFOBJ_DICTIONARY) continue; in FindResFontSameCharset()
183 if (pObject && pObject->GetType() == PDFOBJ_DICTIONARY) in AddFontToAnnotDict()
DFFL_Utils.cpp62 case PDFOBJ_DICTIONARY: in TraceObject()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser.cpp399 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()
Dfpdf_page_graph_state.cpp554 if (pObject && pObject->GetType() == PDFOBJ_DICTIONARY) { in ProcessExtGS()
Dfpdf_page_func.cpp804 } else if (pFuncObj->GetType() == PDFOBJ_DICTIONARY) { in Load()
/external/pdfium/core/include/fpdfapi/
Dfpdf_objects.h34 #define PDFOBJ_DICTIONARY 6 macro
397 CPDF_Dictionary() : CPDF_Object(PDFOBJ_DICTIONARY) { } in CPDF_Dictionary()
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_create.cpp107 case PDFOBJ_DICTIONARY: { in PDF_CreatorAppendObject()
1198 case PDFOBJ_DICTIONARY: { in WriteDirectObj()

12