Home
last modified time | relevance | path

Searched defs:colorValue (Results 1 - 25 of 51) sorted by relevance

123

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dcanvas_gradient.cpp29 void NativeCanvasGradient::AddColorStop(double offsetValue, const Color& colorValue) in AddColorStop() argument
/foundation/window/window_manager/utils/src/
H A Dcolor_parser.cpp22 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 Darkts_native_resource_bridge.cpp86 uint32_t colorValue = color.GetValue(); in GetColorValue() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_container_span.cpp36 JSRef<JSVal> colorValue = obj->GetProperty("color"); in ParseTextBackgroundStyle() local
H A Djs_badge.cpp105 JSRef<JSVal> colorValue = value->GetProperty("color"); in CreateBadgeParameters() local
H A Djs_span.cpp199 JSRef<JSVal> colorValue = obj->GetProperty("color"); in SetDecoration() local
H A Djs_indicator.cpp219 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 Dnode_loading_progress_modifier.cpp30 void SetLoadingProgressColor(ArkUINodeHandle node, uint32_t colorValue) in SetLoadingProgressColor() argument
71 void SetLoadingProgressForegroundColor(ArkUINodeHandle node, ArkUI_Uint32 colorValue) in SetLoadingProgressForegroundColor() argument
H A Dprogress_modifier.cpp51 auto colorValue = colors[index + MIN_COLOR_STOPS_VALUE_INDEX]; in SetGradientColors() local
/foundation/arkui/ace_engine_lite/test/moduletest/common/
H A Dbase_test.cpp68 uint32_t colorValue = colorIntValue; in GetRGBColor() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/color_fuzzer/
H A Dcolor_fuzzer.cpp53 uint32_t colorValue = GetObject<uint32_t>(); in ColorFuzzTest001() local
/foundation/window/window_manager/wmserver/src/
H A Dwindow_system_effect.cpp146 uint32_t colorValue; in SetWindowShadow() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dmarquee_tdd_test.cpp57 const char *colorValue = "0"; in ComponentMarqueeStyleSetTest006() local
H A Dopacity_tdd_test.cpp183 const char * const colorValue = "#66666666"; in SetOpacityTest005() local
H A Dinput_event_tdd_test.cpp926 int16_t colorValue = JSObject::GetNumber(page, "color"); in InputBindingTest001Extra() local
H A Dhorizonprogress_tdd_test.cpp422 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 Dinput_tdd_test.cpp783 const int colorValue = 16711680; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_filter.cpp51 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 Dcolor.h158 constexpr explicit Color(ColorParam colorValue) : colorValue_(colorValue) {} in Color() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_text_ffi.cpp116 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 Drs_canvas_node_test.cpp2525 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 Dnode_extened.h115 ArkUI_OptionalUint colorValue; member
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/modifier/
H A Drs_render_property_test.cpp302 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 Djs_action_sheet.cpp204 auto colorValue = obj->GetProperty("borderColor"); in ParseBorderWidthAndColor() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/
H A Djs_alert_dialog.cpp251 auto colorValue = obj->GetProperty("borderColor"); in ParseAlertBorderWidthAndColor() local

Completed in 23 milliseconds

123