Home | History | Annotate | Download | only in fpdf_render

Lines Matching refs:FXDIB_Argb

17     ASSERT(pBitmap->GetFormat() == FXDIB_Argb);

101 ASSERT(pBitmap->GetFormat() == FXDIB_Argb);
231 ASSERT(pBitmap->GetFormat() == FXDIB_Argb);
383 ASSERT(pBitmap->GetFormat() == FXDIB_Argb);
414 ASSERT(pBitmap->GetFormat() == FXDIB_Argb);
670 ASSERT(pBitmap->GetFormat() == FXDIB_Argb);
864 if (!pBitmap->Create(width, height, pPattern->m_bColored ? FXDIB_Argb : FXDIB_8bppMask)) {
1016 if (!screen.Create(clip_width, clip_height, FXDIB_Argb)) {