HomeSort by relevance Sort by last modified time
    Searched refs:PDFOBJ_DICTIONARY (Results 1 - 25 of 29) sorted by null

1 2

  /external/pdfium/core/src/fpdfdoc/
doc_action.cpp 113 if (iType == PDFOBJ_DICTIONARY) {
143 if (iType == PDFOBJ_DICTIONARY || iType == PDFOBJ_STRING) {
177 if (iType == PDFOBJ_DICTIONARY || iType == PDFOBJ_STRING) {
253 if (iObjType == PDFOBJ_DICTIONARY) {
268 if (iObjType == PDFOBJ_DICTIONARY) {
317 if (!pDirect || pDirect->GetType() != PDFOBJ_DICTIONARY) {
345 if (pAction == NULL || pAction->GetType() != PDFOBJ_DICTIONARY) {
355 if (pAction == NULL || pAction->GetType() != PDFOBJ_DICTIONARY) {
doc_basic.cpp 21 if (pPage->GetType() != PDFOBJ_DICTIONARY) {
38 if (pPage->GetType() == PDFOBJ_DICTIONARY) {
248 if (pValue->GetType() == PDFOBJ_DICTIONARY) {
322 if (m_pObj->GetType() == PDFOBJ_DICTIONARY) {
360 if (m_pObj->GetType() != PDFOBJ_DICTIONARY) {
411 } else if (iType == PDFOBJ_DICTIONARY) {
432 } else if (iType == PDFOBJ_DICTIONARY) {
441 if (m_pObj->GetType() == PDFOBJ_DICTIONARY && bURL) {
528 if (pValue->GetType() == PDFOBJ_DICTIONARY) {
doc_ocg.cpp 206 if (pOCGObj->GetType() == PDFOBJ_DICTIONARY) {
222 if (pOCGObj->GetType() == PDFOBJ_DICTIONARY) {
253 if (pOCGObj->GetType() == PDFOBJ_DICTIONARY) {
doc_tagged.cpp 62 if (pKids->GetType() == PDFOBJ_DICTIONARY) {
88 if (pKids->GetType() == PDFOBJ_DICTIONARY) {
165 if (pObj->GetType() == PDFOBJ_DICTIONARY) {
271 if (pKidObj->GetType() != PDFOBJ_DICTIONARY) {
324 if (pAttrs->GetType() == PDFOBJ_DICTIONARY) {
doc_utils.cpp 300 if (pDirect != NULL && pDirect->GetType() == PDFOBJ_DICTIONARY) {
331 if (pDirect == NULL || pDirect->GetType() != PDFOBJ_DICTIONARY) {
391 if (pDirect == NULL || pDirect->GetType() != PDFOBJ_DICTIONARY) {
434 if (pDirect == NULL || pDirect->GetType() != PDFOBJ_DICTIONARY) {
493 if (pDirect == NULL || pDirect->GetType() != PDFOBJ_DICTIONARY) {
532 if (pDirect == NULL || pDirect->GetType() != PDFOBJ_DICTIONARY) {
doc_formcontrol.cpp 65 if (pObjDirect1->GetType() != PDFOBJ_DICTIONARY) {
299 if (pObj != NULL && pObj->GetType() == PDFOBJ_DICTIONARY) {
315 if (pObj != NULL && pObj->GetType() == PDFOBJ_DICTIONARY) {
doc_annot.cpp 28 if (pDict == NULL || pDict->GetType() != PDFOBJ_DICTIONARY) {
199 } else if (psub->GetType() == PDFOBJ_DICTIONARY) {
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_fdf.cpp 79 if (pMainDict == NULL || pMainDict->GetType() != PDFOBJ_DICTIONARY) {
148 } else if (pFileSpec->GetType() == PDFOBJ_DICTIONARY) {
157 if (pFileSpec->GetType() == PDFOBJ_DICTIONARY) {
fpdf_parser_objects.cpp 32 case PDFOBJ_DICTIONARY:
141 case PDFOBJ_DICTIONARY:
220 case PDFOBJ_DICTIONARY:
268 case PDFOBJ_DICTIONARY: {
463 } else if (p->GetType() == PDFOBJ_DICTIONARY) {
696 } else if (p->GetType() == PDFOBJ_DICTIONARY) {
744 ASSERT(m_Type == PDFOBJ_DICTIONARY);
764 ASSERT(m_Type == PDFOBJ_DICTIONARY);
769 ASSERT(m_Type == PDFOBJ_DICTIONARY);
780 ASSERT(m_Type == PDFOBJ_DICTIONARY);
    [all...]
fpdf_parser_document.cpp 151 if (pObj && pObj->GetType() == PDFOBJ_DICTIONARY) {
158 ASSERT(pObj->GetType() == PDFOBJ_DICTIONARY);
fpdf_parser_utility.cpp 398 case PDFOBJ_DICTIONARY: {
fpdf_parser_parser.cpp 258 if (pEncryptObj->GetType() == PDFOBJ_DICTIONARY) {
850 if (pObj->GetType() != PDFOBJ_DICTIONARY && pObj->GetType() != PDFOBJ_STREAM) {
    [all...]
fpdf_parser_filters.cpp 162 if (pParams && pParams->GetType() != PDFOBJ_DICTIONARY) {
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_Utils.cpp 62 case PDFOBJ_DICTIONARY:
FFL_CBA_Fontmap.cpp 143 if (pDirect == NULL || pDirect->GetType() != PDFOBJ_DICTIONARY) continue;
183 if (pObject && pObject->GetType() == PDFOBJ_DICTIONARY)
  /external/pdfium/fpdfsdk/src/
fpdfppo.cpp 203 if(!pParent || pParent->GetType() != PDFOBJ_DICTIONARY) return NULL;
237 case PDFOBJ_DICTIONARY:
323 if(pClone->GetType() == PDFOBJ_DICTIONARY)
fpdfdoc.cpp 220 if (!pDict || pDict->GetType() != PDFOBJ_DICTIONARY)
fpdf_transformpage.cpp 165 if(pObj->GetType() == PDFOBJ_DICTIONARY)
fpdf_flatten.cpp 101 if (!pObj || pObj->GetType() != PDFOBJ_DICTIONARY)
fpdfview.cpp 859 if (pDestObj->GetType() == PDFOBJ_DICTIONARY) {
fsdk_mgr.cpp 444 if(pOpenAction->GetType()==PDFOBJ_DICTIONARY)
  /external/pdfium/core/include/fpdfapi/
fpdf_objects.h 34 #define PDFOBJ_DICTIONARY 6
397 CPDF_Dictionary() : CPDF_Object(PDFOBJ_DICTIONARY) { }
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_func.cpp 804 } else if (pFuncObj->GetType() == PDFOBJ_DICTIONARY) {
fpdf_page_graph_state.cpp 554 if (pObject && pObject->GetType() == PDFOBJ_DICTIONARY) {
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_create.cpp 107 case PDFOBJ_DICTIONARY: {
    [all...]

Completed in 1642 milliseconds

1 2