/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | common_decoration.h | 72 bool isValidColor = false;
member 79 inactiveColor == other.inactiveColor && isValidColor == other.isValidColor &&
in operator ==()
|
H A D | decoration.h | 136 bool isValidColor = false; member 142 inactiveColor == other.inactiveColor && isValidColor == other.isValidColor && in operator ==()
|
/foundation/multimodalinput/input/service/window_manager/test/ |
H A D | knuckle_glow_point_test.cpp | 66 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 D | knuckle_divergent_point_test.cpp | 69 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 D | knuckle_glow_trace_system_test.cpp | 64 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 D | knuckle_dynamic_drawing_manager_test.cpp | 73 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 D | tabs_modifier.cpp | 129 bgBlurStyle.isValidColor = styleOption->isValidColor; in SetBarBackgroundBlurStyle() 399 option.isValidColor = effectOption->isValidColor; in SetBarBackgroundEffect()
|
H A D | node_common_modifier.cpp | 1702 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 D | image_source_svg_test.cpp | 152 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 D | knuckle_dynamic_drawing_manager.cpp | 89 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 D | pointer_drawing_manager.cpp | 1960 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 D | arkts_native_tabs_bridge.cpp | 333 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 D | arkts_native_common_bridge.cpp | 2834 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 D | svg_decoder.cpp | 602 if (opts_.plFillColor.isValidColor) {
in DoDecode() 606 if (opts_.plStrokeColor.isValidColor) {
in DoDecode()
|
/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | image_type.h | 291 bool isValidColor = false; member
|
/foundation/arkui/ace_engine/test/unittest/core/rosen/ |
H A D | rosen_render_context_test.cpp | 841 bgBlurStyle2->isValidColor = true; in HWTEST_F() 848 efffectOption->isValidColor = true; in HWTEST_F()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
H A D | image_source.cpp | 2388 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 D | sendable_image_source_napi.cpp | 409 opts->SVGOpts.fillColor.isValidColor = true;
in ParseDecodeOptions2()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 1513 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 D | image_source_napi.cpp | 1075 opts->SVGOpts.fillColor.isValidColor = true; in ParseDecodeOptions2()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/ |
H A D | cjui_api.h | 108 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 D | rosen_render_context.cpp | 970 if (bgBlurStyle->isValidColor) { in UpdateBlurBackgroundColor() 985 if (efffectOption->isValidColor) { in UpdateBlurBackgroundColor()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 2828 styleOption.isValidColor = true; in ParseBlurStyleOption() 2966 effectOption.isValidColor = true; in ParseEffectOption()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 8674 bool isValidColor = false; in SetBackgroundBlurStyle() local 8677 node->uiNodeHandle, &intArray, scale, &greyVector[0], NUM_2, isValidColor, inactiveColor.GetValue()); in SetBackgroundBlurStyle()
|