Home
last modified time | relevance | path

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

/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()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dsub_menu_layout_algorithm.cpp50 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 Dmenu_item_pattern.cpp929 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 Dmenu_item_pattern.h131 void AddHoverRegions(const OffsetF& topLeftPoint, const OffsetF& bottomRightPoint);
/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()

Completed in 7 milliseconds