Home
last modified time | relevance | path

Searched defs:rightBottom (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Dtool_bar_item_element.cpp34 [weak = WeakClaim(this)](const Offset& leftTop, const Offset& rightBottom) { in Prepare()
113 void ToolBarItemElement::OnTargetCallback(const Offset& leftTop, const Offset& rightBottom) in OnTargetCallback()
H A Drender_tool_bar_item.cpp102 Offset rightBottom = leftTop + layoutSize; in ShowMenu() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_rect.cpp56 RSPoint rightBottom(skRadii[2].x(), skRadii[2].y()); // skRadii[2] is rightBottom corner in MakeRRect() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_box_progress.cpp83 Point rightBottom; in DrawRoundCap() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.h54 void GetPopupLayout(Offset& leftTop, Offset& rightBottom) const in GetPopupLayout()
H A Dselect_popup_component.cpp145 …const RefPtr<StackElement>& stackElement, const Offset& leftTop, const Offset& rightBottom, bool i… in ShowDialog()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Ddrawing_painter_impl.cpp85 Drawing::Point rightBottom = {rbRadius, rbRadius}; in ToDrawingRoundRect() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_element.cpp155 Offset rightBottom = leftTop + render->GetLayoutSize(); in HandleClickedEvent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp1322 Offset rightBottom = { bound->GetX() + GetGlobalOffset().GetX() + bound->GetWidth(), in OnSelectPopupMenu() local
1327 Offset rightBottom = { GetGlobalOffset().GetX(), GetGlobalOffset().GetY() }; in OnSelectPopupMenu() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_controller_test.cpp1343 OffsetF rightBottom(5.0f, 5.0f); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_paint_method.cpp104 bool rightBottom = (gestureState_ == GestureState::GESTURE_STATE_RELEASE_RIGHT && in GetLongPointAnimationStateSecondCenter() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box.cpp721 Point rightBottom; in CalculateRotate() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dbase_text_select_overlay.cpp384 auto rightBottom = rectVertices[3]; in CheckHandleIsVisibleWithTransform() local