Home
last modified time | relevance | path

Searched refs:DST_OVER (Results 1 - 12 of 12) sorted by relevance

/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_enums.h25 DST_OVER, member in OHOS::Ace::Testing::BlendMode
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dblend_mode.h32 DST_OVER, // r = d + (1-da)*s member in OHOS::Ace::BlendMode
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dblend_mode.h34 DST_OVER, member in OHOS::Rosen::Drawing::BlendMode
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_paint.h42 DST_OVER,
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties_def.h77 DST_OVER, // r = d + (1-da)*s member in OHOS::Rosen::Gravity::RSColorBlendMode
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/enum_napi/
H A Djs_enum.cpp53 { "DST_OVER", static_cast<int32_t>(BlendMode::DST_OVER) },
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_property_drawable_bounds_geometry_test.cpp1933 drawable->blendMode_ = static_cast<int>(Drawing::BlendMode::DST_OVER); in HWTEST_F()
1980 content.GetMutableRenderProperties().SetColorBlendMode(static_cast<int>(Drawing::BlendMode::DST_OVER)); in HWTEST_F()
1996 content.GetMutableRenderProperties().SetColorBlendMode(static_cast<int>(Drawing::BlendMode::DST_OVER)); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Ddraw_cmd_test.cpp718 drawCmdList->AddDrawOp<DrawColorOpItem::ConstructorHandle>(color, BlendMode::DST_OVER); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_surface_render_node_drawable.cpp807 brush.SetBlendMode(Drawing::BlendMode::DST_OVER); in DrawBufferForRotationFixed()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.cpp63 { CompositeOperation::DESTINATION_OVER, RSBlendMode::DST_OVER },
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_offscreen_canvas.cpp123 { CompositeOperation::DESTINATION_OVER, RSBlendMode::DST_OVER },
H A Drosen_render_custom_paint.cpp156 { CompositeOperation::DESTINATION_OVER, RSBlendMode::DST_OVER },

Completed in 22 milliseconds