HomeSort by relevance Sort by last modified time
    Searched refs:bitmap_device (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp 905 CFX_FxgeDevice bitmap_device;
906 bitmap_device.Attach(pBitmap.get(), false, nullptr, false);
925 context.Render(&bitmap_device, &options, nullptr);
927 bitmap_device.Flush();
1539 CFX_FxgeDevice bitmap_device; local
1880 CFX_FxgeDevice bitmap_device; local
2541 CFX_FxgeDevice bitmap_device; local
    [all...]
  /external/pdfium/core/fxge/ge/
cfx_renderdevice.cpp 627 CFX_FxgeDevice bitmap_device; local
628 bitmap_device.Attach(&bitmap, false, &Backdrop, true);
634 if (!bitmap_device.GetDeviceDriver()->DrawPath(
640 bitmap_device.GetDeviceDriver()->Flush();
    [all...]

Completed in 66 milliseconds