Searched refs:DST_OVER (Results 1 - 12 of 12) sorted by relevance
/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_enums.h | 25 DST_OVER, member in OHOS::Ace::Testing::BlendMode
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | blend_mode.h | 32 DST_OVER, // r = d + (1-da)*s member in OHOS::Ace::BlendMode
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | blend_mode.h | 34 DST_OVER, member in OHOS::Rosen::Drawing::BlendMode
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_paint.h | 42 DST_OVER,
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties_def.h | 77 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 D | js_enum.cpp | 53 { "DST_OVER", static_cast<int32_t>(BlendMode::DST_OVER) },
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_property_drawable_bounds_geometry_test.cpp | 1933 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 D | draw_cmd_test.cpp | 718 drawCmdList->AddDrawOp<DrawColorOpItem::ConstructorHandle>(color, BlendMode::DST_OVER); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_surface_render_node_drawable.cpp | 807 brush.SetBlendMode(Drawing::BlendMode::DST_OVER); in DrawBufferForRotationFixed()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | custom_paint_paint_method.cpp | 63 { CompositeOperation::DESTINATION_OVER, RSBlendMode::DST_OVER },
|
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_offscreen_canvas.cpp | 123 { CompositeOperation::DESTINATION_OVER, RSBlendMode::DST_OVER },
|
H A D | rosen_render_custom_paint.cpp | 156 { CompositeOperation::DESTINATION_OVER, RSBlendMode::DST_OVER },
|
Completed in 22 milliseconds