/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
H A D | canvas_gradient.cpp | 29 void NativeCanvasGradient::AddColorStop(double offsetValue, const Color& colorValue) in AddColorStop() argument
|
/foundation/window/window_manager/utils/src/ |
H A D | color_parser.cpp | 22 bool ColorParser::Parse(const std::string& colorStr, uint32_t& colorValue)
in Parse() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_resource_bridge.cpp | 86 uint32_t colorValue = color.GetValue(); in GetColorValue() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_container_span.cpp | 36 JSRef<JSVal> colorValue = obj->GetProperty("color"); in ParseTextBackgroundStyle() local
|
H A D | js_badge.cpp | 105 JSRef<JSVal> colorValue = value->GetProperty("color"); in CreateBadgeParameters() local
|
H A D | js_span.cpp | 199 JSRef<JSVal> colorValue = obj->GetProperty("color"); in SetDecoration() local
|
H A D | js_indicator.cpp | 219 JSRef<JSVal> colorValue = obj->GetProperty(static_cast<int32_t>(ArkUIIndex::COLOR_VALUE)); in SetDotIndicatorInfo() local
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_loading_progress_modifier.cpp | 30 void SetLoadingProgressColor(ArkUINodeHandle node, uint32_t colorValue) in SetLoadingProgressColor() argument 71 void SetLoadingProgressForegroundColor(ArkUINodeHandle node, ArkUI_Uint32 colorValue) in SetLoadingProgressForegroundColor() argument
|
H A D | progress_modifier.cpp | 51 auto colorValue = colors[index + MIN_COLOR_STOPS_VALUE_INDEX]; in SetGradientColors() local
|
/foundation/arkui/ace_engine_lite/test/moduletest/common/ |
H A D | base_test.cpp | 68 uint32_t colorValue = colorIntValue; in GetRGBColor() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/color_fuzzer/ |
H A D | color_fuzzer.cpp | 53 uint32_t colorValue = GetObject<uint32_t>(); in ColorFuzzTest001() local
|
/foundation/window/window_manager/wmserver/src/ |
H A D | window_system_effect.cpp | 146 uint32_t colorValue; in SetWindowShadow() local
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | marquee_tdd_test.cpp | 57 const char *colorValue = "0"; in ComponentMarqueeStyleSetTest006() local
|
H A D | opacity_tdd_test.cpp | 183 const char * const colorValue = "#66666666";
in SetOpacityTest005() local
|
H A D | input_event_tdd_test.cpp | 926 int16_t colorValue = JSObject::GetNumber(page, "color"); in InputBindingTest001Extra() local
|
H A D | horizonprogress_tdd_test.cpp | 422 jerry_value_t colorValue = jerry_create_number(percentNum); in HorizonProgressTest009() local 474 jerry_value_t colorValue = jerry_create_number(percentNum); in HorizonProgressTest013() local 522 jerry_value_t colorValue = jerry_create_number(strokeWidth); in HorizonProgressTest014() local 563 jerry_value_t colorValue = jerry_create_number(strokeWidth); in HorizonProgressTest015() local 604 jerry_value_t colorValue = jerry_create_number(strokeWidth); in HorizonProgressTest016() local 645 jerry_value_t colorValue = jerry_create_number(strokeWidth); HorizonProgressTest017() local [all...] |
H A D | input_tdd_test.cpp | 783 const int colorValue = 16711680; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_filter.cpp | 51 CreateMaterialFilter(float radius, float saturation, float brightness, uint32_t colorValue, BLUR_COLOR_MODE mode) CreateMaterialFilter() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | color.h | 158 constexpr explicit Color(ColorParam colorValue) : colorValue_(colorValue) {} in Color() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_text_ffi.cpp | 116 void FfiOHOSAceFrameworkTextSetDecoration(int32_t typeValue, uint32_t colorValue) in FfiOHOSAceFrameworkTextSetDecoration() argument
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_canvas_node_test.cpp | 2525 constexpr uint32_t colorValue = 0x034123; in HWTEST_F() local 2538 constexpr uint32_t colorValue = 0x45ba87; in HWTEST_F() local 2551 constexpr uint32_t colorValue = 0x32aadd; in HWTEST_F() local 2564 constexpr uint32_t colorValue in HWTEST_F() local 2577 constexpr uint32_t colorValue = std::numeric_limits<uint32_t>::min(); HWTEST_F() local 3114 constexpr uint32_t colorValue = 0x034123; HWTEST_F() local 3127 constexpr uint32_t colorValue = std::numeric_limits<uint32_t>::max(); HWTEST_F() local 3140 constexpr uint32_t colorValue = std::numeric_limits<uint32_t>::min(); HWTEST_F() local 3153 constexpr uint32_t colorValue = 0x034123; HWTEST_F() local 3166 constexpr uint32_t colorValue = std::numeric_limits<uint32_t>::max(); HWTEST_F() local 3179 constexpr uint32_t colorValue = std::numeric_limits<uint32_t>::min(); HWTEST_F() local 3192 constexpr uint32_t colorValue = 0x034123; HWTEST_F() local 3205 constexpr uint32_t colorValue = std::numeric_limits<uint32_t>::max(); HWTEST_F() local 3218 constexpr uint32_t colorValue = std::numeric_limits<uint32_t>::min(); HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | node_extened.h | 115 ArkUI_OptionalUint colorValue; member
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/modifier/ |
H A D | rs_render_property_test.cpp | 302 std::shared_ptr<RSRenderProperty<Color>> colorValue = std::make_shared<RSRenderProperty<Color>>(); in HWTEST_F() local 431 std::shared_ptr<RSRenderProperty<Color>> colorValue = std::make_shared<RSRenderProperty<Color>>(); in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/action_sheet/ |
H A D | js_action_sheet.cpp | 204 auto colorValue = obj->GetProperty("borderColor"); in ParseBorderWidthAndColor() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/ |
H A D | js_alert_dialog.cpp | 251 auto colorValue = obj->GetProperty("borderColor"); in ParseAlertBorderWidthAndColor() local
|