Home | History | Annotate | Download | only in fpdf_render

Lines Matching refs:FXDIB_Rgb32

151     pBackdrop1->Create(pBackdrop->GetWidth(), pBackdrop->GetHeight(), FXDIB_Rgb32);

176 return (m_pSrc->HasAlpha()) ? FXDIB_Argb : FXDIB_Rgb32;
258 case FXDIB_Rgb32:
559 if (!bitmap_device1.Create(rect.Width(), rect.Height(), FXDIB_Rgb32)) {
649 if (!bitmap_device1.Create(width, height, FXDIB_Rgb32)) {
978 m_pBitmap->Create(m_ResultWidth, m_ResultHeight, FXDIB_Rgb32);
1070 if (!bitmap_device.Create(width, height, bLuminosity ? FXDIB_Rgb32 : FXDIB_8bppMask)) {