Searched refs:PDFPAGE_IMAGE (Results 1 – 10 of 10) sorted by relevance
13 m_Type = PDFPAGE_IMAGE; in CPDF_ImageObject()
19 case PDFPAGE_IMAGE: in Create()
806 … (pLastObj == NULL || (pLastObj->m_Type != PDFPAGE_INLINES && pLastObj->m_Type != PDFPAGE_IMAGE)) { in AddDuplicateImage()
348 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()
822 } else if (pPageObj->m_Type == PDFPAGE_IMAGE) { in DrawShadingPattern()901 } else if (pPageObj->m_Type == PDFPAGE_IMAGE) { in DrawTilingPattern()
326 if (pPageObj->m_Type == PDFPAGE_IMAGE) { in LoadBitmap()
46 if (!pPageObj || pPageObj->m_Type != PDFPAGE_IMAGE) { in GenerateContent()
83 if(pObj->m_Type != PDFPAGE_IMAGE) { in Conver2AppreceOrder()431 if(pObj->m_Type == PDFPAGE_IMAGE) { in LogicPreObj()
770 } 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()
431 #define PDFPAGE_IMAGE 3 macro