/external/pdfium/core/fxge/dib/ |
D | cfx_imagetransformer.cpp | 241 if (m_Storer.GetBitmap()) { in ContinueRotate() 243 m_Storer.GetBitmap()->SwapXY(m_matrix.c > 0, m_matrix.b < 0)); in ContinueRotate() 248 if (!m_Storer.GetBitmap()) in ContinueOther() 267 m_Storer.GetBitmap()->GetBuffer().data(), in ContinueOther() 268 m_Storer.GetBitmap()->GetPitch()}; in ContinueOther() 269 if (m_Storer.GetBitmap()->IsMaskFormat()) { in ContinueOther() 272 const int src_bytes_per_pixel = m_Storer.GetBitmap()->GetBPP() / 8; in ContinueOther() 295 if (m_Storer.GetBitmap()->HasPalette()) { in CalcMono() 297 m_Storer.GetBitmap()->GetPaletteSpan(); in CalcMono() 319 if (!m_Storer.GetBitmap()->IsAlphaFormat()) { in CalcColor()
|
D | cfx_bitmapstorer.h | 30 RetainPtr<CFX_DIBitmap> GetBitmap() { return m_pBitmap; } in GetBitmap() function
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_imagerenderer.cpp | 87 if (!m_pLoader->GetBitmap()) in StartRenderDIBBase() 92 m_pDIBBase = m_pLoader->GetBitmap(); in StartRenderDIBBase() 284 RetainPtr<CFX_DIBitmap> dest_bitmap = bitmap_device.GetBitmap(); in CalculateDrawImage() 354 bitmap_device.GetBitmap()->MultiplyAlphaMask(std::move(mask_bitmap)); in DrawPatternImage() 356 bitmap_device.GetBitmap(), rect.left, rect.top, m_BlendType); in DrawPatternImage() 397 bitmap_device.GetBitmap(), mask_bitmap, rect.left, rect.top, m_Alpha, in DrawMaskedImage() 402 bitmap_device.GetBitmap()->MultiplyAlphaMask(std::move(mask_bitmap)); in DrawMaskedImage() 403 bitmap_device.GetBitmap()->MultiplyAlpha(m_Alpha); in DrawMaskedImage() 405 bitmap_device.GetBitmap(), rect.left, rect.top, m_BlendType); in DrawMaskedImage()
|
D | cpdf_type3cache.cpp | 101 const CFX_GlyphBitmap* pExisting = pSizeCache->GetBitmap(charcode); in LoadGlyph() 120 RetainPtr<CFX_DIBitmap> pBitmap = pChar->GetBitmap(); in RenderGlyph() 162 pGlyph->GetBitmap()->TakeOver(std::move(pResBitmap)); in RenderGlyph()
|
D | cpdf_renderstatus.cpp | 722 CompositeDIBitmap(bitmap_device.GetBitmap(), rect.left, rect.top, in ProcessTransparency() 943 m_pDevice->SetBitMask(glyph.m_pGlyph->GetBitmap(), point->x, point->y, in ProcessType3Text() 998 m_pDevice->SetDIBits(bitmap_device.GetBitmap(), rect.left, rect.top); in ProcessType3Text() 1000 } else if (pType3Char->GetBitmap()) { in ProcessType3Text() 1005 if (renderer.Start(pType3Char->GetBitmap(), fill_argb, image_matrix, in ProcessType3Text() 1041 m_pDevice->SetBitMask(pBitmap->GetBitmap(), left.ValueOrDie(), in ProcessType3Text() 1060 if (!glyph.m_pGlyph || !glyph.m_pGlyph->GetBitmap()->IsMaskFormat()) in ProcessType3Text() 1068 point->x, point->y, glyph.m_pGlyph->GetBitmap()->GetWidth(), in ProcessType3Text() 1069 glyph.m_pGlyph->GetBitmap()->GetHeight(), glyph.m_pGlyph->GetBitmap(), in ProcessType3Text() 1298 if (m_pDevice->GetBackDrop() && m_pDevice->GetBitmap()) { in CompositeDIBitmap() [all …]
|
D | cpdf_type3glyphmap.h | 27 const CFX_GlyphBitmap* GetBitmap(uint32_t charcode) const;
|
D | cpdf_type3glyphmap.cpp | 51 const CFX_GlyphBitmap* CPDF_Type3GlyphMap::GetBitmap(uint32_t charcode) const { in GetBitmap() function in CPDF_Type3GlyphMap
|
D | cpdf_scaledrenderbuffer.cpp | 70 device_->StretchDIBits(bitmap_device_->GetBitmap(), rect_.left, rect_.top, in OutputToDevice()
|
/external/pdfium/core/fxge/ |
D | fx_font.cpp | 48 int char_width = glyph.m_pGlyph->GetBitmap()->GetWidth(); in GetGlyphsBBox() 58 char_bottom += glyph.m_pGlyph->GetBitmap()->GetHeight(); in GetGlyphsBBox()
|
D | cfx_glyphbitmap.h | 22 const RetainPtr<CFX_DIBitmap>& GetBitmap() const { return m_pBitmap; } in GetBitmap() function
|
D | cfx_renderdevice.h | 65 RetainPtr<CFX_DIBitmap> GetBitmap(); 66 RetainPtr<const CFX_DIBitmap> GetBitmap() const;
|
D | cfx_face.cpp | 534 if (!pGlyphBitmap->GetBitmap()->Create(dib_width, bitmap.rows, format)) { in RenderGlyph() 538 int dest_pitch = pGlyphBitmap->GetBitmap()->GetPitch(); in RenderGlyph() 539 uint8_t* pDestBuf = pGlyphBitmap->GetBitmap()->GetWritableBuffer().data(); in RenderGlyph()
|
D | cfx_renderdevice.cpp | 540 RetainPtr<CFX_DIBitmap> CFX_RenderDevice::GetBitmap() { in GetBitmap() function in CFX_RenderDevice 544 RetainPtr<const CFX_DIBitmap> CFX_RenderDevice::GetBitmap() const { in GetBitmap() function in CFX_RenderDevice 1184 const RetainPtr<CFX_DIBitmap>& pGlyph = glyph.m_pGlyph->GetBitmap(); in DrawNormalText() 1224 const RetainPtr<CFX_DIBitmap>& pGlyph = glyph.m_pGlyph->GetBitmap(); in DrawNormalText()
|
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_type3char.h | 34 RetainPtr<CFX_DIBitmap> GetBitmap();
|
D | cpdf_type3char.cpp | 85 RetainPtr<CFX_DIBitmap> CPDF_Type3Char::GetBitmap() { in GetBitmap() function in CPDF_Type3Char
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_imageloader.h | 39 const RetainPtr<CFX_DIBBase>& GetBitmap() const { return m_pBitmap; } in GetBitmap() function
|
/external/pdfium/fpdfsdk/ |
D | fpdf_progressive.cpp | 157 pContext->m_pDevice->GetBitmap()->UnPreMultiply(); in FPDF_RenderPage_Continue()
|
D | fpdf_edit_embeddertest.cpp | 4320 TEST_F(FPDFEditEmbedderTest, GetBitmap) { in TEST_F() argument
|
/external/pdfium/xfa/fgas/graphics/ |
D | cfgas_gegraphics.cpp | 248 RetainPtr<const CFX_DIBitmap> bitmap = m_renderDevice->GetBitmap(); in FillPathWithPattern() 289 RetainPtr<const CFX_DIBitmap> bitmap = m_renderDevice->GetBitmap(); in FillPathWithShading()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_node.cpp | 887 RetainPtr<CFX_DIBitmap> GetBitmap() { return m_pDIBitmap; } in GetBitmap() function in CXFA_ImageLayoutData 976 RetainPtr<CFX_DIBitmap> GetBitmap() { return m_pDIBitmap; } in GetBitmap() function in CXFA_ImageEditData 3905 return m_pLayoutData ? m_pLayoutData->AsImageLayoutData()->GetBitmap() in GetLayoutImage() 3912 ->GetBitmap() in GetEditImage() 3918 if (pData->GetBitmap() != newImage) in SetLayoutImage() 3925 if (pData->GetBitmap() != newImage) in SetEditImage()
|