Searched refs:LUMINOSITY (Results 1 - 11 of 11) sorted by relevance
/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_enums.h | 49 LUMINOSITY, member in OHOS::Ace::Testing::BlendMode
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | blend_mode.h | 59 LUMINOSITY, // luminosity of source with hue and saturation of destination member in OHOS::Ace::BlendMode
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | blend_mode.h | 58 LUMINOSITY, member in OHOS::Rosen::Drawing::BlendMode
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_paint.h | 66 LUMINOSITY,
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties_def.h | 103 LUMINOSITY, // luminosity of source with hue and saturation of destination member in OHOS::Rosen::Gravity::RSColorBlendMode 105 MAX = LUMINOSITY,
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/enum_napi/ |
H A D | js_enum.cpp | 77 { "LUMINOSITY", static_cast<int32_t>(BlendMode::LUMINOSITY) },
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/color_filter_napi/ |
H A D | js_color_filter.cpp | 132 GET_ENUM_PARAM(ARGC_ONE, jsMode, 0, static_cast<int32_t>(BlendMode::LUMINOSITY)); in CreateBlendModeColorFilter()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/brush_napi/ |
H A D | js_brush.cpp | 411 GET_ENUM_PARAM(ARGC_ZERO, mode, 0, static_cast<int32_t>(BlendMode::LUMINOSITY)); in SetBlendMode()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/pen_napi/ |
H A D | js_pen.cpp | 291 GET_ENUM_PARAM(ARGC_ZERO, mode, 0, static_cast<int32_t>(BlendMode::LUMINOSITY)); in SetBlendMode()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/canvas_napi/ |
H A D | js_canvas.cpp | 813 GET_ENUM_PARAM(ARGC_ONE, jsMode, 0, static_cast<int32_t>(BlendMode::LUMINOSITY)); in OnDrawColor() 832 GET_ENUM_PARAM(ARGC_FOUR, jsMode, 0, static_cast<int32_t>(BlendMode::LUMINOSITY)); in OnDrawColor()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.cpp | 5534 blendModeNum <= static_cast<int32_t>(OHOS::Ace::BlendMode::LUMINOSITY)) { in SetBlendMode() 5585 blendModeNum <= static_cast<int32_t>(OHOS::Ace::BlendMode::LUMINOSITY)) { in SetAdvancedBlendMode()
|
Completed in 25 milliseconds