Searched refs:PaintSpace (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/data_panel/ |
H A D | rosen_render_data_panel.h | 59 …void PaintSpace(RenderContext& context, const Offset& leftTop, double spaceWidth, double xSpace, d…
|
H A D | rosen_render_data_panel.cpp | 901 void RosenRenderPercentageDataPanel::PaintSpace( in PaintSpace() function in OHOS::Ace::RosenRenderPercentageDataPanel 1001 PaintSpace(context, offset, spaceWidth, widthSegment, height); in PaintLinearProgress()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/ |
H A D | data_panel_modifier.h | 191 void PaintSpace(RSCanvas& canvas, const LinearData& segmentLinearData, float spaceWidth) const;
|
H A D | data_panel_modifier.cpp | 407 PaintSpace(canvas, linearDataMap[i], spaceWidth); in PaintLinearProgress() 546 void DataPanelModifier::PaintSpace(RSCanvas& canvas, const LinearData& segmentLinearData, float spa… in PaintSpace() function in OHOS::Ace::NG::DataPanelModifier
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/data_panel/ |
H A D | data_panel_test_ng.cpp | 882 dataPanelModifier.PaintSpace(rsCanvas, linearData, SPACEWIDTH); 889 dataPanelModifierRtl.PaintSpace(rsCanvas, linearData, SPACEWIDTH);
|