Searched refs:SRC_OUT (Results 1 - 13 of 13) sorted by relevance
/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_enums.h | 28 SRC_OUT, member in OHOS::Ace::Testing::BlendMode
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | blend_mode.h | 35 SRC_OUT, // r = s * (1-da) member in OHOS::Ace::BlendMode
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | blend_mode.h | 37 SRC_OUT, member in OHOS::Rosen::Drawing::BlendMode
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_paint.h | 45 SRC_OUT,
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_fe_composite.cpp | 77 return RSBlendMode::SRC_OUT; in BlendModeForOperator()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties_def.h | 80 SRC_OUT, // r = s * (1-da) member in OHOS::Rosen::Gravity::RSColorBlendMode
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/enum_napi/ |
H A D | js_enum.cpp | 56 { "SRC_OUT", static_cast<int32_t>(BlendMode::SRC_OUT) },
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/ |
H A D | pen_test.cpp | 224 blenderPen.SetBlendMode(Drawing::BlendMode::SRC_OUT); in TestPenBlendMode()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_property_drawable_utils.cpp | 1010 (1 << static_cast<int>(Drawing::BlendMode::SRC_OUT)) + in IsDangerousBlendMode() 1018 (1 << static_cast<int>(Drawing::BlendMode::SRC_OUT)) + in IsDangerousBlendMode()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties_painter.cpp | 2044 (1 << static_cast<int>(Drawing::BlendMode::SRC_OUT)) + in IsDangerousBlendMode() 2052 (1 << static_cast<int>(Drawing::BlendMode::SRC_OUT)) + in IsDangerousBlendMode()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | custom_paint_paint_method.cpp | 62 { CompositeOperation::SOURCE_OUT, RSBlendMode::SRC_OUT },
|
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_offscreen_canvas.cpp | 122 { CompositeOperation::SOURCE_OUT, RSBlendMode::SRC_OUT },
|
H A D | rosen_render_custom_paint.cpp | 155 { CompositeOperation::SOURCE_OUT, RSBlendMode::SRC_OUT },
|
Completed in 23 milliseconds