Home
last modified time | relevance | path

Searched refs:DST_OUT (Results 1 - 13 of 13) sorted by relevance

/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_enums.h29 DST_OUT, member in OHOS::Ace::Testing::BlendMode
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dblend_mode.h36 DST_OUT, // r = d * (1-sa) member in OHOS::Ace::BlendMode
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dblend_mode.h38 DST_OUT, member in OHOS::Rosen::Drawing::BlendMode
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_paint.h46 DST_OUT,
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties_def.h81 DST_OUT, // r = d * (1-sa) member in OHOS::Rosen::Gravity::RSColorBlendMode
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/enum_napi/
H A Djs_enum.cpp57 { "DST_OUT", static_cast<int32_t>(BlendMode::DST_OUT) },
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_utils.cpp1011 (1 << static_cast<int>(Drawing::BlendMode::DST_OUT)) + in IsDangerousBlendMode()
1019 (1 << static_cast<int>(Drawing::BlendMode::DST_OUT)) + in IsDangerousBlendMode()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp2045 (1 << static_cast<int>(Drawing::BlendMode::DST_OUT)) + in IsDangerousBlendMode()
2053 (1 << static_cast<int>(Drawing::BlendMode::DST_OUT)) + in IsDangerousBlendMode()
/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/
H A Dtabtitlebar.js130 Column.blendMode(BlendMode.DST_OUT);
/foundation/arkui/ace_engine/advanced_ui_component/filter/interfaces/
H A Dfilter.js154 Column.blendMode(BlendMode.DST_OUT);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.cpp66 { CompositeOperation::DESTINATION_OUT, RSBlendMode::DST_OUT },
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_offscreen_canvas.cpp126 { CompositeOperation::DESTINATION_OUT, RSBlendMode::DST_OUT },
H A Drosen_render_custom_paint.cpp159 { CompositeOperation::DESTINATION_OUT, RSBlendMode::DST_OUT },

Completed in 26 milliseconds