Home
last modified time | relevance | path

Searched refs:bottomRightPoint (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Drender_slider.h64 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 Dsub_menu_layout_algorithm.cpp57 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 Dmenu_item_pattern.cpp947 OffsetF bottomRightPoint; in AddSelfHoverRegion() local
950bottomRightPoint = 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 Dmenu_item_pattern.h123 void AddHoverRegions(const OffsetF& topLeftPoint, const OffsetF& bottomRightPoint);
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H A Drect_t.h47 RectT(const OffsetF& topLeftPoint, const OffsetF& bottomRightPoint) in RectT() argument
50 OffsetF sizeOffset = bottomRightPoint - topLeftPoint; in RectT()