Searched refs:topPoint (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() 278 PointInfo topPoint = points.begin()->GetPointInfo(); in SetChart() local 294 if (point.GetY() > topPoint.GetY()) { in SetChart() 295 topPoint = point; in SetChart() 311 SetPoint(topPoint, chartOptions_.GetTopPoint()); in SetChart() 312 chartDataset.SetTopPoint(topPoint); in SetChart() 489 auto topPoint = data[seriesNum_].GetTopPoint(); in UpdateTopBottomPoint() local 490 topPoint.SetX(topPt.GetX()); in UpdateTopBottomPoint() 491 topPoint.SetY(topPt.GetY()); in UpdateTopBottomPoint() 492 data[seriesNum_].SetTopPoint(topPoint); 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 | 57 topPoint: {
|
/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 | 60 topPoint: {
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_select_overlay.cpp | 123 PointF topPoint = { paintLeft, paintRect.Top() + BOX_EPSILON }; in CheckAndAdjustHandleWithContent() local 125 bool topInRegion = visibleContentRect.IsInRegion(topPoint); in CheckAndAdjustHandleWithContent() 157 PointF topPoint = { paintRect.Left(), paintRect.Top() + 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 | 126 PointInfo topPoint = chartData.GetTopPoint(); in PaintStylePoints() local 127 if (topPoint.GetDisplay()) { in PaintStylePoints() 128 PaintPoint(canvas, ConvertDataToPosition(paintRegion, topPoint), paint, topPoint); in PaintStylePoints() 153 PointInfo topPoint = chartData.GetTopPoint(); in PaintStylePoints() local 154 if (topPoint.GetDisplay()) { in PaintStylePoints() 155 PaintPoint(canvas, ConvertDataToPosition(paintRegion, topPoint), pen, brush, topPoint); in PaintStylePoints()
|
/foundation/arkui/ace_engine/frameworks/component_test/core/ |
H A D | component_test_component_impl.cpp | 198 NG::PointF topPoint(parentRect.Center().GetX(), parentRect.Top()); 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 | 93 PointF topPoint = { paintLeft, paintRect.Top() + 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 | 234 PointF topPoint = { paintRect.Left(), paintRect.Top() + 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 | 256 PointF topPoint = { paintRect.Left(), paintRect.Top() + 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 | 3664 PointF topPoint = { paintRect.Left(), paintRect.Top() }; in CheckHandles() local 3665 handleInfo.isShow = (visibleInnerRect.IsInRegion(bottomPoint) && visibleInnerRect.IsInRegion(topPoint)); in CheckHandles()
|
Completed in 22 milliseconds