Home
last modified time | relevance | path

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

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