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

  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 450 CFX_FxgeDevice bitmap_device; local
451 if (!bitmap_device.Create((int)(rect.Width() * sa), (int)(rect.Height() * sd), FXDIB_Argb)) {
454 bitmap_device.GetBitmap()->Clear(0);
456 status.Initialize(m_Level + 1, m_pContext, &bitmap_device, NULL, NULL, this, pStates, &Options,
463 m_pDevice->SetDIBits(bitmap_device.GetBitmap(), rect.left, rect.top);
fpdf_render_image.cpp 1068 CFX_FxgeDevice bitmap_device; local
    [all...]
fpdf_render.cpp 834 CFX_FxgeDevice bitmap_device; local
843 if (!bitmap_device.Create(width, height, FXDIB_Argb, 0, oriDevice)) {
846 CFX_DIBitmap* bitmap = bitmap_device.GetBitmap();
874 bitmap_render.Initialize(m_Level + 1, m_pContext, &bitmap_device, NULL,
    [all...]
fpdf_render_pattern.cpp 868 CFX_FxgeDevice bitmap_device; local
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp 249 CFX_FxgeDevice bitmap_device; local
250 bitmap_device.Attach(&bitmap, 0, FALSE, &Backdrop, TRUE);
257 if (!bitmap_device.GetDeviceDriver()->DrawPath(pPathData, &matrix, pGraphState, fill_color, stroke_color, fill_mode, alpha_flag, pIccTransform, blend_type)) {

Completed in 61 milliseconds