Searched defs:rightBottom (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/ |
H A D | tool_bar_item_element.cpp | 34 [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 D | render_tool_bar_item.cpp | 102 Offset rightBottom = leftTop + layoutSize; in ShowMenu() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_rect.cpp | 56 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 D | ui_box_progress.cpp | 83 Point rightBottom; in DrawRoundCap() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/ |
H A D | select_popup_component.h | 54 void GetPopupLayout(Offset& leftTop, Offset& rightBottom) const in GetPopupLayout()
|
H A D | select_popup_component.cpp | 145 …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 D | drawing_painter_impl.cpp | 85 Drawing::Point rightBottom = {rbRadius, rbRadius}; in ToDrawingRoundRect() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/ |
H A D | select_element.cpp | 155 Offset rightBottom = leftTop + render->GetLayoutSize(); in HandleClickedEvent() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | render_web.cpp | 1322 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 D | text_field_controller_test.cpp | 1343 OffsetF rightBottom(5.0f, 5.0f); variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/ |
H A D | dot_indicator_paint_method.cpp | 104 bool rightBottom = (gestureState_ == GestureState::GESTURE_STATE_RELEASE_RIGHT && in GetLongPointAnimationStateSecondCenter() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | render_box.cpp | 721 Point rightBottom; in CalculateRotate() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | base_text_select_overlay.cpp | 384 auto rightBottom = rectVertices[3]; in CheckHandleIsVisibleWithTransform() local
|