Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_image.cpp13 m_Type = PDFPAGE_IMAGE; in CPDF_ImageObject()
Dfpdf_page.cpp15 case PDFPAGE_IMAGE: in Create()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp333 if (pObj->m_Type == PDFPAGE_IMAGE) { in ContinueSingleObject()
350 if (type != PDFPAGE_IMAGE) { in Create()
404 case PDFPAGE_IMAGE: in ProcessObjectNoClip()
425 case PDFPAGE_IMAGE: in DrawObjWithBlend()
447 …if (pObj->m_Type == PDFPAGE_IMAGE && m_pDevice->GetDeviceCaps(FXDC_DEVICE_CLASS) == FXDC_PRINTER) { in DrawObjWithBackground()
726 if (pPageObj->m_Type == PDFPAGE_IMAGE && in ProcessTransparency()
752 …if ((m_Options.m_Flags & RENDER_OVERPRINT) && pPageObj->m_Type == PDFPAGE_IMAGE && pGeneralState &… in ProcessTransparency()
1127 …if (pCurObj->m_Type == PDFPAGE_IMAGE && m_pRenderer->m_Options.m_Flags & RENDER_LIMITEDIMAGECACHE)… in Continue()
Dfpdf_render_pattern.cpp854 } else if (pPageObj->m_Type == PDFPAGE_IMAGE) { in DrawShadingPattern()
928 } else if (pPageObj->m_Type == PDFPAGE_IMAGE) { in DrawTilingPattern()
Dfpdf_render_text.cpp314 if (pPageObj->m_Type == PDFPAGE_IMAGE) { in LoadBitmap()
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_content.cpp44 if (!pPageObj || pPageObj->m_Type != PDFPAGE_IMAGE) { in GenerateContent()
/external/pdfium/core/src/reflow/
Dautoreflow.cpp83 if(pObj->m_Type != PDFPAGE_IMAGE) { in Conver2AppreceOrder()
430 if(pObj->m_Type == PDFPAGE_IMAGE) { in LogicPreObj()
Dlayoutprocessor_reflow.cpp764 } else if(pObj->m_Type == PDFPAGE_IMAGE) { in ProcessObject()
1061 } else if(pObj->m_Type == PDFPAGE_IMAGE) { in CreateRFData()
1244 if(pObj->m_Type == PDFPAGE_IMAGE) { in LogicPreObj()
/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h431 #define PDFPAGE_IMAGE 3 macro