Searched refs:rightOffset (Results 1 - 8 of 8) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/ |
H A D | search_layout_algorithm.cpp | 644 auto rightOffset = padding.right.value_or(0.0f); in LayoutSearchIcon() local 649 params.searchFrameWidth - searchIconLeftSpace - iconRenderWidth - rightOffset : in LayoutSearchIcon() 682 auto rightOffset = padding.right.value_or(0.0f); in LayoutSearchButton() local 684 rightOffset = 0.0f; in LayoutSearchButton() 691 params.searchFrameWidth - searchButtonFrameSize.Width() - searchButtonSpace - rightOffset; in LayoutSearchButton() 712 auto rightOffset = padding.right.value_or(0.0f); in LayoutDivider() local 714 rightOffset = 0.0f; in LayoutDivider() 724 dividerFrameSize.Width() / 2.0f - rightOffset; in LayoutDivider() 824 auto rightOffset = searchIconWidth + searchIconLeftSpace in LayoutTextField() local 827 - rightOffset in LayoutTextField() [all...] |
/foundation/distributeddatamgr/udmf/framework/common/ |
H A D | tlv_object.cpp | 417 int32_t rightOffset =
in SaveBufferToFileFront() local 419 if (fseek(file_, rightOffset * sizeof(uint8_t), SEEK_CUR) != 0) {
in SaveBufferToFileFront()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_paint_method.cpp | 482 auto rightOffset = childOffset_.GetX() + childSize_.Width() - popupTheme->GetRadius().GetX().ConvertToPx() - in BuildTopLinePath() local 485 arrowPosition_.GetX() + arrowOffset, static_cast<float>(leftOffset), static_cast<float>(rightOffset)); in BuildTopLinePath() 650 auto rightOffset = childOffset_.GetX() + childSize_.Width() - popupTheme->GetRadius().GetX().ConvertToPx() - in BuildBottomLinePath() local 653 arrowPosition_.GetX() + arrowOffset, static_cast<float>(leftOffset), static_cast<float>(rightOffset)); in BuildBottomLinePath()
|
H A D | bubble_layout_algorithm.cpp | 1840 auto rightOffset = childOffset_.GetX() + childSize_.Width() - radius - in BuildTopLinePath() local 1843 arrowPosition_.GetX() + arrowOffset, static_cast<float>(leftOffset), static_cast<float>(rightOffset)); in BuildTopLinePath() 1941 auto rightOffset = childOffset_.GetX() + childSize_.Width() - radius - BUBBLE_ARROW_WIDTH.ConvertToPx() / HALF; in BuildBottomLinePath() local 1943 arrowPosition_.GetX() + arrowOffset, static_cast<float>(leftOffset), static_cast<float>(rightOffset)); in BuildBottomLinePath()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_input_response_area.cpp | 148 auto rightOffset = GetIconRightOffset(); in CreateNode() local 149 auto hotZoneSize = iconSize + rightOffset; in CreateNode() 791 auto rightOffset = static_cast<float>(themePadding.Left().ConvertToPx()); in UpdateCleanNode() local 799 auto hotZoneSize = NearZero(iconSize) ? 0.0f : iconSize + rightOffset; in UpdateCleanNode()
|
H A D | text_field_pattern.cpp | 7611 auto rightOffset = static_cast<float>(themePadding.Left().ConvertToPx()); in OnBackPressed() local 7612 textRect.SetLeft(textRect.GetX() + cleanNodeResponseArea->GetIconSize() + rightOffset); in OnBackPressed()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_layout_algorithm.cpp | 1056 auto rightOffset = padding.Offset(); in CaptureLayout() local 1063 rightOffset += OffsetF(0.0f, rightPosition + deltaOffset); in CaptureLayout() 1070 rightOffset += OffsetF(rightPosition - deltaOffset, 0.0f); in CaptureLayout() 1073 rightOffset += OffsetF(rightPosition + deltaOffset, 0.0f); in CaptureLayout() 1078 rightGeometryNode->SetMarginFrameOffset(rightOffset); in CaptureLayout()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/text_line_napi/ |
H A D | js_text_line.cpp | 472 bool CallJsFunc(napi_env env, napi_value callback, int32_t index, double leftOffset, double rightOffset) in CallJsFunc() argument 478 napi_value jsOffset = (i == 0) ? CreateJsValue(env, leftOffset) : CreateJsValue(env, rightOffset); in CallJsFunc()
|
Completed in 37 milliseconds