Searched refs:GetBitmap (Results 1 - 17 of 17) sorted by relevance

/external/pdfium/core/fxge/dib/
H A Dcfx_dibextractor.h20 RetainPtr<CFX_DIBitmap> GetBitmap() { return m_pBitmap; } function in class:CFX_DIBExtractor
H A Dcfx_bitmapstorer.h33 RetainPtr<CFX_DIBitmap> GetBitmap() { return m_pBitmap; } function in class:CFX_BitmapStorer
H A Dcfx_imagetransformer.cpp279 if (m_Storer.GetBitmap()) {
281 m_Storer.GetBitmap()->SwapXY(m_pMatrix->c > 0, m_pMatrix->b < 0));
293 if (!m_Storer.GetBitmap())
301 const auto& pSrcMask = m_Storer.GetBitmap()->m_pAlphaMask;
318 m_Storer.GetBitmap()->m_pAlphaMask->GetPitch(),
324 m_Storer.GetBitmap()->GetBuffer(),
325 m_Storer.GetBitmap()->GetPitch()};
326 if (m_Storer.GetBitmap()->IsAlphaMask()) {
329 int Bpp = m_Storer.GetBitmap()->GetBPP() / 8;
392 FX_ARGB* pPal = m_Storer.GetBitmap()
[all...]
/external/pdfium/core/fpdfapi/font/
H A Dcpdf_type3char.h34 RetainPtr<CFX_DIBitmap> GetBitmap();
35 const RetainPtr<CFX_DIBitmap>& GetBitmap() const;
H A Dcpdf_type3char.cpp98 RetainPtr<CFX_DIBitmap> CPDF_Type3Char::GetBitmap() { function in class:CPDF_Type3Char
102 const RetainPtr<CFX_DIBitmap>& CPDF_Type3Char::GetBitmap() const { function in class:CPDF_Type3Char
/external/pdfium/core/fpdfapi/render/
H A Dcpdf_devicebuffer.h32 RetainPtr<CFX_DIBitmap> GetBitmap() const { return m_pBitmap; } function in class:CPDF_DeviceBuffer
H A Dcpdf_imagerenderer.cpp250 const_cast<uint8_t*>(pBitmapDevice1->GetBitmap()->GetScanline(row));
251 const uint8_t* mask_scan = pBitmapDevice2->GetBitmap()->GetScanline(row);
284 bitmap_device1.GetBitmap()->Clear(0xffffff);
307 bitmap_device2.GetBitmap()->Clear(0);
310 bitmap_device2.GetBitmap()->ConvertFormat(FXDIB_8bppMask);
311 bitmap_device1.GetBitmap()->MultiplyAlpha(bitmap_device2.GetBitmap());
312 bitmap_device1.GetBitmap()->MultiplyAlpha(255);
314 bitmap_device1.GetBitmap(), rect.left, rect.top, m_BlendType);
336 bitmap_device1.GetBitmap()
[all...]
H A Dcpdf_scaledrenderbuffer.cpp69 m_pContext->GetBackground(m_pBitmapDevice->GetBitmap(), m_pObject.Get(),
76 m_pDevice->StretchDIBits(m_pBitmapDevice->GetBitmap(), m_Rect.left,
H A Dcpdf_type3cache.cpp122 if (!pChar || !pChar->GetBitmap())
129 RetainPtr<CFX_DIBitmap> pBitmap = pChar->GetBitmap();
H A Dcpdf_renderstatus.cpp1584 RetainPtr<CFX_DIBitmap> bitmap = bitmap_device.GetBitmap();
1929 bitmap_device.GetBitmap()->Clear(0);
1940 m_pDevice->SetDIBits(bitmap_device.GetBitmap(), rect.left, rect.top);
1942 } else if (pType3Char->GetBitmap()) {
1962 if (renderer.Start(this, pType3Char->GetBitmap(), fill_argb, 255,
2108 RetainPtr<CFX_DIBitmap> pBitmap = buffer.GetBitmap();
2502 if (m_pDevice->GetBackDrop() && m_pDevice->GetBitmap()) {
2507 RetainPtr<CFX_DIBitmap> pForeBitmap = m_pDevice->GetBitmap();
2599 CFX_DIBitmap& bitmap = *bitmap_device.GetBitmap();
/external/pdfium/fpdfsdk/
H A Dfpdf_progressive.cpp90 pDevice->GetBitmap()->UnPreMultiply();
106 pDevice->GetBitmap()->UnPreMultiply();
/external/pdfium/core/fxge/win32/
H A Dfx_win32_print.cpp92 RetainPtr<CFX_DIBitmap> pBitmap = temp.GetBitmap();
129 RetainPtr<CFX_DIBitmap> pBitmap = temp.GetBitmap();
155 RetainPtr<CFX_DIBitmap> pBitmap = temp.GetBitmap();
H A Dfx_win32_device.cpp1239 RetainPtr<CFX_DIBitmap> pBitmap = temp.GetBitmap();
1321 RetainPtr<CFX_DIBitmap> pBitmap = temp.GetBitmap();
1332 RetainPtr<CFX_DIBitmap> pBitmap = temp.GetBitmap();
H A Dcfx_psrenderer.cpp430 RetainPtr<CFX_DIBSource> pConverted = source_extractor.GetBitmap();
/external/pdfium/xfa/fxgraphics/
H A Dcxfa_graphics.cpp272 RetainPtr<CFX_DIBitmap> bitmap = m_renderDevice->GetBitmap();
305 RetainPtr<CFX_DIBitmap> bitmap = m_renderDevice->GetBitmap();
/external/pdfium/core/fxge/
H A Dcfx_renderdevice.h117 RetainPtr<CFX_DIBitmap> GetBitmap() const;
H A Dcfx_renderdevice.cpp432 RetainPtr<CFX_DIBitmap> CFX_RenderDevice::GetBitmap() const { function in class:CFX_RenderDevice

Completed in 359 milliseconds