Home
last modified time | relevance | path

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

12

/external/pdfium/core/fpdfapi/render/
Dcpdf_imagerenderer.cpp67 bitmap_device.GetBitmap()->Clear(color); in ClearBitmap()
109 if (!m_pLoader->GetBitmap()) in StartRenderDIBBase()
114 m_pDIBBase = m_pLoader->GetBitmap(); in StartRenderDIBBase()
276 pBitmapDevice1->GetBitmap()->GetWritableScanline(row).data(); in CalculateDrawImage()
278 pBitmapDevice2->GetBitmap()->GetScanline(row).data(); in CalculateDrawImage()
343 bitmap_device2.GetBitmap()->ConvertFormat(FXDIB_Format::k8bppMask); in DrawPatternImage()
344 bitmap_device1.GetBitmap()->MultiplyAlpha(bitmap_device2.GetBitmap()); in DrawPatternImage()
345 bitmap_device1.GetBitmap()->MultiplyAlpha(255); in DrawPatternImage()
347 bitmap_device1.GetBitmap(), rect.left, rect.top, m_BlendType); in DrawPatternImage()
387 bitmap_device1.GetBitmap(), bitmap_device2.GetBitmap(), rect.left, in DrawMaskedImage()
[all …]
Dcpdf_scaledrenderbuffer.cpp60 pContext->GetBackground(m_pBitmapDevice->GetBitmap(), pObj, pOptions, in Initialize()
72 m_pDevice->StretchDIBits(m_pBitmapDevice->GetBitmap(), m_Rect.left, in OutputToDevice()
Dcpdf_type3cache.cpp97 const CFX_GlyphBitmap* pExisting = pSizeCache->GetBitmap(charcode); in LoadGlyph()
116 RetainPtr<CFX_DIBitmap> pBitmap = pChar->GetBitmap(); in RenderGlyph()
158 pGlyph->GetBitmap()->TakeOver(std::move(pResBitmap)); in RenderGlyph()
Dcpdf_renderstatus.cpp667 bitmap_device.GetBitmap()->ForcePreMultiply(); in ProcessTransparency()
690 CompositeDIBitmap(bitmap_device.GetBitmap(), rect.left, rect.top, 0, 255, in ProcessTransparency()
909 m_pDevice->SetBitMask(glyph.m_pGlyph->GetBitmap(), point->x, point->y, in ProcessType3Text()
962 m_pDevice->SetDIBits(bitmap_device.GetBitmap(), rect.left, rect.top); in ProcessType3Text()
964 } else if (pType3Char->GetBitmap()) { in ProcessType3Text()
968 if (renderer.Start(pType3Char->GetBitmap(), fill_argb, image_matrix, in ProcessType3Text()
997 m_pDevice->SetBitMask(pBitmap->GetBitmap(), left.ValueOrDie(), in ProcessType3Text()
1016 if (!glyph.m_pGlyph || !glyph.m_pGlyph->GetBitmap()->IsMaskFormat()) in ProcessType3Text()
1024 point->x, point->y, glyph.m_pGlyph->GetBitmap()->GetWidth(), in ProcessType3Text()
1025 glyph.m_pGlyph->GetBitmap()->GetHeight(), glyph.m_pGlyph->GetBitmap(), in ProcessType3Text()
[all …]
Dcpdf_type3glyphmap.h27 const CFX_GlyphBitmap* GetBitmap(uint32_t charcode) const;
Dcpdf_devicebuffer.h35 RetainPtr<CFX_DIBitmap> GetBitmap() const { return m_pBitmap; } in GetBitmap() function
Dcpdf_type3glyphmap.cpp51 const CFX_GlyphBitmap* CPDF_Type3GlyphMap::GetBitmap(uint32_t charcode) const { in GetBitmap() function in CPDF_Type3GlyphMap
Dcpdf_rendershading.cpp920 RetainPtr<CFX_DIBitmap> pBitmap = buffer.GetBitmap(); in Draw()
/external/pdfium/core/fxge/dib/
Dcfx_imagetransformer.cpp232 if (m_Storer.GetBitmap()) { in ContinueRotate()
234 m_Storer.GetBitmap()->SwapXY(m_matrix.c > 0, m_matrix.b < 0)); in ContinueRotate()
239 if (!m_Storer.GetBitmap()) in ContinueOther()
255 m_Storer.GetBitmap()->GetBuffer().data(), in ContinueOther()
256 m_Storer.GetBitmap()->GetPitch()}; in ContinueOther()
257 if (m_Storer.GetBitmap()->IsMaskFormat()) { in ContinueOther()
260 int Bpp = m_Storer.GetBitmap()->GetBPP() / 8; in ContinueOther()
282 if (m_Storer.GetBitmap()->HasPalette()) { in CalcMono()
284 m_Storer.GetBitmap()->GetPaletteSpan(); in CalcMono()
306 if (!m_Storer.GetBitmap()->IsAlphaFormat()) { in CalcColor()
Dcfx_dibextractor.h20 RetainPtr<CFX_DIBitmap> GetBitmap() { return m_pBitmap; } in GetBitmap() function
Dcfx_bitmapstorer.h28 RetainPtr<CFX_DIBitmap> GetBitmap() { return m_pBitmap; } in GetBitmap() function
/external/pdfium/core/fxge/win32/
Dcgdi_printer_driver.cpp63 RetainPtr<CFX_DIBitmap> pBitmap = temp.GetBitmap(); in SetDIBits()
100 RetainPtr<CFX_DIBitmap> pBitmap = temp.GetBitmap(); in StretchDIBits()
126 RetainPtr<CFX_DIBitmap> pBitmap = temp.GetBitmap(); in StretchDIBits()
Dcgdi_display_driver.cpp118 RetainPtr<CFX_DIBitmap> pBitmap = temp.GetBitmap(); in SetDIBits()
202 RetainPtr<CFX_DIBitmap> pBitmap = temp.GetBitmap(); in StretchDIBits()
214 RetainPtr<CFX_DIBitmap> pBitmap = temp.GetBitmap(); in StretchDIBits()
Dcfx_psrenderer.cpp559 RetainPtr<CFX_DIBBase> pConverted = source_extractor.GetBitmap(); in DrawDIBits()
/external/pdfium/core/fxge/
Dfx_font.cpp46 int char_width = glyph.m_pGlyph->GetBitmap()->GetWidth(); in GetGlyphsBBox()
56 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_glyphcache.cpp201 pGlyphBitmap->GetBitmap()->Create(dib_width, bmheight, in RenderGlyph()
205 int dest_pitch = pGlyphBitmap->GetBitmap()->GetPitch(); in RenderGlyph()
207 uint8_t* pDestBuf = pGlyphBitmap->GetBitmap()->GetBuffer().data(); in RenderGlyph()
Dcfx_renderdevice.h65 RetainPtr<CFX_DIBitmap> GetBitmap() const;
Dcfx_renderdevice.cpp536 RetainPtr<CFX_DIBitmap> CFX_RenderDevice::GetBitmap() const { in GetBitmap() function in CFX_RenderDevice
1126 const RetainPtr<CFX_DIBitmap>& pGlyph = glyph.m_pGlyph->GetBitmap(); in DrawNormalText()
1162 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.cpp118 pContext->m_pDevice->GetBitmap()->UnPreMultiply(); in FPDF_RenderPage_Continue()
/external/pdfium/xfa/fgas/graphics/
Dcfgas_gegraphics.cpp249 RetainPtr<CFX_DIBitmap> bitmap = m_renderDevice->GetBitmap(); in FillPathWithPattern()
288 RetainPtr<CFX_DIBitmap> bitmap = m_renderDevice->GetBitmap(); in FillPathWithShading()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp885 RetainPtr<CFX_DIBitmap> GetBitmap() { return m_pDIBitmap; } in GetBitmap() function in CXFA_ImageLayoutData
974 RetainPtr<CFX_DIBitmap> GetBitmap() { return m_pDIBitmap; } in GetBitmap() function in CXFA_ImageEditData
3910 return m_pLayoutData ? m_pLayoutData->AsImageLayoutData()->GetBitmap() in GetLayoutImage()
3917 ->GetBitmap() in GetEditImage()
3923 if (pData->GetBitmap() != newImage) in SetLayoutImage()
3930 if (pData->GetBitmap() != newImage) in SetEditImage()

12