Home
last modified time | relevance | path

Searched refs:GetSvgFillColor (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/image_provider/
H A Dmock_image_loading_context.cpp155 const std::optional<Color>& ImageLoadingContext::GetSvgFillColor() const in GetSvgFillColor() function in OHOS::Ace::NG::ImageLoadingContext
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dimage_loading_context.h72 const std::optional<Color>& GetSvgFillColor() const;
H A Dimage_loading_context.cpp571 const std::optional<Color>& ImageLoadingContext::GetSvgFillColor() const in GetSvgFillColor() function in OHOS::Ace::NG::ImageLoadingContext
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_testone_ng.cpp418 EXPECT_EQ(imageRenderProperty->GetSvgFillColor().value(), Color::BLUE);
452 EXPECT_EQ(imageRenderProperty->GetSvgFillColor().value(), Color::BLUE);
852 EXPECT_EQ(imageRenderProperty->GetSvgFillColor().value(), Color::BLUE);
876 EXPECT_EQ(imageRenderProperty->GetSvgFillColor().value(), Color::RED);
1617 EXPECT_EQ(imageRenderProperty->GetSvgFillColor().value(), Color::BLUE); in ImageModelNGTest001_MixedProperties01()
1890 EXPECT_EQ(imageRenderProperty->GetSvgFillColor().has_value(), false); in ImageModelNGFailedTest001_Properties02()
1893 EXPECT_EQ(imageRenderProperty->GetSvgFillColor().has_value(), false); in ImageModelNGFailedTest001_Properties02()
H A Dimage_test_ng.cpp893 EXPECT_EQ(imageRenderProperty->GetSvgFillColor().value(), Color::BLUE);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_paint_method.cpp137 svgCanvas->SetFillColor(props->GetSvgFillColor()); in GetContentDrawFunction()
H A Dimage_model_ng.cpp960 Color color = paintProperty->GetImagePaintStyle()->GetSvgFillColor().value_or(Color()); in GetFillColor()
H A Dimage_pattern.cpp1400 auto fillColor = renderProp->GetSvgFillColor(); in DumpRenderInfo()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/search/
H A Dsearch_test_ng.cpp799 EXPECT_EQ(imageRenderProperty->GetSvgFillColor(), Color::RED);
878 EXPECT_EQ(imageRenderProperty->GetSvgFillColor(), Color::RED);
993 EXPECT_EQ(imageRenderProperty->GetSvgFillColor(), Color::RED);
997 EXPECT_EQ(imageRenderProperty->GetSvgFillColor(), Color::RED);
1021 EXPECT_EQ(imageRenderProperty->GetSvgFillColor(), Color::RED);
H A Dsearch_testtwo_ng.cpp1061 EXPECT_EQ(imageRenderProperty->GetSvgFillColor(), Color::RED);
1151 EXPECT_EQ(imageRProperty->GetSvgFillColor(), Color::RED);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_attr_test_ng.cpp1580 EXPECT_EQ(imagePaintProperty->GetSvgFillColor().value(), Color::WHITE);
1582 EXPECT_EQ(imagePaintProperty1->GetSvgFillColor().value(), Color::BLACK);
1619 EXPECT_EQ(imagePaintProperty->GetSvgFillColor().value(), defaultColorOn);
1621 EXPECT_EQ(imagePaintProperty1->GetSvgFillColor().value(), defaultColorOff);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_pattern.cpp1513 auto cancelIconColor = cancelImageRenderProperty->GetSvgFillColor().value_or(Color()); in ToJsonValueForCancelButton()