/external/pdfium/core/fpdfapi/render/ |
D | cpdf_imagerenderer.cpp | 250 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 …]
|
D | cpdf_scaledrenderbuffer.cpp | 69 m_pContext->GetBackground(m_pBitmapDevice->GetBitmap(), m_pObject.Get(), in Initialize() 76 m_pDevice->StretchDIBits(m_pBitmapDevice->GetBitmap(), m_Rect.left, in OutputToDevice()
|
D | cpdf_type3cache.cpp | 122 if (!pChar || !pChar->GetBitmap()) in RenderGlyph() 129 RetainPtr<CFX_DIBitmap> pBitmap = pChar->GetBitmap(); in RenderGlyph()
|
D | cpdf_devicebuffer.h | 32 RetainPtr<CFX_DIBitmap> GetBitmap() const { return m_pBitmap; } in GetBitmap() function
|
D | cpdf_renderstatus.cpp | 1584 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/ |
D | cfx_imagetransformer.cpp | 279 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 …]
|
D | cfx_dibextractor.h | 20 RetainPtr<CFX_DIBitmap> GetBitmap() { return m_pBitmap; } in GetBitmap() function
|
D | cfx_bitmapstorer.h | 33 RetainPtr<CFX_DIBitmap> GetBitmap() { return m_pBitmap; } in GetBitmap() function
|
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_type3char.h | 34 RetainPtr<CFX_DIBitmap> GetBitmap(); 35 const RetainPtr<CFX_DIBitmap>& GetBitmap() const;
|
D | cpdf_type3char.cpp | 98 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/ |
D | fpdf_progressive.cpp | 90 pDevice->GetBitmap()->UnPreMultiply(); in FPDF_RenderPage_Continue() 106 pDevice->GetBitmap()->UnPreMultiply(); in FPDF_RenderPage_Close()
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_print.cpp | 92 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()
|
D | fx_win32_device.cpp | 1239 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()
|
D | cfx_psrenderer.cpp | 430 RetainPtr<CFX_DIBSource> pConverted = source_extractor.GetBitmap(); in DrawDIBits()
|
/external/pdfium/xfa/fxgraphics/ |
D | cxfa_graphics.cpp | 272 RetainPtr<CFX_DIBitmap> bitmap = m_renderDevice->GetBitmap(); in FillPathWithPattern() 305 RetainPtr<CFX_DIBitmap> bitmap = m_renderDevice->GetBitmap(); in FillPathWithShading()
|
/external/pdfium/core/fxge/ |
D | cfx_renderdevice.h | 117 RetainPtr<CFX_DIBitmap> GetBitmap() const;
|
D | cfx_renderdevice.cpp | 432 RetainPtr<CFX_DIBitmap> CFX_RenderDevice::GetBitmap() const { in GetBitmap() function in CFX_RenderDevice
|