/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/crop/ |
H A D | crop_efilter.cpp | 70 int32_t rightBottomX = areaInfo.x0 > areaInfo.x1 ? areaInfo.x0 : areaInfo.x1; in CalculateCropRegion() 72 rightBottomX = rightBottomX > srcWidth ? srcWidth : rightBottomX; in CalculateCropRegion() 75 int32_t cropWidth = rightBottomX - leftTopX; in CalculateCropRegion()
|
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/ |
H A D | accessibility_element_info.h | 379 * @param rightBottomX : The right bottom x pixel coordinates 383 Rect(int32_t leftTopX, int32_t leftTopY, int32_t rightBottomX, int32_t rightBottomY) in Rect() argument 387 rightBottomX_ = rightBottomX; in Rect() 449 * @param rightBottomX The right bottom x pixel coordinates 454 void SetRightBottomScreenPostion(int32_t rightBottomX, int32_t rightBottomY) in SetRightBottomScreenPostion() argument 457 rightBottomX_ = rightBottomX; in SetRightBottomScreenPostion()
|
/foundation/arkui/ace_engine/frameworks/core/accessibility/ |
H A D | native_interface_accessibility_impl.cpp | 26 screenRect.rightBottomX = 0; in ArkUI_AccessibilityElementInfo()
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_third_provider_interaction_operation_utils.h | 51 rect.leftTopX, rect.leftTopY, rect.rightBottomX, rect.rightBottomY); in TransformAccessbilityElementInfo()
|
H A D | js_accessibility_manager.cpp | 267 const RefPtr<JsAccessibilityManager>& manager, int& leftTopX, int& leftTopY, int& rightBottomX, int& rightBottomY) in CheckInvalidNodeParentID() 274 rightBottomX = leftTopX + static_cast<int>(lastChildNode->GetWidth()); in CheckInvalidNodeParentID() 276 Accessibility::Rect bounds(leftTopX, leftTopY, rightBottomX, rightBottomY); in CheckInvalidNodeParentID() 291 int rightBottomX = leftTopX + static_cast<int>(node->GetWidth()); in UpdateAccessibilityNodeInfo() local 304 rightBottomX = leftTopX + static_cast<int>(node->GetWidth()); in UpdateAccessibilityNodeInfo() 306 Accessibility::Rect bounds(leftTopX, leftTopY, rightBottomX, rightBottomY); in UpdateAccessibilityNodeInfo() 316 rightBottomX = static_cast<int>(sideBarRect.Right()) + manager->GetWindowLeft(node->GetWindowId()); in UpdateAccessibilityNodeInfo() 319 Accessibility::Rect bounds(leftTopX, leftTopY, rightBottomX, rightBottomY); in UpdateAccessibilityNodeInfo() 324 CheckInvalidNodeParentID(node, nodeInfo, manager, leftTopX, leftTopY, rightBottomX, rightBottomY); in UpdateAccessibilityNodeInfo() 266 CheckInvalidNodeParentID(const RefPtr<AccessibilityNode>& node, AccessibilityElementInfo& nodeInfo, const RefPtr<JsAccessibilityManager>& manager, int& leftTopX, int& leftTopY, int& rightBottomX, int& rightBottomY) CheckInvalidNodeParentID() argument
|
/foundation/arkui/ace_engine/test/unittest/core/accessibility/ |
H A D | native_interface_accessibility_test.cpp | 184 auto rightBottomX = ++index; in BuildNativeAccessibilityElementInfoPart() local 186 ArkUI_AccessibleRect screenRect {leftTopX, leftTopY, rightBottomX, rightBottomY}; in BuildNativeAccessibilityElementInfoPart() 266 EXPECT_EQ(beforeInfo.GetScreenRect().rightBottomX, in CheckTransformElementInfoResultPart() 267 afterInfo.GetScreenRect().rightBottomX); in CheckTransformElementInfoResultPart()
|
H A D | js_third_provider_interaction_operation_utils_test.cpp | 128 auto rightBottomX = ++index; in BuildAccessibilityElementInfoPart() local 130 OHOS::Accessibility::Rect screenRect (leftTopX, leftTopY, rightBottomX, rightBottomY); in BuildAccessibilityElementInfoPart()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_modifier.cpp | 735 float rightBottomX = !isRightToLeft_->Get() ? dateLength + offset.GetX() + radius * INT32_TWO in PaintLinear() local 738 path.AddRoundRect({ leftTopX, leftTopY, rightBottomX, rightBottomY }, radius, radius); in PaintLinear() 792 float rightBottomX = 0.0f; in PaintLinearSweeping() local 798 rightBottomX = !isRightToLeft_->Get() ? offset.GetX() + sweepingDate_->Get() in PaintLinearSweeping() 805 rightBottomX = offset.GetX() + strokeWidth_->Get(); in PaintLinearSweeping() 809 RSRect rect(leftTopX, leftTopY, rightBottomX, rightBottomY); in PaintLinearSweeping() 813 ToRSPoint(PointF(rightBottomX, rightBottomY)), in PaintLinearSweeping() 818 ToRSPoint(PointF(rightBottomX, rightBottomY)), in PaintLinearSweeping()
|
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_interface_accessibility.h | 167 int32_t rightBottomX; member
|
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_zoom_gesture.cpp | 88 int32_t rightBottomX = inputRect.GetRightBottomXScreenPostion(); in IsTapOnInputMethod() local 95 if ((itemX >= leftTopX) && (itemX <= rightBottomX) && in IsTapOnInputMethod()
|