Home
last modified time | relevance | path

Searched refs:isValidColor (Results 1 - 24 of 24) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dcommon_decoration.h72 bool isValidColor = false; member
79 inactiveColor == other.inactiveColor && isValidColor == other.isValidColor && in operator ==()
H A Ddecoration.h136 bool isValidColor = false; member
142 inactiveColor == other.inactiveColor && isValidColor == other.isValidColor && in operator ==()
/foundation/multimodalinput/input/service/window_manager/test/
H A Dknuckle_glow_point_test.cpp66 decodeOpts.SVGOpts.fillColor = {.isValidColor = false, .color = MAX_POINTER_COLOR}; in DecodeImageToPixelMap()
67 decodeOpts.SVGOpts.strokeColor = {.isValidColor = false, .color = MAX_POINTER_COLOR}; in DecodeImageToPixelMap()
H A Dknuckle_divergent_point_test.cpp69 decodeOpts.SVGOpts.fillColor = {.isValidColor = false, .color = MAX_POINTER_COLOR}; in DecodeImageToPixelMap()
70 decodeOpts.SVGOpts.strokeColor = {.isValidColor = false, .color = MAX_POINTER_COLOR}; in DecodeImageToPixelMap()
H A Dknuckle_glow_trace_system_test.cpp64 decodeOpts.SVGOpts.fillColor = {.isValidColor = false, .color = MAX_POINTER_COLOR}; in DecodeImageToPixelMap()
65 decodeOpts.SVGOpts.strokeColor = {.isValidColor = false, .color = MAX_POINTER_COLOR}; in DecodeImageToPixelMap()
H A Dknuckle_dynamic_drawing_manager_test.cpp73 decodeOpts.SVGOpts.fillColor = {.isValidColor = false, .color = MAX_POINTER_COLOR}; in DecodeImageToPixelMap()
74 decodeOpts.SVGOpts.strokeColor = {.isValidColor = false, .color = MAX_POINTER_COLOR}; in DecodeImageToPixelMap()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dtabs_modifier.cpp129 bgBlurStyle.isValidColor = styleOption->isValidColor; in SetBarBackgroundBlurStyle()
399 option.isValidColor = effectOption->isValidColor; in SetBarBackgroundEffect()
H A Dnode_common_modifier.cpp1702 const ArkUI_Float32* blurValues, ArkUI_Int32 blurValuesSize, ArkUI_Bool isValidColor, ArkUI_Uint32 inactiveColorArg) in SetBackgroundBlurStyle()
1735 bgBlurStyle.isValidColor = isValidColor; in SetBackgroundBlurStyle()
3450 ArkUI_Int32 blurValuesSize, ArkUI_Int32 policy, ArkUI_Int32 blurType, ArkUI_Bool isValidColor, in SetBackgroundEffect()
3476 option.isValidColor = isValidColor; in SetBackgroundEffect()
1701 SetBackgroundBlurStyle(ArkUINodeHandle node, ArkUI_Int32 (*intArray)[5], ArkUI_Float32 scale, const ArkUI_Float32* blurValues, ArkUI_Int32 blurValuesSize, ArkUI_Bool isValidColor, ArkUI_Uint32 inactiveColorArg) SetBackgroundBlurStyle() argument
3448 SetBackgroundEffect(ArkUINodeHandle node, ArkUI_Float32 radiusArg, ArkUI_Float32 saturationArg, ArkUI_Float32 brightnessArg, ArkUI_Uint32 colorArg, ArkUI_Int32 adaptiveColorArg, const ArkUI_Float32* blurValues, ArkUI_Int32 blurValuesSize, ArkUI_Int32 policy, ArkUI_Int32 blurType, ArkUI_Bool isValidColor, ArkUI_Uint32 inactiveColorArg) SetBackgroundEffect() argument
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_svg_test.cpp152 decodeOpts.SVGOpts.fillColor.isValidColor = true; in HWTEST_F()
197 decodeOpts.SVGOpts.strokeColor.isValidColor = true; in HWTEST_F()
/foundation/multimodalinput/input/service/window_manager/src/
H A Dknuckle_dynamic_drawing_manager.cpp89 decodeOpts.SVGOpts.fillColor = {.isValidColor = true, .color = MAX_POINTER_COLOR}; in DecodeImageToPixelMap()
90 decodeOpts.SVGOpts.strokeColor = {.isValidColor = true, .color = MAX_POINTER_COLOR}; in DecodeImageToPixelMap()
H A Dpointer_drawing_manager.cpp1960 decodeOpts.SVGOpts.fillColor = {.isValidColor = true, .color = pointerColor};
1962 decodeOpts.SVGOpts.strokeColor = {.isValidColor = true, .color = MIN_POINTER_COLOR};
1964 decodeOpts.SVGOpts.strokeColor = {.isValidColor = true, .color = MAX_POINTER_COLOR};
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_tabs_bridge.cpp333 void SetBarBackgroundBlurStyleParam(ArkUIRuntimeCallInfo* runtimeCallInfo, ArkUI_Bool& isValidColor, in SetBarBackgroundBlurStyleParam() argument
341 isValidColor = true; in SetBarBackgroundBlurStyleParam()
396 SetBarBackgroundBlurStyleParam(runtimeCallInfo, styleOption.isValidColor, inactiveColor, in SetBarBackgroundBlurStyle()
414 Color& inactiveColor, ArkUI_Bool& isValidColor) in SetBarBackgroundEffectParam()
431 isValidColor = true; in SetBarBackgroundEffectParam()
502 inactiveColor, effectOption.isValidColor); in SetBarBackgroundEffect()
413 SetBarBackgroundEffectParam(ArkUIRuntimeCallInfo* runtimeCallInfo, ArkUI_Int32& policy, ArkUI_Int32& blurType, Color& inactiveColor, ArkUI_Bool& isValidColor) SetBarBackgroundEffectParam() argument
H A Darkts_native_common_bridge.cpp2834 ArkUIRuntimeCallInfo* runtimeCallInfo, bool& isValidColor, Color& inactiveColor, int32_t& policy, int32_t& blurType) in SetBackgroundBlurStyleParam()
2841 isValidColor = true; in SetBackgroundBlurStyleParam()
2889 bool isValidColor = false; in SetBackgroundBlurStyle() local
2893 SetBackgroundBlurStyleParam(runtimeCallInfo, isValidColor, inactiveColor, policy, blurType); in SetBackgroundBlurStyle()
2902 isValidColor, inactiveColor.GetValue()); in SetBackgroundBlurStyle()
4907 Color& inactiveColor, bool& isValidColor) in SetBackgroundEffectParam()
4925 isValidColor = true; in SetBackgroundEffectParam()
4981 bool isValidColor = false; in SetBackgroundEffect() local
4982 SetBackgroundEffectParam(runtimeCallInfo, policy, blurType, inactiveColor, isValidColor); in SetBackgroundEffect()
4986 blurType, isValidColor, inactiveColo in SetBackgroundEffect()
2833 SetBackgroundBlurStyleParam( ArkUIRuntimeCallInfo* runtimeCallInfo, bool& isValidColor, Color& inactiveColor, int32_t& policy, int32_t& blurType) SetBackgroundBlurStyleParam() argument
4906 SetBackgroundEffectParam(ArkUIRuntimeCallInfo* runtimeCallInfo, int32_t& policy, int32_t& blurType, Color& inactiveColor, bool& isValidColor) SetBackgroundEffectParam() argument
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libsvgplugin/src/
H A Dsvg_decoder.cpp602 if (opts_.plFillColor.isValidColor) { in DoDecode()
606 if (opts_.plStrokeColor.isValidColor) { in DoDecode()
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_type.h291 bool isValidColor = false; member
/foundation/arkui/ace_engine/test/unittest/core/rosen/
H A Drosen_render_context_test.cpp841 bgBlurStyle2->isValidColor = true; in HWTEST_F()
848 efffectOption->isValidColor = true; in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp2388 if (opts.SVGOpts.fillColor.isValidColor) {
2389 plOpts.plFillColor.isValidColor = opts.SVGOpts.fillColor.isValidColor;
2392 if (opts.SVGOpts.strokeColor.isValidColor) {
2393 plOpts.plStrokeColor.isValidColor = opts.SVGOpts.strokeColor.isValidColor;
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_source_napi.cpp409 opts->SVGOpts.fillColor.isValidColor = true; in ParseDecodeOptions2()
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h1513 ArkUI_Bool isValidColor; member
1527 ArkUI_Bool isValidColor; member
1612 const ArkUI_Float32* blurValues, ArkUI_Int32 blurValuesSize, ArkUI_Bool isValidColor,
1746 ArkUI_Int32 blurValuesSize, ArkUI_Int32 policy, ArkUI_Int32 blurType, ArkUI_Bool isValidColor,
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_source_napi.cpp1075 opts->SVGOpts.fillColor.isValidColor = true; in ParseDecodeOptions2()
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h108 const ArkUI_Float32* blurValues, ArkUI_Int32 blurValuesSize, ArkUI_Bool isValidColor,
243 ArkUI_Int32 blurValuesSize, ArkUI_Int32 policy, ArkUI_Int32 blurType, ArkUI_Bool isValidColor,
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp970 if (bgBlurStyle->isValidColor) { in UpdateBlurBackgroundColor()
985 if (efffectOption->isValidColor) { in UpdateBlurBackgroundColor()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp2828 styleOption.isValidColor = true; in ParseBlurStyleOption()
2966 effectOption.isValidColor = true; in ParseEffectOption()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp8674 bool isValidColor = false; in SetBackgroundBlurStyle() local
8677 node->uiNodeHandle, &intArray, scale, &greyVector[0], NUM_2, isValidColor, inactiveColor.GetValue()); in SetBackgroundBlurStyle()

Completed in 140 milliseconds