Home
last modified time | relevance | path

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

12

/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_objects.cpp35 case PDFOBJ_STREAM: in Destroy()
143 case PDFOBJ_STREAM: in GetDict()
224 case PDFOBJ_STREAM: in IsIdentical()
283 case PDFOBJ_STREAM: { in CloneInternal()
324 } else if (m_Type == PDFOBJ_STREAM) { in GetUnicodeText()
338 } else if (m_Type == PDFOBJ_STREAM) { in SetUnicodeText()
465 } else if (p->GetType() == PDFOBJ_STREAM) { in GetDict()
473 if (p == NULL || p->GetType() != PDFOBJ_STREAM) { in GetStream()
698 } else if (p->GetType() == PDFOBJ_STREAM) { in GetDict()
714 if (p == NULL || p->GetType() != PDFOBJ_STREAM) { in GetStream()
[all …]
Dfpdf_parser_document.cpp347 bForm = pObj->GetType() == PDFOBJ_STREAM && in IsFormStream()
Dfpdf_parser_utility.cpp415 case PDFOBJ_STREAM: { in operator <<()
Dfpdf_parser_parser.cpp786 if (iType == PDFOBJ_STREAM) { in RebuildCrossRef()
850 … if (pObj->GetType() != PDFOBJ_DICTIONARY && pObj->GetType() != PDFOBJ_STREAM) { in RebuildCrossRef()
854 if (pObj->GetType() == PDFOBJ_STREAM) { in RebuildCrossRef()
876 if (pObj->GetType() == PDFOBJ_STREAM) { in RebuildCrossRef()
1007 if (pStream->GetType() == PDFOBJ_STREAM) { in LoadCrossRefV5()
1013 if (pStream->GetType() != PDFOBJ_STREAM) { in LoadCrossRefV5()
1237 if (pStream == NULL || pStream->GetType() != PDFOBJ_STREAM) { in GetObjectStream()
3052 case PDFOBJ_STREAM: in IsObjectsAvail()
/external/pdfium/fpdfsdk/src/
Dfpdf_transformpage.cpp139 else if(pDirectObj->GetType() == PDFOBJ_STREAM) in FPDFPage_TransFormWithClip()
169 else if(pObj->GetType() == PDFOBJ_STREAM) in FPDFPage_TransFormWithClip()
311 else if(pDirectObj->GetType() == PDFOBJ_STREAM) in FPDFPage_InsertClipPath()
Dfpdf_flatten.cpp230 case PDFOBJ_STREAM: in SetPageContents()
474 if (pFirstObj->GetType() != PDFOBJ_STREAM) in FPDFPage_Flatten()
Dfpdfppo.cpp275 case PDFOBJ_STREAM: in UpdateReference()
Dfsdk_baseform.cpp69 return psub->GetType() == PDFOBJ_STREAM; in IsWidgetAppearanceValid()
2304 else if (iType == PDFOBJ_STREAM) in DoFDFBuffer()
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_content.cpp136 if (!pContent || pContent->GetType() != PDFOBJ_STREAM) { in TransformContent()
155 } else if (type == PDFOBJ_STREAM) { in TransformContent()
Dfpdf_edit_create.cpp147 case PDFOBJ_STREAM: { in PDF_CreatorAppendObject()
929 if (pObj->GetType() == PDFOBJ_STREAM) { in WriteIndirectObjectToStream()
1040 if (pObj->GetType() == PDFOBJ_STREAM) { in WriteIndirectObj()
1115 case PDFOBJ_STREAM: { in WriteDirectObj()
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_Utils.cpp78 case PDFOBJ_STREAM: in TraceObject()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_pattern.cpp54 if (m_pPatternObj->GetType() != PDFOBJ_STREAM) { in Load()
256 if (pStream == NULL || pStream->GetType() != PDFOBJ_STREAM || pFuncs == NULL || pCS == NULL) { in _GetShadingBBox()
Dfpdf_page_func.cpp475 if (pObj->GetType() != PDFOBJ_STREAM) { in v_Init()
802 if (pFuncObj->GetType() == PDFOBJ_STREAM) { in Load()
845 if (pObj->GetType() == PDFOBJ_STREAM) { in Init()
Dfpdf_page_colors.cpp820 } else if (pTableObj->GetType() == PDFOBJ_STREAM) { in v_Load()
1111 if (pObj->GetType() == PDFOBJ_STREAM) { in Load()
Dfpdf_page_parser.cpp684 if (pXObject == NULL || pXObject->GetType() != PDFOBJ_STREAM) { in Handle_ExecuteXObject()
1254 pPattern->GetType() != PDFOBJ_STREAM)) { in FindPattern()
Dfpdf_page_parser_old.cpp962 if (pContent->GetType() == PDFOBJ_STREAM) { in Start()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_pattern.cpp381 if (pShadingStream->GetType() != PDFOBJ_STREAM) { in _DrawFreeGouraudShading()
414 if (pShadingStream->GetType() != PDFOBJ_STREAM) { in _DrawLatticeGouraudShading()
696 if (pShadingStream->GetType() != PDFOBJ_STREAM) { in _DrawCoonPatchMeshes()
Dfpdf_render_loadimage.cpp739 if (pMask->GetType() == PDFOBJ_STREAM) { in LoadMask()
766 if (m_pMaskStream->GetType() == PDFOBJ_STREAM) { in StratLoadMask()
Dfpdf_render_image.cpp979 … (pFuncObj && (pFuncObj->GetType() == PDFOBJ_DICTIONARY || pFuncObj->GetType() == PDFOBJ_STREAM)) { in LoadSMask()
/external/pdfium/core/src/fpdfdoc/
Ddoc_basic.cpp409 if (iType == PDFOBJ_STREAM) { in GetFileStream()
Ddoc_tagged.cpp326 } else if (pAttrs->GetType() == PDFOBJ_STREAM) { in FindAttrDict()
Ddoc_annot.cpp197 if (psub->GetType() == PDFOBJ_STREAM) { in FPDFDOC_GetAnnotAP()
Ddoc_formfield.cpp323 case PDFOBJ_STREAM: in GetValue()
/external/pdfium/core/include/fpdfapi/
Dfpdf_objects.h35 #define PDFOBJ_STREAM 7 macro
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font_cid.cpp920 } else if (pEncoding->GetType() == PDFOBJ_STREAM) { in _Load()
961 if (pmap->GetType() == PDFOBJ_STREAM) { in _Load()

12