Home
last modified time | relevance | path

Searched refs:GetBitmap (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_image.cpp64 if (m_pDevice->GetBackDrop() && m_pDevice->GetBitmap()) { in CompositeDIBitmap()
67 CFX_DIBitmap *pForeBitmap = m_pDevice->GetBitmap(); in CompositeDIBitmap()
490 bitmap_device1.GetBitmap()->Clear(0xffffff); in DrawPatternImage()
508 bitmap_device2.GetBitmap()->Clear(0); in DrawPatternImage()
521 FX_LPBYTE dest_scan = (FX_LPBYTE)bitmap_device1.GetBitmap()->GetScanline(row); in DrawPatternImage()
522 FX_LPCBYTE mask_scan = bitmap_device2.GetBitmap()->GetScanline(row); in DrawPatternImage()
554 bitmap_device2.GetBitmap()->ConvertFormat(FXDIB_8bppMask); in DrawPatternImage()
555 bitmap_device1.GetBitmap()->MultiplyAlpha(bitmap_device2.GetBitmap()); in DrawPatternImage()
556 bitmap_device1.GetBitmap()->MultiplyAlpha(255); in DrawPatternImage()
558 …m_pRenderStatus->m_pDevice->SetDIBits(bitmap_device1.GetBitmap(), rect.left, rect.top, m_BlendType… in DrawPatternImage()
[all …]
Drender_int.h313 CFX_DIBitmap* GetBitmap() const in GetBitmap() function
397 CFX_DIBitmap* GetBitmap() const;
Dfpdf_render.cpp375 CFX_DIBitmap* pBitmap = m_pDevice->GetBitmap(); in DitherObjectArea()
812 CFX_DIBitmap* bitmap = bitmap_device.GetBitmap(); in ProcessTransparency()
1397 m_pContext->GetBackground(m_pBitmapDevice->GetBitmap(), m_pObject, pOptions, &m_Matrix); in Initialize()
1403 …m_pDevice->StretchDIBits(m_pBitmapDevice->GetBitmap(), m_Rect.left, m_Rect.top, m_Rect.Width(), m_… in OutputToDevice()
Dfpdf_render_text.cpp441 bitmap_device.GetBitmap()->Clear(0); in ProcessType3Text()
450 m_pDevice->SetDIBits(bitmap_device.GetBitmap(), rect.left, rect.top); in ProcessType3Text()
Dfpdf_render_pattern.cpp802 CFX_DIBitmap* pBitmap = buffer.GetBitmap(); in DrawShading()
Dfpdf_render_loadimage.cpp166 CFX_DIBitmap* CPDF_DIBSource::GetBitmap() const in GetBitmap() function in CPDF_DIBSource
/external/pdfium/core/src/fxge/dib/
Dfx_dib_transform.cpp344 if (m_Storer.GetBitmap()) { in Continue()
345 m_Storer.Replace(m_Storer.GetBitmap()->SwapXY(m_pMatrix->c > 0, m_pMatrix->b < 0)); in Continue()
358 if (m_Storer.GetBitmap() == NULL) { in Continue()
361 FX_LPCBYTE stretch_buf = m_Storer.GetBitmap()->GetBuffer(); in Continue()
363 if (m_Storer.GetBitmap()->m_pAlphaMask) { in Continue()
364 stretch_buf_mask = m_Storer.GetBitmap()->m_pAlphaMask->GetBuffer(); in Continue()
366 int stretch_pitch = m_Storer.GetBitmap()->GetPitch(); in Continue()
383 int stretch_pitch_mask = m_Storer.GetBitmap()->m_pAlphaMask->GetPitch(); in Continue()
456 if (m_Storer.GetBitmap()->IsAlphaMask()) { in Continue()
530 int Bpp = m_Storer.GetBitmap()->GetBPP() / 8; in Continue()
[all …]
/external/pdfium/core/src/reflow/
Dreflowedpage.cpp518 if(m_pFXDevice->GetBitmap() && m_pFXDevice->GetBitmap()->GetFormat() == FXDIB_8bppRgb && in Display()
519 m_pFXDevice->GetBitmap()->GetPalette() == NULL) { in Display()
560 m_pFXDevice->GetBitmap()->DitherFS(palette, nPalette + 1, &tmpRect); in Display()
/external/pdfium/core/src/fxge/skia/
Dfx_skia_device.cpp528 if (m_bOwnedBitmap && GetBitmap()) delete GetBitmap(); in ~CFX_SkiaDevice()
/external/pdfium/core/src/fxge/apple/
Dfx_quartz_device.cpp1085 if (GetBitmap() && m_bOwnedBitmap) { in ~CFX_QuartzDevice()
1086 delete GetBitmap(); in ~CFX_QuartzDevice()
/external/pdfium/core/include/fxge/
Dfx_ge.h361 CFX_DIBitmap* GetBitmap() const in GetBitmap() function
Dfx_dib.h502 CFX_DIBitmap* GetBitmap() in GetBitmap() function
/external/pdfium/core/src/fxge/agg/agg23/
Dfx_agg_driver.cpp1607 if (m_bOwnedBitmap && GetBitmap()) { in ~CFX_FxgeDevice()
1608 delete GetBitmap(); in ~CFX_FxgeDevice()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp1201 delete GetBitmap(); in ~CFX_WinBitmapDevice()