HomeSort by relevance Sort by last modified time
    Searched full:bitmap_device2 (Results 1 - 1 of 1) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp 576 CFX_FxgeDevice bitmap_device2; local
577 if (!bitmap_device2.Create(rect.Width(), rect.Height(), FXDIB_8bppRgb)) {
580 bitmap_device2.GetBitmap()->Clear(0);
582 bitmap_render.Initialize(m_pRenderStatus->m_Level + 1, m_pRenderStatus->m_pContext, &bitmap_device2, NULL, NULL,
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());
663 CFX_FxgeDevice bitmap_device2; local
664 if (!bitmap_device2.Create(width, height, FXDIB_8bppRgb)) {
667 bitmap_device2.GetBitmap()->Clear(0);
    [all...]

Completed in 276 milliseconds