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

1 2

  /external/pdfium/fpdfsdk/src/formfiller/
FFL_Utils.cpp 97 case PDFOBJ_STREAM:
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_objects.cpp 33 case PDFOBJ_STREAM:
152 case PDFOBJ_STREAM:
236 case PDFOBJ_STREAM:
301 case PDFOBJ_STREAM: {
340 } else if (m_Type == PDFOBJ_STREAM) {
357 } else if (m_Type == PDFOBJ_STREAM) {
497 } else if (p->GetType() == PDFOBJ_STREAM) {
505 if (p == NULL || p->GetType() != PDFOBJ_STREAM) {
749 } else if (p->GetType() == PDFOBJ_STREAM) {
765 if (p == NULL || p->GetType() != PDFOBJ_STREAM) {
    [all...]
fpdf_parser_document.cpp 376 bForm = pObj->GetType() == PDFOBJ_STREAM &&
fpdf_parser_utility.cpp 389 case PDFOBJ_STREAM: {
fpdf_parser_parser.cpp 777 if (iType == PDFOBJ_STREAM) {
841 if (pObj->GetType() != PDFOBJ_DICTIONARY && pObj->GetType() != PDFOBJ_STREAM) {
845 if (pObj->GetType() == PDFOBJ_STREAM) {
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_content.cpp 136 if (!pContent || pContent->GetType() != PDFOBJ_STREAM) {
155 } else if (type == PDFOBJ_STREAM) {
fpdf_edit_create.cpp 147 case PDFOBJ_STREAM: {
932 if (pObj->GetType() == PDFOBJ_STREAM) {
    [all...]
fpdf_edit_doc.cpp     [all...]
  /external/pdfium/fpdfsdk/src/
fpdf_transformpage.cpp 141 else if(pDirectObj->GetType() == PDFOBJ_STREAM)
171 else if(pObj->GetType() == PDFOBJ_STREAM)
315 else if(pDirectObj->GetType() == PDFOBJ_STREAM)
fpdf_flatten.cpp 234 case PDFOBJ_STREAM:
486 if (pFirstObj->GetType() != PDFOBJ_STREAM)
fpdfppo.cpp 277 case PDFOBJ_STREAM:
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_pattern.cpp 42 if (m_pPatternObj->GetType() != PDFOBJ_STREAM) {
239 if (pStream == NULL || pStream->GetType() != PDFOBJ_STREAM || pFuncs == NULL || pCS == NULL) {
fpdf_page_parser_new.cpp 623 if (pContent->GetType() == PDFOBJ_STREAM) {
706 if (pContent->GetType() == PDFOBJ_STREAM) {
fpdf_page_func.cpp 473 if (pObj->GetType() != PDFOBJ_STREAM) {
783 if (pFuncObj->GetType() == PDFOBJ_STREAM) {
826 if (pObj->GetType() == PDFOBJ_STREAM) {
fpdf_page_colors.cpp 788 } else if (pTableObj->GetType() == PDFOBJ_STREAM) {
    [all...]
fpdf_page_parser_old.cpp 953 if (pContent->GetType() == PDFOBJ_STREAM) {
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_pattern.cpp 384 if (pShadingStream->GetType() != PDFOBJ_STREAM) {
415 if (pShadingStream->GetType() != PDFOBJ_STREAM) {
671 if (pShadingStream->GetType() != PDFOBJ_STREAM) {
    [all...]
fpdf_render_loadimage.cpp 771 if (pMask->GetType() == PDFOBJ_STREAM) {
798 if (m_pMaskStream->GetType() == PDFOBJ_STREAM) {
    [all...]
fpdf_render_image.cpp     [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_objects.h 34 #define PDFOBJ_STREAM 7
  /external/pdfium/core/src/fpdfdoc/
doc_annot.cpp 198 if (psub->GetType() == PDFOBJ_STREAM) {
doc_basic.cpp 404 if (iType == PDFOBJ_STREAM) {
doc_tagged.cpp 336 } else if (pAttrs->GetType() == PDFOBJ_STREAM) {
doc_formfield.cpp 323 case PDFOBJ_STREAM:
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font_cid.cpp     [all...]

Completed in 288 milliseconds

1 2