/external/pdfium/testing/fuzzers/ |
D | pdf_scanlinecompositor_fuzzer.cc | 34 BlendMode blend_mode = static_cast<BlendMode>( in LLVMFuzzerTestOneInput() local 58 argb, src_left, src_top, blend_mode, in LLVMFuzzerTestOneInput() 62 src_left, src_top, blend_mode, clip_rgn.get(), in LLVMFuzzerTestOneInput()
|
/external/pdfium/core/fxge/ |
D | cfx_renderdevice.h | 106 BlendMode blend_mode); 122 BlendMode blend_mode); 155 BlendMode blend_mode);
|
D | cfx_renderdevice.cpp | 728 BlendMode blend_mode) { in SetDIBitsWithBlend() argument 739 if ((blend_mode == BlendMode::kNormal || (m_RenderCaps & FXRC_BLEND_MODE)) && in SetDIBitsWithBlend() 742 dest_rect.top, blend_mode); in SetDIBitsWithBlend() 760 blend_mode, nullptr, false)) { in SetDIBitsWithBlend() 775 BlendMode blend_mode) { in StretchDIBitsWithFlagsAndBlend() argument 781 dest_height, &clip_box, options, blend_mode); in StretchDIBitsWithFlagsAndBlend() 826 BlendMode blend_mode) { in StartDIBitsWithBlend() argument 828 options, handle, blend_mode); in StartDIBitsWithBlend()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_annot_unittest.cpp | 133 ByteString blend_mode = gs_dict->GetStringFor("BM"); in TEST_F() local 134 EXPECT_EQ("Normal", blend_mode); in TEST_F()
|
D | fpdf_editpage.cpp | 624 FPDF_BYTESTRING blend_mode) { in FPDFPageObj_SetBlendMode() argument 629 pPageObj->m_GeneralState.SetBlendMode(blend_mode); in FPDFPageObj_SetBlendMode()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.cpp | 1457 BlendMode blend_mode, in CompositeDIBitmap() argument 1462 if (blend_mode == BlendMode::kNormal) { in CompositeDIBitmap() 1495 blend_mode != BlendMode::kNormal && bIsolated && !m_bDropObjects; in CompositeDIBitmap() 1503 m_pDevice->SetDIBitsWithBlend(pDIBitmap, left, top, blend_mode); in CompositeDIBitmap() 1524 pDIBitmap, mask_argb, left, top, blend_mode, in CompositeDIBitmap() 1528 pDIBitmap, left, top, blend_mode, nullptr, in CompositeDIBitmap() 1539 blend_mode); in CompositeDIBitmap() 1549 m_pCurObj.Get(), rect, blend_mode != BlendMode::kNormal && bIsolated, in CompositeDIBitmap() 1557 pDIBitmap, mask_argb, 0, 0, blend_mode, nullptr, in CompositeDIBitmap() 1562 pDIBitmap, 0, 0, blend_mode, nullptr, false); in CompositeDIBitmap()
|
D | cpdf_renderstatus.h | 120 BlendMode blend_mode,
|
/external/skia/modules/skottie/src/ |
D | Layer.cpp | 156 const auto blend_mode = mask_stack.empty() ? SkBlendMode::kSrc in AttachMask() local 159 auto mask_adapter = sk_make_sp<MaskAdapter>(*m, *abuilder, blend_mode); in AttachMask()
|
/external/skqp/experimental/pvg/ |
D | draw_msg.proto | 74 BlendMode blend_mode = 3; field
|
/external/skia/experimental/pvg/ |
D | draw_msg.proto | 74 BlendMode blend_mode = 3; field
|
/external/pdfium/public/ |
D | fpdf_edit.h | 752 FPDF_BYTESTRING blend_mode);
|
/external/pdfium/core/fxge/dib/ |
D | cfx_scanlinecompositor.cpp | 48 int Blend(BlendMode blend_mode, int back_color, int src_color) { in Blend() argument 49 switch (blend_mode) { in Blend() 149 void RGB_Blend(BlendMode blend_mode, in RGB_Blend() argument 162 switch (blend_mode) { in RGB_Blend()
|