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 112 if (iType == PDFOBJ_DICTIONARY) {
142 if (iType == PDFOBJ_DICTIONARY || iType == PDFOBJ_STRING) {
176 if (iType == PDFOBJ_DICTIONARY || iType == PDFOBJ_STRING) {
252 if (iObjType == PDFOBJ_DICTIONARY) {
267 if (iObjType == PDFOBJ_DICTIONARY) {
313 if (pDirect != NULL && pDirect->GetType() == PDFOBJ_DICTIONARY) {
342 if (pAction == NULL || pAction->GetType() != PDFOBJ_DICTIONARY) {
352 if (pAction == NULL || pAction->GetType() != PDFOBJ_DICTIONARY) {
doc_basic.cpp 21 if (pPage->GetType() != PDFOBJ_DICTIONARY) {
38 if (pPage->GetType() == PDFOBJ_DICTIONARY) {
243 if (pValue->GetType() == PDFOBJ_DICTIONARY) {
304 if (m_pObj->GetType() == PDFOBJ_DICTIONARY) {
342 if (m_pObj->GetType() != PDFOBJ_DICTIONARY) {
406 } else if (iType == PDFOBJ_DICTIONARY) {
427 } else if (iType == PDFOBJ_DICTIONARY) {
436 if (m_pObj->GetType() == PDFOBJ_DICTIONARY && bURL) {
523 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 68 if (pKids->GetType() == PDFOBJ_DICTIONARY) {
100 if (pKids->GetType() == PDFOBJ_DICTIONARY) {
180 if (pObj->GetType() == PDFOBJ_DICTIONARY) {
281 if (pKidObj->GetType() != PDFOBJ_DICTIONARY) {
334 if (pAttrs->GetType() == PDFOBJ_DICTIONARY) {
doc_utils.cpp 319 if (pDirect != NULL && pDirect->GetType() == PDFOBJ_DICTIONARY) {
350 if (pDirect == NULL || pDirect->GetType() != PDFOBJ_DICTIONARY) {
410 if (pDirect == NULL || pDirect->GetType() != PDFOBJ_DICTIONARY) {
453 if (pDirect == NULL || pDirect->GetType() != PDFOBJ_DICTIONARY) {
512 if (pDirect == NULL || pDirect->GetType() != PDFOBJ_DICTIONARY) {
551 if (pDirect == NULL || pDirect->GetType() != PDFOBJ_DICTIONARY) {
doc_formcontrol.cpp 65 if (pObjDirect1->GetType() != PDFOBJ_DICTIONARY) {
300 if (pObj != NULL && pObj->GetType() == PDFOBJ_DICTIONARY) {
316 if (pObj != NULL && pObj->GetType() == PDFOBJ_DICTIONARY) {
doc_annot.cpp 26 if (pDict == NULL || pDict->GetType() != PDFOBJ_DICTIONARY) {
200 } else if (psub->GetType() == PDFOBJ_DICTIONARY) {
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_Utils.cpp 81 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/core/src/fpdfapi/fpdf_parser/
fpdf_parser_fdf.cpp 87 if (pMainDict == NULL || pMainDict->GetType() != PDFOBJ_DICTIONARY) {
185 } else if (pFileSpec->GetType() == PDFOBJ_DICTIONARY) {
194 if (pFileSpec->GetType() == PDFOBJ_DICTIONARY) {
fpdf_parser_objects.cpp 30 case PDFOBJ_DICTIONARY:
150 case PDFOBJ_DICTIONARY:
232 case PDFOBJ_DICTIONARY:
286 case PDFOBJ_DICTIONARY: {
495 } else if (p->GetType() == PDFOBJ_DICTIONARY) {
747 } else if (p->GetType() == PDFOBJ_DICTIONARY) {
798 ASSERT(this != NULL && m_Type == PDFOBJ_DICTIONARY);
819 ASSERT(this != NULL && m_Type == PDFOBJ_DICTIONARY);
824 ASSERT(this != NULL && m_Type == PDFOBJ_DICTIONARY);
835 ASSERT(this != NULL && m_Type == PDFOBJ_DICTIONARY);
    [all...]
fpdf_parser_document.cpp 150 if (pObj && pObj->GetType() == PDFOBJ_DICTIONARY) {
157 ASSERT(pObj->GetType() == PDFOBJ_DICTIONARY);
fpdf_parser_utility.cpp 372 case PDFOBJ_DICTIONARY: {
fpdf_parser_parser.cpp 247 if (pEncryptObj->GetType() == PDFOBJ_DICTIONARY) {
841 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/
fpdfppo.cpp 208 if(!pParent || pParent->GetType() != PDFOBJ_DICTIONARY) return NULL;
239 case PDFOBJ_DICTIONARY:
316 if(pClone->GetType() == PDFOBJ_DICTIONARY)
fpdfdoc.cpp 178 if (pDict == NULL || pDict->GetType() != PDFOBJ_DICTIONARY) continue;
fpdf_transformpage.cpp 167 if(pObj->GetType() == PDFOBJ_DICTIONARY)
fpdf_flatten.cpp 103 if (pObj->GetType() == PDFOBJ_DICTIONARY)
fsdk_mgr.cpp 426 else if(pOpenAction->GetType()==PDFOBJ_DICTIONARY)
  /external/pdfium/core/include/fpdfapi/
fpdf_objects.h 33 #define PDFOBJ_DICTIONARY 6
426 m_Type = PDFOBJ_DICTIONARY;
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_new.cpp 356 if (m_pObjectStack[0]->GetType() != PDFOBJ_DICTIONARY && m_pObjectStack[m_ObjectSize - 1]->GetType() == PDFOBJ_ARRAY) {
393 if (pCurObj->GetType() != PDFOBJ_DICTIONARY) {
fpdf_page_func.cpp 785 } else if (pFuncObj->GetType() == PDFOBJ_DICTIONARY) {
fpdf_page_graph_state.cpp 551 if (pObject && pObject->GetType() == PDFOBJ_DICTIONARY) {
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_create.cpp 107 case PDFOBJ_DICTIONARY: {
    [all...]

Completed in 126 milliseconds

1 2