Searched refs:bottomRightPoint (Results 1 - 5 of 5) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/slider/ |
H A D | render_slider.h | 64 TouchRegion(TouchRegionPoint topLeftPoint, TouchRegionPoint bottomRightPoint) in TouchRegion() argument 65 : bottomRightPoint_(bottomRightPoint), topLeftPoint_(topLeftPoint) in TouchRegion()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
H A D | sub_menu_layout_algorithm.cpp | 50 auto bottomRightPoint = position + OffsetF(size.Width(), size.Height()); in Layout() local 66 parentPattern->AddHoverRegions(position + wrapperOffset, bottomRightPoint + wrapperOffset); in Layout()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/ |
H A D | menu_item_pattern.cpp | 929 OffsetF bottomRightPoint; in AddSelfHoverRegion() local 932 bottomRightPoint = targetNode->GetPaintRectOffset() + OffsetF(frameSize.Width(), frameSize.Height()); in AddSelfHoverRegion() 933 AddHoverRegions(topLeftPoint, bottomRightPoint); in AddSelfHoverRegion() 943 void MenuItemPattern::AddHoverRegions(const OffsetF& topLeftPoint, const OffsetF& bottomRightPoint) in AddHoverRegions() argument 946 Offset(topLeftPoint.GetX(), topLeftPoint.GetY()), Offset(bottomRightPoint.GetX(), bottomRightPoint.GetY())); in AddHoverRegions()
|
H A D | menu_item_pattern.h | 131 void AddHoverRegions(const OffsetF& topLeftPoint, const OffsetF& bottomRightPoint);
|
/foundation/arkui/ace_engine/frameworks/base/geometry/ng/ |
H A D | rect_t.h | 47 RectT(const OffsetF& topLeftPoint, const OffsetF& bottomRightPoint) in RectT() argument 50 OffsetF sizeOffset = bottomRightPoint - topLeftPoint; in RectT()
|
Completed in 7 milliseconds