Searched refs:bottomRightPoint (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/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()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
H A D | sub_menu_layout_algorithm.cpp | 57 auto bottomRightPoint = position + OffsetF(size.Width(), size.Height()); in Layout() local 73 parentPattern->AddHoverRegions(position + wrapperOffset, bottomRightPoint + wrapperOffset); in Layout()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/ |
H A D | menu_item_pattern.cpp | 947 OffsetF bottomRightPoint; in AddSelfHoverRegion() local 950 …bottomRightPoint = targetNode->GetPaintRectOffset() + OffsetF(frameSize.Width(), frameSize.Height(… in AddSelfHoverRegion() 951 AddHoverRegions(topLeftPoint, bottomRightPoint); in AddSelfHoverRegion() 962 void MenuItemPattern::AddHoverRegions(const OffsetF& topLeftPoint, const OffsetF& bottomRightPoint) in AddHoverRegions() argument 965 …ffset(topLeftPoint.GetX(), topLeftPoint.GetY()), Offset(bottomRightPoint.GetX(), bottomRightPoint.… in AddHoverRegions()
|
H A D | menu_item_pattern.h | 123 void AddHoverRegions(const OffsetF& topLeftPoint, const OffsetF& bottomRightPoint);
|
/ohos5.0/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()
|