Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_imagerenderer.cpp267 const_cast<uint8_t*>(pBitmapDevice1->GetBitmap()->GetScanline(row)); in CalculateDrawImage()
268 const uint8_t* mask_scan = pBitmapDevice2->GetBitmap()->GetScanline(row); in CalculateDrawImage()
301 bitmap_device1.GetBitmap()->Clear(0xffffff); in DrawPatternImage()
323 bitmap_device2.GetBitmap()->Clear(0); in DrawPatternImage()
326 bitmap_device2.GetBitmap()->ConvertFormat(FXDIB_8bppMask); in DrawPatternImage()
327 bitmap_device1.GetBitmap()->MultiplyAlpha(bitmap_device2.GetBitmap()); in DrawPatternImage()
328 bitmap_device1.GetBitmap()->MultiplyAlpha(255); in DrawPatternImage()
330 bitmap_device1.GetBitmap(), rect.left, rect.top, m_BlendType); in DrawPatternImage()
352 bitmap_device1.GetBitmap()->Clear(0xffffff); in DrawMaskedImage()
371 bitmap_device2.GetBitmap()->Clear(0); in DrawMaskedImage()
[all …]
Dcpdf_scaledrenderbuffer.cpp70 m_pContext->GetBackground(m_pBitmapDevice->GetBitmap(), m_pObject, pOptions, in Initialize()
77 m_pDevice->StretchDIBits(m_pBitmapDevice->GetBitmap(), m_Rect.left, in OutputToDevice()
Dcpdf_devicebuffer.h29 CFX_DIBitmap* GetBitmap() const { return m_pBitmap.get(); } in GetBitmap() function
Dcpdf_renderstatus.cpp1549 CFX_DIBitmap* bitmap = bitmap_device.GetBitmap(); in ProcessTransparency()
1886 bitmap_device.GetBitmap()->Clear(0); in ProcessType3Text()
1897 m_pDevice->SetDIBits(bitmap_device.GetBitmap(), rect.left, rect.top); in ProcessType3Text()
2065 CFX_DIBitmap* pBitmap = buffer.GetBitmap(); in DrawShading()
2462 if (m_pDevice->GetBackDrop() && m_pDevice->GetBitmap()) { in CompositeDIBitmap()
2464 CFX_DIBitmap* pForeBitmap = m_pDevice->GetBitmap(); in CompositeDIBitmap()
2555 CFX_DIBitmap& bitmap = *bitmap_device.GetBitmap(); in LoadSMask()
/external/pdfium/xfa/fxbarcode/oned/
DBC_OnedUPCAWriter.cpp194 ge.GetBitmap()->Clear(m_backgroundColor); in ShowChars()
198 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition, m_Height - iTextHeight); in ShowChars()
219 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition + 40 * multiple, in ShowChars()
241 delete ge.GetBitmap(); in ShowChars()
243 ge.GetBitmap()->Clear(m_backgroundColor); in ShowChars()
246 geBitmap.SetDIBits(ge.GetBitmap(), 0, m_Height - iTextHeight); in ShowChars()
261 delete ge.GetBitmap(); in ShowChars()
263 ge.GetBitmap()->Clear(m_backgroundColor); in ShowChars()
267 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition + 85 * multiple, in ShowChars()
DBC_OnedEAN8Writer.cpp223 delete ge.GetBitmap(); in ShowChars()
225 ge.GetBitmap()->Clear(m_backgroundColor); in ShowChars()
228 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition, m_Height - iTextHeight); in ShowChars()
243 delete ge.GetBitmap(); in ShowChars()
245 ge.GetBitmap()->Clear(m_backgroundColor); in ShowChars()
249 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition + 33 * multiple, in ShowChars()
DBC_OnedEAN13Writer.cpp239 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition, m_Height - iTextHeight); in ShowChars()
261 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition + 47 * multiple, in ShowChars()
284 delete ge.GetBitmap(); in ShowChars()
286 ge.GetBitmap()->Clear(m_backgroundColor); in ShowChars()
289 geBitmap.SetDIBits(ge.GetBitmap(), 0, m_Height - iTextHeight); in ShowChars()
DBC_OneDimWriter.cpp248 geBitmap.SetDIBits(ge.GetBitmap(), (int)locX, (int)locY); in ShowBitmapChars()
/external/pdfium/core/fxge/dib/
Dfx_dib_transform.cpp420 if (m_Storer.GetBitmap()) { in Continue()
422 m_Storer.GetBitmap()->SwapXY(m_pMatrix->c > 0, m_pMatrix->b < 0)); in Continue()
438 if (!m_Storer.GetBitmap()) in Continue()
441 const uint8_t* stretch_buf = m_Storer.GetBitmap()->GetBuffer(); in Continue()
443 if (m_Storer.GetBitmap()->m_pAlphaMask) in Continue()
444 stretch_buf_mask = m_Storer.GetBitmap()->m_pAlphaMask->GetBuffer(); in Continue()
446 int stretch_pitch = m_Storer.GetBitmap()->GetPitch(); in Continue()
463 int stretch_pitch_mask = m_Storer.GetBitmap()->m_pAlphaMask->GetPitch(); in Continue()
550 if (m_Storer.GetBitmap()->IsAlphaMask()) { in Continue()
634 int Bpp = m_Storer.GetBitmap()->GetBPP() / 8; in Continue()
[all …]
/external/pdfium/core/fxge/win32/
Dfx_win32_print.cpp90 CFX_DIBitmap* pBitmap = temp.GetBitmap(); in SetDIBits()
128 CFX_DIBitmap* pBitmap = temp.GetBitmap(); in StretchDIBits()
154 CFX_DIBitmap* pBitmap = temp.GetBitmap(); in StretchDIBits()
Dfx_win32_device.cpp1252 CFX_DIBitmap* pBitmap = temp.GetBitmap(); in SetDIBits()
1334 CFX_DIBitmap* pBitmap = temp.GetBitmap(); in StretchDIBits()
1345 CFX_DIBitmap* pBitmap = temp.GetBitmap(); in StretchDIBits()
Dcfx_psrenderer.cpp423 CFX_MaybeOwned<CFX_DIBSource> pConverted(source_extractor.GetBitmap()); in DrawDIBits()
/external/pdfium/xfa/fxgraphics/
Dcfx_graphics.cpp339 CFX_DIBitmap* bitmap = m_renderDevice->GetBitmap(); in RenderDeviceStretchImage()
350 CFX_DIBitmap* bitmap = m_renderDevice->GetBitmap(); in FillPathWithPattern()
388 CFX_DIBitmap* bitmap = m_renderDevice->GetBitmap(); in FillPathWithShading()
/external/pdfium/core/fxge/
Dcfx_renderdevice.h103 CFX_DIBitmap* GetBitmap() const { return m_pBitmap; } in GetBitmap() function
Dfx_dib.h403 CFX_DIBitmap* GetBitmap() { return m_pBitmap.get(); } in GetBitmap() function
588 CFX_DIBitmap* GetBitmap() { return m_pBitmap.get(); } in GetBitmap() function
/external/pdfium/xfa/fxfa/app/
Dxfa_ffwidget.cpp791 if (m_pDevice->GetBackDrop() && m_pDevice->GetBitmap()) { in CompositeDIBitmap()
793 CFX_DIBitmap* pForeBitmap = m_pDevice->GetBitmap(); in CompositeDIBitmap()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp2220 if (m_bOwnedBitmap && GetBitmap()) in ~CFX_FxgeDevice()
2221 delete GetBitmap(); in ~CFX_FxgeDevice()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp1760 delete GetBitmap(); in ~CFX_FxgeDevice()