Searched refs:GetBitmap (Results 1 – 14 of 14) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_image.cpp | 64 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 …]
|
D | render_int.h | 313 CFX_DIBitmap* GetBitmap() const in GetBitmap() function 397 CFX_DIBitmap* GetBitmap() const;
|
D | fpdf_render.cpp | 375 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()
|
D | fpdf_render_text.cpp | 441 bitmap_device.GetBitmap()->Clear(0); in ProcessType3Text() 450 m_pDevice->SetDIBits(bitmap_device.GetBitmap(), rect.left, rect.top); in ProcessType3Text()
|
D | fpdf_render_pattern.cpp | 802 CFX_DIBitmap* pBitmap = buffer.GetBitmap(); in DrawShading()
|
D | fpdf_render_loadimage.cpp | 166 CFX_DIBitmap* CPDF_DIBSource::GetBitmap() const in GetBitmap() function in CPDF_DIBSource
|
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_transform.cpp | 344 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/ |
D | reflowedpage.cpp | 518 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/ |
D | fx_skia_device.cpp | 528 if (m_bOwnedBitmap && GetBitmap()) delete GetBitmap(); in ~CFX_SkiaDevice()
|
/external/pdfium/core/src/fxge/apple/ |
D | fx_quartz_device.cpp | 1085 if (GetBitmap() && m_bOwnedBitmap) { in ~CFX_QuartzDevice() 1086 delete GetBitmap(); in ~CFX_QuartzDevice()
|
/external/pdfium/core/include/fxge/ |
D | fx_ge.h | 361 CFX_DIBitmap* GetBitmap() const in GetBitmap() function
|
D | fx_dib.h | 502 CFX_DIBitmap* GetBitmap() in GetBitmap() function
|
/external/pdfium/core/src/fxge/agg/agg23/ |
D | fx_agg_driver.cpp | 1607 if (m_bOwnedBitmap && GetBitmap()) { in ~CFX_FxgeDevice() 1608 delete GetBitmap(); in ~CFX_FxgeDevice()
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_device.cpp | 1201 delete GetBitmap(); in ~CFX_WinBitmapDevice()
|