Home
last modified time | relevance | path

Searched refs:PDFPAGE_IMAGE (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_image.cpp13 m_Type = PDFPAGE_IMAGE; in CPDF_ImageObject()
Dfpdf_page.cpp19 case PDFPAGE_IMAGE: in Create()
Dfpdf_page_parser.cpp806 … (pLastObj == NULL || (pLastObj->m_Type != PDFPAGE_INLINES && pLastObj->m_Type != PDFPAGE_IMAGE)) { in AddDuplicateImage()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp348 if (pObj->m_Type == PDFPAGE_IMAGE) { in ContinueSingleObject()
371 if (type == PDFPAGE_IMAGE) { in Create()
425 case PDFPAGE_IMAGE: in ProcessObjectNoClip()
451 case PDFPAGE_IMAGE: in DrawObjWithBlend()
474 …if (pObj->m_Type == PDFPAGE_IMAGE && m_pDevice->GetDeviceCaps(FXDC_DEVICE_CLASS) == FXDC_PRINTER) { in DrawObjWithBackground()
760 if (pPageObj->m_Type == PDFPAGE_IMAGE && in ProcessTransparency()
786 …if ((m_Options.m_Flags & RENDER_OVERPRINT) && pPageObj->m_Type == PDFPAGE_IMAGE && pGeneralState &… in ProcessTransparency()
1179 …if (pCurObj->m_Type == PDFPAGE_IMAGE && m_pRenderer->m_Options.m_Flags & RENDER_LIMITEDIMAGECACHE)… in Continue()
Dfpdf_render_pattern.cpp822 } else if (pPageObj->m_Type == PDFPAGE_IMAGE) { in DrawShadingPattern()
901 } else if (pPageObj->m_Type == PDFPAGE_IMAGE) { in DrawTilingPattern()
Dfpdf_render_text.cpp326 if (pPageObj->m_Type == PDFPAGE_IMAGE) { in LoadBitmap()
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_content.cpp46 if (!pPageObj || pPageObj->m_Type != PDFPAGE_IMAGE) { in GenerateContent()
/external/pdfium/core/src/reflow/
Dautoreflow.cpp83 if(pObj->m_Type != PDFPAGE_IMAGE) { in Conver2AppreceOrder()
431 if(pObj->m_Type == PDFPAGE_IMAGE) { in LogicPreObj()
Dlayoutprocessor_reflow.cpp770 } else if(pObj->m_Type == PDFPAGE_IMAGE) { in ProcessObject()
1070 } else if(pObj->m_Type == PDFPAGE_IMAGE) { in CreateRFData()
1253 if(pObj->m_Type == PDFPAGE_IMAGE) { in LogicPreObj()
/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h431 #define PDFPAGE_IMAGE 3 macro