Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dcfx_imagetransformer.cpp241 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()
Dcfx_bitmapstorer.h30 RetainPtr<CFX_DIBitmap> GetBitmap() { return m_pBitmap; } in GetBitmap() function
/external/pdfium/core/fpdfapi/render/
Dcpdf_imagerenderer.cpp87 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()
Dcpdf_type3cache.cpp101 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()
Dcpdf_renderstatus.cpp722 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 …]
Dcpdf_type3glyphmap.h27 const CFX_GlyphBitmap* GetBitmap(uint32_t charcode) const;
Dcpdf_type3glyphmap.cpp51 const CFX_GlyphBitmap* CPDF_Type3GlyphMap::GetBitmap(uint32_t charcode) const { in GetBitmap() function in CPDF_Type3GlyphMap
Dcpdf_scaledrenderbuffer.cpp70 device_->StretchDIBits(bitmap_device_->GetBitmap(), rect_.left, rect_.top, in OutputToDevice()
/external/pdfium/core/fxge/
Dfx_font.cpp48 int char_width = glyph.m_pGlyph->GetBitmap()->GetWidth(); in GetGlyphsBBox()
58 char_bottom += glyph.m_pGlyph->GetBitmap()->GetHeight(); in GetGlyphsBBox()
Dcfx_glyphbitmap.h22 const RetainPtr<CFX_DIBitmap>& GetBitmap() const { return m_pBitmap; } in GetBitmap() function
Dcfx_renderdevice.h65 RetainPtr<CFX_DIBitmap> GetBitmap();
66 RetainPtr<const CFX_DIBitmap> GetBitmap() const;
Dcfx_face.cpp534 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()
Dcfx_renderdevice.cpp540 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/
Dcpdf_type3char.h34 RetainPtr<CFX_DIBitmap> GetBitmap();
Dcpdf_type3char.cpp85 RetainPtr<CFX_DIBitmap> CPDF_Type3Char::GetBitmap() { in GetBitmap() function in CPDF_Type3Char
/external/pdfium/core/fpdfapi/page/
Dcpdf_imageloader.h39 const RetainPtr<CFX_DIBBase>& GetBitmap() const { return m_pBitmap; } in GetBitmap() function
/external/pdfium/fpdfsdk/
Dfpdf_progressive.cpp157 pContext->m_pDevice->GetBitmap()->UnPreMultiply(); in FPDF_RenderPage_Continue()
Dfpdf_edit_embeddertest.cpp4320 TEST_F(FPDFEditEmbedderTest, GetBitmap) { in TEST_F() argument
/external/pdfium/xfa/fgas/graphics/
Dcfgas_gegraphics.cpp248 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/
Dcxfa_node.cpp887 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()