Searched refs:GetOutlineColor (Results 1 - 11 of 11) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_modifier_extractor.h | 69 Vector4<Color> GetOutlineColor() const;
|
H A D | rs_modifier_extractor.cpp | 225 Vector4<Color> RSModifierExtractor::GetOutlineColor() const in GetOutlineColor() function in OHOS::Rosen::RSModifierExtractor
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsmodifierextractor_fuzzer/ |
H A D | rsmodifierextractor_fuzzer.cpp | 98 modifierExtractor.GetOutlineColor();
in DoGet001()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/ |
H A D | rs_modifier_extractor_test.cpp | 138 * @tc.desc: test results of GetOutlineColor 145 Vector4<Color> vector = extractor->GetOutlineColor(); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_properties_test2.cpp | 416 EXPECT_EQ(properties.GetOutlineColor(), outLineColor); in HWTEST_F() 421 EXPECT_EQ(properties.GetOutlineColor(), outLineColorNew); in HWTEST_F()
|
H A D | rs_properties_test.cpp | 1142 EXPECT_EQ(properties.GetOutlineColor(), outLineColor); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties.h | 230 Vector4<Color> GetOutlineColor() const;
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_node_test.cpp | 3737 EXPECT_TRUE(rsNode->GetStagingProperties().GetOutlineColor().x_ == Color::FromArgbInt(colorValue)); in HWTEST_F() 3750 EXPECT_TRUE(rsNode->GetStagingProperties().GetOutlineColor().x_ == Color::FromArgbInt(colorValue)); in HWTEST_F() 3763 EXPECT_TRUE(rsNode->GetStagingProperties().GetOutlineColor().x_ == Color::FromArgbInt(colorValue)); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 4591 void GetOutlineColor(ArkUINodeHandle node, ArkUI_Uint32 (*values)[4]) in GetOutlineColor() function 6256 ResetBackgroundImageResizable, SetBackgroundImageSizeWithUnit, GetRenderFit, GetOutlineColor, GetSize, in GetCommonModifier() 6330 ResetBackgroundImageResizable, SetBackgroundImageSizeWithUnit, GetRenderFit, GetOutlineColor, GetSize, in GetCJUICommonModifier()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties.cpp | 1216 Vector4<Color> RSProperties::GetOutlineColor() const in GetOutlineColor() function in OHOS::Rosen::RSProperties
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 3559 const ArkUI_AttributeItem* GetOutlineColor(ArkUI_NodeHandle node) in GetOutlineColor() function 12849 GetOutlineColor, in GetCommonAttribute()
|
Completed in 74 milliseconds