Home
last modified time | relevance | path

Searched refs:bottomPoint (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_chart.cpp273 // remove points out of range. get topPoint and bottomPoint. in SetChart()
279 PointInfo bottomPoint = points.begin()->GetPointInfo(); in SetChart() local
297 if (point.GetY() < bottomPoint.GetY()) { in SetChart()
298 bottomPoint = point; in SetChart()
314 SetPoint(bottomPoint, chartOptions_.GetBottomPoint()); in SetChart()
315 chartDataset.SetBottomPoint(bottomPoint); in SetChart()
484 auto bottomPoint = data[seriesNum_].GetBottomPoint(); in UpdateTopBottomPoint() local
485 bottomPoint.SetX(bottomPt.GetX()); in UpdateTopBottomPoint()
486 bottomPoint.SetY(bottomPt.GetY()); in UpdateTopBottomPoint()
487 data[seriesNum_].SetBottomPoint(bottomPoint); in UpdateTopBottomPoint()
[all...]
/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/chart/29/
H A Dindex.js46 bottomPoint: {
/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/chart/30/
H A Dindex.js54 bottomPoint: {
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_select_overlay.cpp122 PointF bottomPoint = { paintLeft, paintRect.Bottom() - BOX_EPSILON }; in CheckAndAdjustHandleWithContent() local
124 bool bottomInRegion = visibleContentRect.IsInRegion(bottomPoint); in CheckAndAdjustHandleWithContent()
156 PointF bottomPoint = { paintRect.Left(), paintRect.Bottom() - BOX_EPSILON }; in CheckHandleVisible() local
158 return visibleContentRect.IsInRegion(bottomPoint) && visibleContentRect.IsInRegion(topPoint); in CheckHandleVisible()
/foundation/arkui/ace_engine/frameworks/core/components/chart/
H A Drosen_render_chart.cpp130 PointInfo bottomPoint = chartData.GetBottomPoint(); in PaintStylePoints() local
131 if (bottomPoint.GetDisplay()) { in PaintStylePoints()
132 PaintPoint(canvas, ConvertDataToPosition(paintRegion, bottomPoint), paint, bottomPoint); in PaintStylePoints()
157 PointInfo bottomPoint = chartData.GetBottomPoint(); in PaintStylePoints() local
158 if (bottomPoint.GetDisplay()) { in PaintStylePoints()
159 PaintPoint(canvas, ConvertDataToPosition(paintRegion, bottomPoint), pen, brush, bottomPoint); in PaintStylePoints()
/foundation/arkui/ace_engine/frameworks/component_test/core/
H A Dcomponent_test_component_impl.cpp197 NG::PointF bottomPoint(parentRect.Center().GetX(), parentRect.Bottom()); in ScrollToBorderAsync()
205 MoveAction moveAction(topPoint, bottomPoint, TouchType::DRAG, speed); in ScrollToBorderAsync()
212 MoveAction moveAction(bottomPoint, topPoint, TouchType::DRAG, speed); in ScrollToBorderAsync()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_select_overlay.cpp92 PointF bottomPoint = { paintLeft, paintRect.Bottom() - BOX_EPSILON }; in CheckHandleVisible() local
98 return visibleContentRect.IsInRegion(bottomPoint) && visibleContentRect.IsInRegion(topPoint); in CheckHandleVisible()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_select_overlay.cpp233 PointF bottomPoint = { paintRect.Left(), paintRect.Bottom() - BOX_EPSILON }; in CheckHandleVisible() local
239 return visibleRect.IsInRegion(bottomPoint) && visibleRect.IsInRegion(topPoint); in CheckHandleVisible()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.cpp255 PointF bottomPoint = { paintRect.Left(), paintRect.Bottom() - BOX_EPSILON };
257 handleInfo.isShow = visibleContentRect.IsInRegion(bottomPoint) && visibleContentRect.IsInRegion(topPoint);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp3663 PointF bottomPoint = { paintRect.Left(), paintRect.Bottom() }; in CheckHandles() local
3665 handleInfo.isShow = (visibleInnerRect.IsInRegion(bottomPoint) && visibleInnerRect.IsInRegion(topPoint)); in CheckHandles()

Completed in 22 milliseconds