Searched refs:bottomPoint (Results 1 - 10 of 10) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_chart.cpp | 273 // 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 D | index.js | 46 bottomPoint: {
|
/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/chart/30/ |
H A D | index.js | 54 bottomPoint: {
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_select_overlay.cpp | 122 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 D | rosen_render_chart.cpp | 130 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 D | component_test_component_impl.cpp | 197 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 D | rich_editor_select_overlay.cpp | 92 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 D | text_field_select_overlay.cpp | 233 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 D | image_pattern.cpp | 255 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 D | web_pattern.cpp | 3663 PointF bottomPoint = { paintRect.Left(), paintRect.Bottom() }; in CheckHandles() local 3665 handleInfo.isShow = (visibleInnerRect.IsInRegion(bottomPoint) && visibleInnerRect.IsInRegion(topPoint)); in CheckHandles()
|
Completed in 26 milliseconds