/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_canvas.h | 149 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 D | image_theme.h | 69 const Color& GetFillColor() const in GetFillColor() function in OHOS::Ace::ImageTheme
|
H A D | rosen_render_image.cpp | 1284 auto fillColor = sourceInfo_.GetFillColor(); 1293 auto fillColor = sourceInfo_.GetFillColor();
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_image.cpp | 82 image.imageChild_->SetColor(image.theme_->GetFillColor()); in SetSpecializedStyle()
|
H A D | dom_chart.cpp | 224 pointInfo.SetFillColor(getPointInfo.GetFillColor()); in SetPoint()
|
/foundation/arkui/ace_engine/frameworks/core/components/chart/ |
H A D | chart_component.h | 218 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 D | rosen_render_chart.cpp | 244 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 D | security_component_test_ng.cpp | 330 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 D | form_skeleton_params.h | 170 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 D | drawing_image_data.cpp | 94 return SkiaSvgDom::CreateSkiaSvgDom(*svgStream, src.GetFillColor()); in MakeSvgDom()
|
/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | image_source_info.h | 99 const std::optional<Color>& GetFillColor() const;
|
H A D | image_object.cpp | 66 auto color = source.GetFillColor(); in BuildImageObject()
|
H A D | image_source_info.cpp | 411 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 D | node_image_modifier.cpp | 382 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 D | paint.h | 292 * @see GetFillColor 306 ColorType GetFillColor() const in GetFillColor() function in OHOS::Paint
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_chart.cpp | 475 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 D | ui_canvas.cpp | 595 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 D | ui_canvas_unit_test.cpp | 215 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 D | ui_chart_unit_test.cpp | 340 EXPECT_EQ(chartDataSerial_->GetFillColor().full, color.full); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_model_ng.h | 131 static uint32_t GetFillColor(FrameNode* frameNode);
|
/foundation/arkui/ace_engine/test/mock/core/image_provider/ |
H A D | mock_image_source_info.cpp | 259 const std::optional<Color>& ImageSourceInfo::GetFillColor() const in GetFillColor() function in OHOS::Ace::ImageSourceInfo
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_chart.h | 319 ColorType GetFillColor() const in GetFillColor() function in OHOS::UIChartDataSerial 331 * @see GetFillColor
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/side_bar/ |
H A D | side_bar_pattern_test_ng.cpp | 367 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 D | svg_dom.cpp | 104 svgDom->fillColor_ = src.GetFillColor(); in CreateSvgDom()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
H A D | security_component_pattern.cpp | 255 json->PutExtAttr("iconColor", iconProp->GetImageSourceInfo()->GetFillColor().
|