/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/ |
H A D | checkable_component.cpp | 55 shadowColor_ = theme->GetShadowColor(); in ApplyTheme()
|
H A D | render_checkable.cpp | 41 shadowColor_ = checkable->GetShadowColor().GetValue(); in Update()
|
H A D | checkable_component.h | 275 const Color& GetShadowColor() const in GetShadowColor() function
|
H A D | checkable_theme.h | 119 const Color& GetShadowColor() const in GetShadowColor() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_modifier_extractor.h | 80 Color GetShadowColor() const;
|
H A D | rs_showing_properties_freezer.h | 65 std::optional<Color> GetShadowColor() const;
|
H A D | rs_showing_properties_freezer.cpp | 201 std::optional<Color> RSShowingPropertiesFreezer::GetShadowColor() const in GetShadowColor() function in OHOS::Rosen::RSShowingPropertiesFreezer
|
H A D | rs_modifier_extractor.cpp | 273 Color RSModifierExtractor::GetShadowColor() const in GetShadowColor() function in OHOS::Rosen::RSModifierExtractor
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_canvas.cpp | 123 …DrawCanvas::ChangeColor(shadowColor, paint.GetShadowColor(), paint.GetShadowColor().alpha * paint.… in DoDrawShadow()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsmodifierextractor_fuzzer/ |
H A D | rsmodifierextractor_fuzzer.cpp | 120 modifierExtractor.GetShadowColor(); in DoGet002()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/ |
H A D | checkbox_paint_method.h | 49 auto shadowColor = isSelect ? checkBoxTheme->GetShadowColor() : Color::TRANSPARENT; in GetContentModifier()
|
H A D | checkbox_paint_method.cpp | 94 shadowColor_ = checkBoxTheme->GetShadowColor(); in InitializeParam()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_dump.cpp | 340 if (!ROSEN_EQ(properties.GetShadowColor(), Color(DEFAULT_SPOT_COLOR))) { in DumpNodePropertiesShadow() 341 out["ShadowColor"] = "#" + Hex(properties.GetShadowColor().AsArgbInt()) + " (ARGB)"; in DumpNodePropertiesShadow()
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/ |
H A D | paint.h | 559 ColorType GetShadowColor() const in GetShadowColor() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/ |
H A D | rs_modifier_test.cpp | 1568 ASSERT_EQ(node->GetStagingProperties().GetShadowColor(), value); 1572 …ASSERT_EQ(node->GetStagingProperties().GetShadowColor(), node1->GetStagingProperties().GetShadowCo… 1589 ASSERT_EQ(node->GetStagingProperties().GetShadowColor(), value); 1593 ASSERT_EQ(node->GetStagingProperties().GetShadowColor(), value);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_surface_node_test.cpp | 992 …EXPECT_TRUE(surfaceNode->GetStagingProperties().GetShadowColor() == Color::FromArgbInt(FIRST_COLOR… 1006 …EXPECT_TRUE(surfaceNode->GetStagingProperties().GetShadowColor() == Color::FromArgbInt(SECOND_COLO… 1020 …EXPECT_TRUE(surfaceNode->GetStagingProperties().GetShadowColor() == Color::FromArgbInt(THIRD_COLOR…
|
H A D | rs_canvas_node_test.cpp | 2527 …EXPECT_TRUE(canvasNode->GetStagingProperties().GetShadowColor() == Color::FromArgbInt(colorValue)); 2540 …EXPECT_TRUE(canvasNode->GetStagingProperties().GetShadowColor() == Color::FromArgbInt(colorValue)); 2553 …EXPECT_TRUE(canvasNode->GetStagingProperties().GetShadowColor() == Color::FromArgbInt(colorValue)); 2566 …EXPECT_TRUE(canvasNode->GetStagingProperties().GetShadowColor() == Color::FromArgbInt(colorValue)); 2579 …EXPECT_TRUE(canvasNode->GetStagingProperties().GetShadowColor() == Color::FromArgbInt(colorValue));
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
H A D | rs_showing_properties_freezer_test.cpp | 391 auto result1 = canvasNode->GetShowingProperties().GetShadowColor();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/ |
H A D | radio_paint_method.cpp | 96 shadowColor_ = radioTheme->GetShadowColor(); in InitializeParam()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsshowingpropertiesfreezer_fuzzer/ |
H A D | rsshowingpropertiesfreezer_fuzzer.cpp | 598 showingPropertiesFreezer.GetShadowColor(); in DoGetShadowColor()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties.h | 382 const Color& GetShadowColor() const;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_properties_test.cpp | 181 EXPECT_EQ(properties.GetShadowColor(), color); 184 EXPECT_EQ(properties.GetShadowColor(), color2); 361 EXPECT_EQ(properties.GetShadowColor(), color1);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/ |
H A D | checkboxgroup_pattern.cpp | 551 paintParameters.shadowColor = checkBoxTheme->GetShadowColor(); in InitializeModifierParam()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_property_drawable_background.cpp | 80 stagingColor_ = properties.GetShadowColor(); in OnUpdate()
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_canvas_unit_test.cpp | 1862 EXPECT_EQ(paint_->GetShadowColor().full, color.full); 1873 EXPECT_EQ(paint_->GetShadowColor().full, color.full);
|