Home
last modified time | relevance | path

Searched refs:LUMINOSITY (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_enums.h49 LUMINOSITY, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dblend_mode.h58 LUMINOSITY, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dblend_mode.h59 LUMINOSITY, // luminosity of source with hue and saturation of destination enumerator
/ohos5.0/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 enumerator
105 MAX = LUMINOSITY,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_paint.h66 LUMINOSITY, enumerator
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/color_filter_napi/
H A Djs_color_filter.cpp119 GET_ENUM_PARAM(ARGC_ONE, jsMode, 0, static_cast<int32_t>(BlendMode::LUMINOSITY)); in CreateBlendModeColorFilter()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/enum_napi/
H A Djs_enum.cpp77 { "LUMINOSITY", static_cast<int32_t>(BlendMode::LUMINOSITY) },
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/brush_napi/
H A Djs_brush.cpp381 GET_ENUM_PARAM(ARGC_ZERO, mode, 0, static_cast<int32_t>(BlendMode::LUMINOSITY)); in SetBlendMode()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/pen_napi/
H A Djs_pen.cpp278 GET_ENUM_PARAM(ARGC_ZERO, mode, 0, static_cast<int32_t>(BlendMode::LUMINOSITY)); in SetBlendMode()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-image-effect.md434 | LUMINOSITY | 保留目标像素的色调和饱和度,但会用源像素的亮度替换目标像素的亮度。 |
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/canvas_napi/
H A Djs_canvas.cpp787 GET_ENUM_PARAM(ARGC_ONE, jsMode, 0, static_cast<int32_t>(BlendMode::LUMINOSITY)); in OnDrawColor()
806 GET_ENUM_PARAM(ARGC_FOUR, jsMode, 0, static_cast<int32_t>(BlendMode::LUMINOSITY)); in OnDrawColor()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-image-effect.md432 | LUMINOSITY | The resultant image is created with the saturation and hue of the target image …
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Djs-apis-graphics-drawing.md65 | LUMINOSITY | 28 | 亮度模式 | ![LUMINOSITY](./f…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp5607 blendModeNum <= static_cast<int32_t>(OHOS::Ace::BlendMode::LUMINOSITY)) { in SetBlendMode()
5658 blendModeNum <= static_cast<int32_t>(OHOS::Ace::BlendMode::LUMINOSITY)) { in SetAdvancedBlendMode()
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Djs-apis-graphics-drawing.md65 | LUMINOSITY | 28 | Luminosity mode. | ![LUMI…