Home
last modified time | relevance | path

Searched refs:LUMINOSITY (Results 1 - 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_enums.h49 LUMINOSITY, member in OHOS::Ace::Testing::BlendMode
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dblend_mode.h59 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 Dblend_mode.h58 LUMINOSITY, member in OHOS::Rosen::Drawing::BlendMode
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_paint.h66 LUMINOSITY,
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties_def.h103 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 Djs_enum.cpp77 { "LUMINOSITY", static_cast<int32_t>(BlendMode::LUMINOSITY) },
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/color_filter_napi/
H A Djs_color_filter.cpp132 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 Djs_brush.cpp411 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 Djs_pen.cpp291 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 Djs_canvas.cpp813 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 Darkts_native_common_bridge.cpp5534 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