Home
last modified time | relevance | path

Searched refs:GetFillColor (Results 1 - 25 of 34) sorted by relevance

12

/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_canvas.h149 ChangeColor(color, paint.GetFillColor(), in RenderBlendSolid()
150 static_cast<uint8_t>(paint.GetFillColor().alpha * paint.GetGlobalAlpha())); in RenderBlendSolid()
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_theme.h69 const Color& GetFillColor() const in GetFillColor() function in OHOS::Ace::ImageTheme
H A Drosen_render_image.cpp1284 auto fillColor = sourceInfo_.GetFillColor();
1293 auto fillColor = sourceInfo_.GetFillColor();
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_image.cpp82 image.imageChild_->SetColor(image.theme_->GetFillColor()); in SetSpecializedStyle()
H A Ddom_chart.cpp224 pointInfo.SetFillColor(getPointInfo.GetFillColor()); in SetPoint()
/foundation/arkui/ace_engine/frameworks/core/components/chart/
H A Dchart_component.h218 const Color& GetFillColor() const in GetFillColor() function in OHOS::Ace::final
394 const Color& GetFillColor() const in GetFillColor() function in OHOS::Ace::final
H A Drosen_render_chart.cpp244 paint.setColor(point.GetFillColor().GetValue()); in PaintPoint()
295 pen.SetColor(point.GetFillColor().GetValue()); in PaintPoint()
296 brush.SetColor(point.GetFillColor().GetValue()); in PaintPoint()
389 paint.setColor(barGroup.GetFillColor().GetValue()); in PaintDatas()
392 pen.SetColor(barGroup.GetFillColor().GetValue()); in PaintDatas()
393 brush.SetColor(barGroup.GetFillColor().GetValue()); in PaintDatas()
510 PaintLineGradient(canvas, gradientPath, paintRect, line.GetFillColor(), line.GetTopPoint()); in PaintLinearGraph()
526 PaintLineGradient(canvas, gradientPath, paintRect, line.GetFillColor(), line.GetTopPoint()); in PaintLinearGraph()
553 PaintLineGradient(canvas, gradientPath, paintRect, line.GetFillColor(), line.GetTopPoint()); in PaintLinearGraph()
/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/
H A Dsecurity_component_test_ng.cpp330 EXPECT_EQ(iconSrc.GetFillColor().value_or(Color()), Color::WHITE); in HWTEST_F()
386 EXPECT_EQ(iconSrc.GetFillColor().value_or(Color()), Color::BLUE); in HWTEST_F()
448 EXPECT_EQ(iconSrc.GetFillColor().value_or(Color()), Color::RED); in HWTEST_F()
506 EXPECT_EQ(iconSrc.GetFillColor().value_or(Color()), Color::RED); in HWTEST_F()
778 EXPECT_EQ(iconSrc.GetFillColor().value_or(Color()), Color::WHITE); in HWTEST_F()
835 EXPECT_EQ(iconSrc.GetFillColor().value_or(Color()), Color::BLUE); in HWTEST_F()
897 EXPECT_EQ(iconSrc.GetFillColor().value_or(Color()), Color::RED); in HWTEST_F()
955 EXPECT_EQ(iconSrc.GetFillColor().value_or(Color()), Color::RED); in HWTEST_F()
1206 EXPECT_EQ(iconSrc.GetFillColor().value_or(Color()), Color::WHITE); in HWTEST_F()
1262 EXPECT_EQ(iconSrc.GetFillColor() in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_skeleton_params.h170 uint32_t GetFillColor() const in GetFillColor() function in OHOS::Ace::NG::FormSkeletonParams
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/rosen/
H A Ddrawing_image_data.cpp94 return SkiaSvgDom::CreateSkiaSvgDom(*svgStream, src.GetFillColor()); in MakeSvgDom()
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_source_info.h99 const std::optional<Color>& GetFillColor() const;
H A Dimage_object.cpp66 auto color = source.GetFillColor(); in BuildImageObject()
H A Dimage_source_info.cpp411 const std::optional<Color>& ImageSourceInfo::GetFillColor() const in GetFillColor() function in OHOS::Ace::ImageSourceInfo
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_image_modifier.cpp382 ImageModelNG::SetImageFill(frameNode, theme->GetFillColor()); in ResetFillColor()
706 uint32_t GetFillColor(ArkUINodeHandle node) in GetFillColor() function in OHOS::Ace::NG::__anon2878::ResourceType
710 return ImageModelNG::GetFillColor(frameNode); in GetFillColor()
936 GetRenderMode, SetImageResizable, GetImageResizable, GetFitOriginalSize, GetFillColor, SetPixelMap, in GetImageModifier()
958 GetImageResizable, GetFitOriginalSize, GetFillColor, SetPixelMap, SetPixelMapArray, SetResourceSrc, in GetCJUIImageModifier()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/
H A Dpaint.h292 * @see GetFillColor
306 ColorType GetFillColor() const in GetFillColor() function in OHOS::Paint
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_chart.cpp475 data->GetFillColor(), style_->lineOpa_); in DrawDataSerials()
842 baseGfxEngine->DrawLine(gfxDstBuffer, cross.first, cross.second, invalidatedArea, 1, data->GetFillColor(), in DrawGradientColor()
858 baseGfxEngine->DrawLine(gfxDstBuffer, cross.first, cross.second, invalidatedArea, 1, data->GetFillColor(), in SetDrawLineCross()
931 baseGfxEngine->DrawLine(gfxDstBuffer, start, end, invalidatedArea, 1, data->GetFillColor(), in GradientColor()
H A Dui_canvas.cpp595 innerPaint.SetStrokeColor(paint.GetFillColor()); in DrawSector()
670 label->SetStyle(STYLE_TEXT_COLOR, paint.GetFillColor().full); in DrawLabel()
1169 drawStyle.bgColor_ = paint.GetFillColor(); in DoFillRect()
1201 drawStyle.lineColor_ = paint.GetFillColor(); in DoDrawCircle()
1430 textParam->fontColor = paint.GetFillColor(); in StrokeText()
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_canvas_unit_test.cpp215 EXPECT_EQ(paint_->GetFillColor().full, color.full); in HWTEST_F()
1772 EXPECT_EQ(paint_->GetFillColor().full, color.full); in HWTEST_F()
1799 EXPECT_EQ(paint_->GetFillColor().full, color.full); in HWTEST_F()
1824 EXPECT_EQ(paint_->GetFillColor().full, color.full); in HWTEST_F()
1851 EXPECT_EQ(paint_->GetFillColor().full, color.full); in HWTEST_F()
2189 EXPECT_EQ(paint1->GetFillColor().full, color.full); in HWTEST_F()
H A Dui_chart_unit_test.cpp340 EXPECT_EQ(chartDataSerial_->GetFillColor().full, color.full); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_model_ng.h131 static uint32_t GetFillColor(FrameNode* frameNode);
/foundation/arkui/ace_engine/test/mock/core/image_provider/
H A Dmock_image_source_info.cpp259 const std::optional<Color>& ImageSourceInfo::GetFillColor() const in GetFillColor() function in OHOS::Ace::ImageSourceInfo
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_chart.h319 ColorType GetFillColor() const in GetFillColor() function in OHOS::UIChartDataSerial
331 * @see GetFillColor
/foundation/arkui/ace_engine/test/unittest/core/pattern/side_bar/
H A Dside_bar_pattern_test_ng.cpp367 EXPECT_EQ(imgSourceInfo.GetFillColor()->GetValue(), controlButtonColor.GetValue()); in HWTEST_F()
372 EXPECT_EQ(imgSourceInfo.GetFillColor()->GetValue(), controlButtonColor.GetValue()); in HWTEST_F()
377 EXPECT_EQ(imgSourceInfo.GetFillColor()->GetValue(), controlButtonColor.GetValue()); in HWTEST_F()
1006 EXPECT_EQ(imgSourceInfo.GetFillColor()->GetValue(), controlButtonColor.GetValue()); in HWTEST_F()
1368 EXPECT_EQ(imgSourceInfo.GetFillColor()->GetValue(), controlButtonColor.GetValue()); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/
H A Dsvg_dom.cpp104 svgDom->fillColor_ = src.GetFillColor(); in CreateSvgDom()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_pattern.cpp255 json->PutExtAttr("iconColor", iconProp->GetImageSourceInfo()->GetFillColor().

Completed in 31 milliseconds

12