/external/pdfium/core/fpdfapi/render/ |
D | cpdf_imagerenderer.cpp | 267 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 …]
|
D | cpdf_scaledrenderbuffer.cpp | 70 m_pContext->GetBackground(m_pBitmapDevice->GetBitmap(), m_pObject, pOptions, in Initialize() 77 m_pDevice->StretchDIBits(m_pBitmapDevice->GetBitmap(), m_Rect.left, in OutputToDevice()
|
D | cpdf_devicebuffer.h | 29 CFX_DIBitmap* GetBitmap() const { return m_pBitmap.get(); } in GetBitmap() function
|
D | cpdf_renderstatus.cpp | 1549 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/ |
D | BC_OnedUPCAWriter.cpp | 194 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()
|
D | BC_OnedEAN8Writer.cpp | 223 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()
|
D | BC_OnedEAN13Writer.cpp | 239 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()
|
D | BC_OneDimWriter.cpp | 248 geBitmap.SetDIBits(ge.GetBitmap(), (int)locX, (int)locY); in ShowBitmapChars()
|
/external/pdfium/core/fxge/dib/ |
D | fx_dib_transform.cpp | 420 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/ |
D | fx_win32_print.cpp | 90 CFX_DIBitmap* pBitmap = temp.GetBitmap(); in SetDIBits() 128 CFX_DIBitmap* pBitmap = temp.GetBitmap(); in StretchDIBits() 154 CFX_DIBitmap* pBitmap = temp.GetBitmap(); in StretchDIBits()
|
D | fx_win32_device.cpp | 1252 CFX_DIBitmap* pBitmap = temp.GetBitmap(); in SetDIBits() 1334 CFX_DIBitmap* pBitmap = temp.GetBitmap(); in StretchDIBits() 1345 CFX_DIBitmap* pBitmap = temp.GetBitmap(); in StretchDIBits()
|
D | cfx_psrenderer.cpp | 423 CFX_MaybeOwned<CFX_DIBSource> pConverted(source_extractor.GetBitmap()); in DrawDIBits()
|
/external/pdfium/xfa/fxgraphics/ |
D | cfx_graphics.cpp | 339 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/ |
D | cfx_renderdevice.h | 103 CFX_DIBitmap* GetBitmap() const { return m_pBitmap; } in GetBitmap() function
|
D | fx_dib.h | 403 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/ |
D | xfa_ffwidget.cpp | 791 if (m_pDevice->GetBackDrop() && m_pDevice->GetBitmap()) { in CompositeDIBitmap() 793 CFX_DIBitmap* pForeBitmap = m_pDevice->GetBitmap(); in CompositeDIBitmap()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 2220 if (m_bOwnedBitmap && GetBitmap()) in ~CFX_FxgeDevice() 2221 delete GetBitmap(); in ~CFX_FxgeDevice()
|
/external/pdfium/core/fxge/agg/ |
D | fx_agg_driver.cpp | 1760 delete GetBitmap(); in ~CFX_FxgeDevice()
|