Searched refs:EXCLUSION (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_enums.h | 44 EXCLUSION, member in OHOS::Ace::Testing::BlendMode
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | blend_mode.h | 53 EXCLUSION, // rc = s + d - two(s*d), ra = SRC_OVER member in OHOS::Ace::BlendMode
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | blend_mode.h | 53 EXCLUSION, member in OHOS::Rosen::Drawing::BlendMode
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_paint.h | 61 EXCLUSION,
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties_def.h | 97 EXCLUSION, // rc = s + d - two(s*d), ra = SRC_OVER member in OHOS::Rosen::Gravity::RSColorBlendMode
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/enum_napi/ |
H A D | js_enum.cpp | 72 { "EXCLUSION", static_cast<int32_t>(BlendMode::EXCLUSION) },
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/ |
H A D | image_filter_test.cpp | 219 auto imageFilter = ImageFilter::CreateBlendImageFilter(BlendMode::EXCLUSION, imageFilter1, imageFilter2); in HWTEST_F()
|
Completed in 8 milliseconds