Home
last modified time | relevance | path

Searched refs:PaintSpace (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Drosen_render_data_panel.h59 …void PaintSpace(RenderContext& context, const Offset& leftTop, double spaceWidth, double xSpace, d…
H A Drosen_render_data_panel.cpp901 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 Ddata_panel_modifier.h191 void PaintSpace(RSCanvas& canvas, const LinearData& segmentLinearData, float spaceWidth) const;
H A Ddata_panel_modifier.cpp407 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 Ddata_panel_test_ng.cpp882 dataPanelModifier.PaintSpace(rsCanvas, linearData, SPACEWIDTH);
889 dataPanelModifierRtl.PaintSpace(rsCanvas, linearData, SPACEWIDTH);