Searched refs:m_BlendType (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/core/fxge/dib/ |
D | cfx_imagerenderer.cpp | 28 m_BlendType(FXDIB_BLEND_NORMAL), in CFX_ImageRenderer() 53 0, m_BlendType); in CFX_ImageRenderer() 81 false, false, false, m_bRgbByteOrder, 0, m_BlendType); in CFX_ImageRenderer() 114 m_BlendType, m_pClipRgn.Get(), m_bRgbByteOrder, m_AlphaFlag); in Continue() 120 pBitmap->GetWidth(), pBitmap->GetHeight(), pBitmap, 0, 0, m_BlendType, in Continue()
|
D | cfx_scanlinecompositor.cpp | 2819 : m_BlendType(FXDIB_BLEND_NORMAL), m_bRgbByteOrder(false) {} in CFX_ScanlineCompositor() 2834 m_BlendType = blend_type; in Init() 3010 m_BlendType, clip_scan); in CompositeRgbBitmapLine() 3014 dest_scan, src_scan, width, m_BlendType, src_Bpp); in CompositeRgbBitmapLine() 3019 dest_scan, src_scan, width, m_BlendType, dest_Bpp, clip_scan); in CompositeRgbBitmapLine() 3023 dest_scan, src_scan, width, m_BlendType, dest_Bpp, src_Bpp); in CompositeRgbBitmapLine() 3040 dest_scan, src_scan, width, m_BlendType, src_Bpp, clip_scan); in CompositeRgbBitmapLine() 3044 m_BlendType, dest_Bpp, in CompositeRgbBitmapLine() 3078 CompositeRow_Argb2Graya(dest_scan, src_scan, width, m_BlendType, in CompositeRgbBitmapLine() 3081 CompositeRow_Argb2Gray(dest_scan, src_scan, width, m_BlendType, in CompositeRgbBitmapLine() [all …]
|
D | cfx_imagerenderer.h | 43 const int m_BlendType; variable
|
D | cfx_bitmapcomposer.cpp | 13 : m_bRgbByteOrder(false), m_BlendType(FXDIB_BLEND_NORMAL) {} in CFX_BitmapComposer() 44 m_BlendType = blend_type; in Compose()
|
D | cfx_scanlinecompositor.h | 73 int m_BlendType; variable
|
D | cfx_bitmapcomposer.h | 75 int m_BlendType; variable
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_imagerenderer.cpp | 51 m_BlendType(FXDIB_BLEND_NORMAL), in CPDF_ImageRenderer() 161 m_BlendType = FXDIB_BLEND_DARKEN; in StartRenderDIBSource() 176 m_BlendType = blendType; in Start() 206 m_BlendType = blendType; in Start() 314 bitmap_device1.GetBitmap(), rect.left, rect.top, m_BlendType); in DrawPatternImage() 362 rect.top, m_BitmapAlpha, m_BlendType); in DrawMaskedImage() 369 bitmap_device1.GetBitmap(), rect.left, rect.top, m_BlendType); in DrawMaskedImage() 394 &m_DeviceHandle, m_BlendType)) { in StartDIBSource() 404 &m_DeviceHandle, m_BlendType)) { in StartDIBSource() 441 m_BlendType)) { in StartDIBSource() [all …]
|
D | cpdf_imagerenderer.h | 81 int m_BlendType; variable
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_generalstate.cpp | 121 return pData ? pData->m_BlendType : FXDIB_BLEND_NORMAL; in GetBlendType() 125 m_Ref.GetPrivateCopy()->m_BlendType = type; in SetBlendType() 177 pData->m_BlendType = GetBlendTypeInternal(mode); in SetBlendMode() 262 m_BlendType(0), in StateData() 286 m_BlendType(that.m_BlendType), in StateData()
|
D | cpdf_generalstate.h | 87 int m_BlendType; variable
|