Home
last modified time | relevance | path

Searched refs:blend_mode (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_renderdevice.cpp735 int blend_mode) { in SetDIBitsWithBlend() argument
754 if ((blend_mode == FXDIB_BLEND_NORMAL || (m_RenderCaps & FXRC_BLEND_MODE)) && in SetDIBitsWithBlend()
757 dest_rect.top, blend_mode); in SetDIBitsWithBlend()
775 blend_mode, nullptr, false)) { in SetDIBitsWithBlend()
790 int blend_mode) { in StretchDIBitsWithFlagsAndBlend() argument
796 dest_height, &clip_box, flags, blend_mode); in StretchDIBitsWithFlagsAndBlend()
841 int blend_mode) { in StartDIBitsWithBlend() argument
843 flags, handle, blend_mode); in StartDIBitsWithBlend()
/external/pdfium/fpdfsdk/
Dfpdfeditpage.cpp283 FPDF_BYTESTRING blend_mode) { in FPDFPageObj_SetBlendMode() argument
288 pPageObj->m_GeneralState.SetBlendMode(blend_mode); in FPDFPageObj_SetBlendMode()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp2449 int blend_mode, in CompositeDIBitmap() argument
2454 if (blend_mode == FXDIB_BLEND_NORMAL) { in CompositeDIBitmap()
2486 bool bBackAlphaRequired = blend_mode && bIsolated && !m_bDropObjects; in CompositeDIBitmap()
2494 m_pDevice->SetDIBitsWithBlend(pDIBitmap, left, top, blend_mode); in CompositeDIBitmap()
2514 pDIBitmap, mask_argb, left, top, blend_mode); in CompositeDIBitmap()
2517 pDIBitmap, left, top, blend_mode); in CompositeDIBitmap()
2527 blend_mode); in CompositeDIBitmap()
2537 GetBackdrop(m_pCurObj, rect, blend_mode > FXDIB_BLEND_NORMAL && bIsolated, in CompositeDIBitmap()
2545 pDIBitmap, mask_argb, 0, 0, blend_mode); in CompositeDIBitmap()
2549 pDIBitmap, 0, 0, blend_mode); in CompositeDIBitmap()
Dcpdf_renderstatus.h98 int blend_mode,
/external/skqp/experimental/pvg/
Ddraw_msg.proto74 BlendMode blend_mode = 3; field
/external/skia/experimental/pvg/
Ddraw_msg.proto74 BlendMode blend_mode = 3; field
/external/pdfium/public/
Dfpdf_edit.h480 FPDF_BYTESTRING blend_mode);
/external/pdfium/core/fxge/dib/
Dcfx_scanlinecompositor.cpp48 int Blend(int blend_mode, int back_color, int src_color) { in Blend() argument
49 switch (blend_mode) { in Blend()
150 void RGB_Blend(int blend_mode, in RGB_Blend() argument
163 switch (blend_mode) { in RGB_Blend()