/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_image.cpp | 293 m_BlendType = FXDIB_BLEND_NORMAL; in CPDF_ImageRenderer() 418 …pGeneralState->m_OPMode == 0 && pGeneralState->m_BlendType == FXDIB_BLEND_NORMAL && pGeneralState-… in StartRenderDIBSource() 433 m_BlendType = FXDIB_BLEND_DARKEN; in StartRenderDIBSource() 445 m_BlendType = blendType; in Start() 468 m_BlendType = blendType; in Start() 558 …_pRenderStatus->m_pDevice->SetDIBits(bitmap_device1.GetBitmap(), rect.left, rect.top, m_BlendType); in DrawPatternImage() 647 …_pRenderStatus->m_pDevice->SetDIBits(bitmap_device1.GetBitmap(), rect.left, rect.top, m_BlendType); in DrawMaskedImage() 659 &m_ImageMatrix, m_Flags, m_DeviceHandle, 0, NULL, m_BlendType)) { in StartDIBSource() 694 dest_width, dest_height, m_Flags, NULL, m_BlendType)) { in StartDIBSource() 718 m_BitmapAlpha, m_BlendType, FALSE); in StartDIBSource() [all …]
|
D | render_int.h | 255 int m_BlendType; variable
|
D | fpdf_render.cpp | 720 int blend_type = pGeneralState ? pGeneralState->m_BlendType : FXDIB_BLEND_NORMAL; in ProcessTransparency()
|
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_composite.cpp | 3719 m_BlendType = FXDIB_BLEND_NORMAL; in CFX_ScanlineCompositor() 3735 m_BlendType = blend_type; in Init() 3788 … _CompositeRow_Argb2Argb_RgbByteOrder(dest_scan, src_scan, width, m_BlendType, clip_scan); in CompositeRgbBitmapLine() 3791 …_CompositeRow_Rgb2Argb_Blend_NoClip_RgbByteOrder(dest_scan, src_scan, width, m_BlendType, src_Bpp); in CompositeRgbBitmapLine() 3795 …_CompositeRow_Argb2Rgb_Blend_RgbByteOrder(dest_scan, src_scan, width, m_BlendType, dest_Bpp, clip_… in CompositeRgbBitmapLine() 3798 …ositeRow_Rgb2Rgb_Blend_NoClip_RgbByteOrder(dest_scan, src_scan, width, m_BlendType, dest_Bpp, src_… in CompositeRgbBitmapLine() 3811 …positeRow_Rgb2Argb_Blend_Clip_RgbByteOrder(dest_scan, src_scan, width, m_BlendType, src_Bpp, clip_… in CompositeRgbBitmapLine() 3814 …mpositeRow_Rgb2Rgb_Blend_Clip_RgbByteOrder(dest_scan, src_scan, width, m_BlendType, dest_Bpp, src_… in CompositeRgbBitmapLine() 3844 …_CompositeRow_Argb2Graya(dest_scan, src_scan, width, m_BlendType, clip_scan, src_extra_alpha, dst_… in CompositeRgbBitmapLine() 3846 …_CompositeRow_Argb2Gray(dest_scan, src_scan, width, m_BlendType, clip_scan, src_extra_alpha, m_pIc… in CompositeRgbBitmapLine() [all …]
|
D | fx_dib_main.cpp | 1520 m_BlendType = FXDIB_BLEND_NORMAL; 1552 m_BlendType = blend_type; 1564 … m_Matrix.c > 0, m_Matrix.b < 0, m_bRgbByteOrder, alpha_flag, pIccTransform, m_BlendType); 1590 … m_ClipBox, FALSE, FALSE, FALSE, m_bRgbByteOrder, alpha_flag, pIccTransform, m_BlendType); 1621 … 0, 0, m_BlendType, m_pClipRgn, m_bRgbByteOrder, m_AlphaFlag, m_pIccTransform); 1627 …pBitmap->GetWidth(), pBitmap->GetHeight(), pBitmap, 0, 0, m_BlendType, m_pClipRgn, m_bRgbByteOrder…
|
/external/pdfium/core/include/fxge/ |
D | fx_dib.h | 447 int m_BlendType; variable 486 int m_BlendType; variable 603 int m_BlendType; variable
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_pageobj.h | 281 int m_BlendType; variable 329 return m_pObject ? m_pObject->m_BlendType : FXDIB_BLEND_NORMAL; in GetBlendType()
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_graph_state.cpp | 427 m_BlendType = ::GetBlendType(blend_mode); in SetBlendMode() 548 if (pGeneralState->m_BlendType > FXDIB_BLEND_MULTIPLY) { in ProcessExtGS()
|
D | fpdf_page_parser_old.cpp | 1017 pData->m_BlendType = FXDIB_BLEND_NORMAL; in Start()
|
/external/pdfium/fpdfsdk/src/ |
D | fpdfeditpage.cpp | 230 int blend_type = pGeneralState ? pGeneralState->m_BlendType : FXDIB_BLEND_NORMAL; in FPDFPageObj_HasTransparency()
|