Home
last modified time | relevance | path

Searched refs:m_BitmapAlpha (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fpdfapi/render/
Dcpdf_imagerenderer.cpp80 m_BitmapAlpha = FXSYS_roundf(255 * state.GetFillAlpha()); in StartRenderDIBBase()
132 if (m_BitmapAlpha != 255 || !state.HasRef() || !state.GetFillOP() || in StartRenderDIBBase()
196 m_BitmapAlpha = bitmap_alpha; in Start()
365 rect.top, m_BitmapAlpha, m_BlendType); in DrawMaskedImage()
369 if (m_BitmapAlpha < 255) in DrawMaskedImage()
370 bitmap_device1.GetBitmap()->MultiplyAlpha(m_BitmapAlpha); in DrawMaskedImage()
396 premultiplied, m_BitmapAlpha, m_FillArgb, m_ImageMatrix, in StartDIBBase()
406 m_pDIBBase, m_BitmapAlpha, m_FillArgb, m_ImageMatrix, in StartDIBBase()
448 if (m_pDIBBase->IsOpaqueImage() && m_BitmapAlpha == 255) { in StartDIBBase()
456 if (m_BitmapAlpha != 255) in StartDIBBase()
[all …]
Dcpdf_imagerenderer.h96 int m_BitmapAlpha = 0; variable
/external/pdfium/core/fxge/dib/
Dcfx_imagerenderer.cpp28 m_BitmapAlpha(bitmap_alpha), in CFX_ImageRenderer()
101 if (m_BitmapAlpha != 255) in Continue()
102 m_MaskColor = FXARGB_MUL_ALPHA(m_MaskColor, m_BitmapAlpha); in Continue()
108 if (m_BitmapAlpha != 255) in Continue()
109 pBitmap->MultiplyAlpha(m_BitmapAlpha); in Continue()
Dcfx_bitmapcomposer.cpp32 m_BitmapAlpha = bitmap_alpha; in Compose()
51 m_pClipMask != nullptr || (m_BitmapAlpha < 255), in SetInfo()
61 if (m_BitmapAlpha < 255) { in SetInfo()
75 if (m_BitmapAlpha < 255) { in DoCompose()
78 pAddClipScan[i] = clip_scan[i] * m_BitmapAlpha / 255; in DoCompose()
80 memset(pAddClipScan, m_BitmapAlpha, dest_width); in DoCompose()
Dcfx_imagerenderer.h45 const int m_BitmapAlpha; variable
Dcfx_bitmapcomposer.h66 int m_BitmapAlpha; variable