Home
last modified time | relevance | path

Searched refs:SRC_ATOP (Results 1 - 14 of 14) sorted by relevance

/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dfilter_test.cpp32 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 Dtesting_enums.h30 SRC_ATOP, member in OHOS::Ace::Testing::BlendMode
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dblend_mode.h37 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 Dblend_mode.h39 SRC_ATOP, member in OHOS::Rosen::Drawing::BlendMode
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_paint.h47 SRC_ATOP,
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_fe_composite.cpp71 return RSBlendMode::SRC_ATOP; in BlendModeForOperator()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties_def.h82 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 Dpen_test.cpp553 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 Djs_enum.cpp58 { "SRC_ATOP", static_cast<int32_t>(BlendMode::SRC_ATOP) },
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_sample_rs.cpp213 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 Ddrawable_descriptor.cpp558 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 Dcustom_paint_paint_method.cpp60 { CompositeOperation::SOURCE_ATOP, RSBlendMode::SRC_ATOP },
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_offscreen_canvas.cpp120 { CompositeOperation::SOURCE_ATOP, RSBlendMode::SRC_ATOP },
H A Drosen_render_custom_paint.cpp153 { CompositeOperation::SOURCE_ATOP, RSBlendMode::SRC_ATOP },

Completed in 20 milliseconds