Home
last modified time | relevance | path

Searched defs:right (Results 351 – 361 of 361) sorted by relevance

1...<<1112131415

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.cpp3282 [](const Dimension& left, const Dimension& right) { return left.Value() > right.Value(); }); in ParsePreferFontSizes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp128 std::optional<CalcDimension> right; in ParseMarginAttr() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.cpp2030 int16_t right = maskedArea.GetRight(); local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_decoration_painter.cpp2829 BorderEdge right = border.Right(); in PaintBorderWithLine() local
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp967 struct ArkUISizeType right = { item->value[rightIndex].f32, unit }; in SetPadding() local
1067 ArkUISizeType top, right, bottom, left; in SetMargin() local
3446 struct ArkUISizeType right = { item->value[rightIndex].f32, UNIT_PERCENT }; in SetPaddingPercent() local
3482 struct ArkUISizeType right = { item->value[rightIndex].f32, UNIT_PERCENT }; in SetMarginPercent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp1135 auto right = textContentGlobalOffset.GetY() + contentRect_.Width(); in ShowAIEntityMenu() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp4878 int32_t right = static_cast<int32_t>(rect.Right()); in GetResponseRegion() local
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp4945 napi_value right = nullptr; in ParsePrintMarginAdapter() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp3180 auto right = !paddingProperty ? CalcLength(themePadding.Right()).GetDimension() in ProcessInnerPadding() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp7172 int right = 0; in OnSafeInsetsChange() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp8190 auto right = !paddingProp ? CalcLength(themePadding.Right()).GetDimension() in OnBackPressed() local

1...<<1112131415