Searched refs:PDFPAGE_IMAGE (Results 1 – 9 of 9) sorted by relevance
13 m_Type = PDFPAGE_IMAGE; in CPDF_ImageObject()
15 case PDFPAGE_IMAGE: in Create()
333 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()
854 } else if (pPageObj->m_Type == PDFPAGE_IMAGE) { in DrawShadingPattern()928 } else if (pPageObj->m_Type == PDFPAGE_IMAGE) { in DrawTilingPattern()
314 if (pPageObj->m_Type == PDFPAGE_IMAGE) { in LoadBitmap()
44 if (!pPageObj || pPageObj->m_Type != PDFPAGE_IMAGE) { in GenerateContent()
83 if(pObj->m_Type != PDFPAGE_IMAGE) { in Conver2AppreceOrder()430 if(pObj->m_Type == PDFPAGE_IMAGE) { in LogicPreObj()
764 } 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()
431 #define PDFPAGE_IMAGE 3 macro