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 536 CFX_FxgeDevice bitmap_device2; local
537 if (!bitmap_device2.Create(rect.Width(), rect.Height(), FXDIB_8bppRgb)) {
540 bitmap_device2.GetBitmap()->Clear(0);
542 bitmap_render.Initialize(m_pRenderStatus->m_pContext, &bitmap_device2, NULL,
557 const uint8_t* mask_scan = bitmap_device2.GetBitmap()->GetScanline(row);
589 bitmap_device2.GetBitmap()->ConvertFormat(FXDIB_8bppMask);
590 bitmap_device1.GetBitmap()->MultiplyAlpha(bitmap_device2.GetBitmap());
629 CFX_FxgeDevice bitmap_device2; local
630 if (!bitmap_device2.Create(width, height, FXDIB_8bppRgb)) {
633 bitmap_device2.GetBitmap()->Clear(0)
    [all...]

Completed in 427 milliseconds