/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/ |
H A D | filter_test.cpp | 32 filter.SetColorFilter(ColorFilter::CreateBlendModeColorFilter(Drawing::Color::COLOR_RED, BlendMode::SRC_ATOP)); in TestDrawFilter() 42 brush.SetBlendMode(BlendMode::SRC_ATOP); in TestDrawFilter()
|
/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_enums.h | 30 SRC_ATOP, member in OHOS::Ace::Testing::BlendMode
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | blend_mode.h | 37 SRC_ATOP, // r = s*da + d*(1-sa) member in OHOS::Ace::BlendMode
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | blend_mode.h | 39 SRC_ATOP, member in OHOS::Rosen::Drawing::BlendMode
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_paint.h | 47 SRC_ATOP,
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_fe_composite.cpp | 71 return RSBlendMode::SRC_ATOP; in BlendModeForOperator()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties_def.h | 82 SRC_ATOP, // r = s*da + d*(1-sa) member in OHOS::Rosen::Gravity::RSColorBlendMode
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/ |
H A D | pen_test.cpp | 553 pen->SetBlendMode(BlendMode::SRC_ATOP); in HWTEST_F() 554 ASSERT_EQ(BlendMode::SRC_ATOP, pen->GetBlendMode()); in HWTEST_F()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/enum_napi/ |
H A D | js_enum.cpp | 58 { "SRC_ATOP", static_cast<int32_t>(BlendMode::SRC_ATOP) },
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/ |
H A D | drawing_sample_rs.cpp | 213 filter.SetColorFilter(ColorFilter::CreateBlendModeColorFilter(Drawing::Color::COLOR_RED, BlendMode::SRC_ATOP)); in TestDrawFilter() 223 brush.SetBlendMode(BlendMode::SRC_ATOP); in TestDrawFilter()
|
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/ |
H A D | drawable_descriptor.cpp | 558 brush.SetBlendMode(Rosen::Drawing::BlendMode::SRC_ATOP); in BlendForeground() 591 brush.SetBlendMode(Rosen::Drawing::BlendMode::SRC_ATOP); in CompositeIconNotAdaptive()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | custom_paint_paint_method.cpp | 60 { CompositeOperation::SOURCE_ATOP, RSBlendMode::SRC_ATOP },
|
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_offscreen_canvas.cpp | 120 { CompositeOperation::SOURCE_ATOP, RSBlendMode::SRC_ATOP },
|
H A D | rosen_render_custom_paint.cpp | 153 { CompositeOperation::SOURCE_ATOP, RSBlendMode::SRC_ATOP },
|