Searched refs:leftBottom (Results 1 - 8 of 8) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_box_progress.cpp | 81 Point leftBottom; in DrawRoundCap() local 90 leftBottom.x = leftTop.x; in DrawRoundCap() 91 leftBottom.y = rect.GetBottom() - radius + 1; in DrawRoundCap() 95 rightBottom.y = leftBottom.y; in DrawRoundCap() 105 leftBottom.x = leftTop.x; in DrawRoundCap() 106 leftBottom.y = rect.GetBottom() + 1; in DrawRoundCap() 108 rightBottom.y = leftBottom.y; in DrawRoundCap() 146 arcInfo.center = leftBottom; in DrawRoundCap() 189 arcInfo.center = leftBottom; in DrawRoundCap()
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_rect.cpp | 57 RSPoint leftBottom(skRadii[3].x(), skRadii[3].y()); // skRadii[3] is leftBottom corner in MakeRRect() 58 std::vector<RSPoint> radiusXY = { leftTop, rightTop, rightBottom, leftBottom }; in MakeRRect()
|
/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | render_box.cpp | 720 Point leftBottom; in CalculateRotate() local 729 leftBottom.SetX(globalOffset.GetX()); in CalculateRotate() 730 leftBottom.SetY(globalOffset.GetY() + size.Height()); in CalculateRotate() 739 leftBottom.Rotate(center, RotateAngle); in CalculateRotate() 742 double min_X = std::min({ leftTop.GetX(), rightTop.GetX(), leftBottom.GetX(), rightBottom.GetX() }); in CalculateRotate() 743 double max_X = std::max({ leftTop.GetX(), rightTop.GetX(), leftBottom.GetX(), rightBottom.GetX() }); in CalculateRotate() 744 double min_Y = std::min({ leftTop.GetY(), rightTop.GetY(), leftBottom.GetY(), rightBottom.GetY() }); in CalculateRotate() 745 double max_Y = std::max({ leftTop.GetY(), rightTop.GetY(), leftBottom.GetY(), rightBottom.GetY() }); in CalculateRotate()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/ |
H A D | drawing_painter_impl.cpp | 86 Drawing::Point leftBottom = {lbRadius, lbRadius}; in ToDrawingRoundRect() local 87 Drawing::RoundRect roundRect(rect, {leftTop, rightTop, rightBottom, leftBottom}); in ToDrawingRoundRect()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | base_text_select_overlay.cpp | 384 auto leftBottom = rectVertices[2]; in CheckHandleIsVisibleWithTransform() local 386 auto isStartPointInRect = IsPointInRect(startPoint, leftBottom, rightBottom, rightTop, leftTop); in CheckHandleIsVisibleWithTransform() 387 auto isEndPointInRect = IsPointInRect(endPoint, leftBottom, rightBottom, rightTop, leftTop); in CheckHandleIsVisibleWithTransform() 392 leftBottom = OffsetF(visibleContentRect.Left(), visibleContentRect.Bottom()); in CheckHandleIsVisibleWithTransform() 394 isStartPointInRect = IsPointInRect(startPoint, leftBottom, rightBottom, rightTop, leftTop); in CheckHandleIsVisibleWithTransform() 395 isEndPointInRect = IsPointInRect(endPoint, leftBottom, rightBottom, rightTop, leftTop); in CheckHandleIsVisibleWithTransform()
|
H A D | base_text_select_overlay.h | 191 bool IsPointInRect(const OffsetF& point, const OffsetF& leftBottom, const OffsetF& rightBottom,
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_field_controller_test.cpp | 1343 OffsetF leftBottom(0.0f, 5.0f); in HWTEST_F() 1347 auto ret = pattern_->selectOverlay_->IsPointInRect(point, leftBottom, rightBottom, rightTop, leftTop); in HWTEST_F() 1350 ret = pattern_->selectOverlay_->IsPointInRect(point, leftBottom, rightBottom, rightTop, leftTop); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/ |
H A D | dot_indicator_paint_method.cpp | 101 bool leftBottom = (gestureState_ == GestureState::GESTURE_STATE_RELEASE_LEFT && in GetLongPointAnimationStateSecondCenter() local 106 if (leftBottom || rightBottom) { in GetLongPointAnimationStateSecondCenter()
|
Completed in 11 milliseconds