Searched refs:PDFOBJ_STREAM (Results 1 - 25 of 25) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_objects.cpp35 case PDFOBJ_STREAM:
143 case PDFOBJ_STREAM:
224 case PDFOBJ_STREAM:
283 case PDFOBJ_STREAM: {
324 } else if (m_Type == PDFOBJ_STREAM) {
338 } else if (m_Type == PDFOBJ_STREAM) {
465 } else if (p->GetType() == PDFOBJ_STREAM) {
473 if (p == NULL || p->GetType() != PDFOBJ_STREAM) {
698 } else if (p->GetType() == PDFOBJ_STREAM) {
714 if (p == NULL || p->GetType() != PDFOBJ_STREAM) {
[all...]
H A Dfpdf_parser_document.cpp347 bForm = pObj->GetType() == PDFOBJ_STREAM &&
H A Dfpdf_parser_utility.cpp415 case PDFOBJ_STREAM: {
H A Dfpdf_parser_parser.cpp786 if (iType == PDFOBJ_STREAM) {
850 if (pObj->GetType() != PDFOBJ_DICTIONARY && pObj->GetType() != PDFOBJ_STREAM) {
854 if (pObj->GetType() == PDFOBJ_STREAM) {
876 if (pObj->GetType() == PDFOBJ_STREAM) {
1007 if (pStream->GetType() == PDFOBJ_STREAM) {
1013 if (pStream->GetType() != PDFOBJ_STREAM) {
1237 if (pStream == NULL || pStream->GetType() != PDFOBJ_STREAM) {
3052 case PDFOBJ_STREAM:
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_Utils.cpp78 case PDFOBJ_STREAM:
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_content.cpp136 if (!pContent || pContent->GetType() != PDFOBJ_STREAM) {
155 } else if (type == PDFOBJ_STREAM) {
H A Dfpdf_edit_create.cpp147 case PDFOBJ_STREAM: {
929 if (pObj->GetType() == PDFOBJ_STREAM) {
1040 if (pObj->GetType() == PDFOBJ_STREAM) {
1115 case PDFOBJ_STREAM: {
/external/pdfium/fpdfsdk/src/
H A Dfpdf_transformpage.cpp139 else if(pDirectObj->GetType() == PDFOBJ_STREAM)
169 else if(pObj->GetType() == PDFOBJ_STREAM)
311 else if(pDirectObj->GetType() == PDFOBJ_STREAM)
H A Dfpdf_flatten.cpp230 case PDFOBJ_STREAM:
474 if (pFirstObj->GetType() != PDFOBJ_STREAM)
H A Dfpdfppo.cpp275 case PDFOBJ_STREAM:
H A Dfsdk_baseform.cpp69 return psub->GetType() == PDFOBJ_STREAM;
2304 else if (iType == PDFOBJ_STREAM)
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_pattern.cpp54 if (m_pPatternObj->GetType() != PDFOBJ_STREAM) {
256 if (pStream == NULL || pStream->GetType() != PDFOBJ_STREAM || pFuncs == NULL || pCS == NULL) {
H A Dfpdf_page_func.cpp475 if (pObj->GetType() != PDFOBJ_STREAM) {
802 if (pFuncObj->GetType() == PDFOBJ_STREAM) {
845 if (pObj->GetType() == PDFOBJ_STREAM) {
H A Dfpdf_page_colors.cpp820 } else if (pTableObj->GetType() == PDFOBJ_STREAM) {
1111 if (pObj->GetType() == PDFOBJ_STREAM) {
H A Dfpdf_page_parser_old.cpp962 if (pContent->GetType() == PDFOBJ_STREAM) {
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_pattern.cpp381 if (pShadingStream->GetType() != PDFOBJ_STREAM) {
414 if (pShadingStream->GetType() != PDFOBJ_STREAM) {
696 if (pShadingStream->GetType() != PDFOBJ_STREAM) {
H A Dfpdf_render_loadimage.cpp739 if (pMask->GetType() == PDFOBJ_STREAM) {
766 if (m_pMaskStream->GetType() == PDFOBJ_STREAM) {
H A Dfpdf_render_image.cpp979 if (pFuncObj && (pFuncObj->GetType() == PDFOBJ_DICTIONARY || pFuncObj->GetType() == PDFOBJ_STREAM)) {
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_objects.h35 #define PDFOBJ_STREAM 7 macro
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_annot.cpp197 if (psub->GetType() == PDFOBJ_STREAM) {
H A Ddoc_basic.cpp409 if (iType == PDFOBJ_STREAM) {
H A Ddoc_tagged.cpp326 } else if (pAttrs->GetType() == PDFOBJ_STREAM) {
H A Ddoc_formfield.cpp323 case PDFOBJ_STREAM:
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font_cid.cpp920 } else if (pEncoding->GetType() == PDFOBJ_STREAM) {
961 if (pmap->GetType() == PDFOBJ_STREAM) {
H A Dfpdf_font.cpp1687 if (pStream == NULL || pStream->GetType() != PDFOBJ_STREAM) {

Completed in 149 milliseconds