Home | History | Annotate | Download | only in fpdf_render

Lines Matching refs:GetBitmap

108             if (m_pDevice->GetBackDrop() && m_pDevice->GetBitmap()) {

111 CFX_DIBitmap *pForeBitmap = m_pDevice->GetBitmap();
562 bitmap_device1.GetBitmap()->Clear(0xffffff);
580 bitmap_device2.GetBitmap()->Clear(0);
593 FX_LPBYTE dest_scan = (FX_LPBYTE)bitmap_device1.GetBitmap()->GetScanline(row);
594 FX_LPCBYTE mask_scan = bitmap_device2.GetBitmap()->GetScanline(row);
626 bitmap_device2.GetBitmap()->ConvertFormat(FXDIB_8bppMask);
627 bitmap_device1.GetBitmap()->MultiplyAlpha(bitmap_device2.GetBitmap());
628 bitmap_device1.GetBitmap()->MultiplyAlpha(255);
630 m_pRenderStatus->m_pDevice->SetDIBits(bitmap_device1.GetBitmap(), rect.left, rect.top, m_BlendType);
652 bitmap_device1.GetBitmap()->Clear(0xffffff);
667 bitmap_device2.GetBitmap()->Clear(0);
680 FX_LPBYTE dest_scan = (FX_LPBYTE)bitmap_device1.GetBitmap()->GetScanline(row);
681 FX_LPCBYTE mask_scan = bitmap_device2.GetBitmap()->GetScanline(row);
713 bitmap_device2.GetBitmap()->ConvertFormat(FXDIB_8bppMask);
714 bitmap_device1.GetBitmap()->MultiplyAlpha(bitmap_device2.GetBitmap());
716 bitmap_device1.GetBitmap()->MultiplyAlpha(m_BitmapAlpha);
719 m_pRenderStatus->m_pDevice->SetDIBits(bitmap_device1.GetBitmap(), rect.left, rect.top, m_BlendType);
1078 CFX_DIBitmap& bitmap = *bitmap_device.GetBitmap();