/foundation/graphic/graphic_2d/rosen/modules/texgine/src/ |
D | floating.h | 27 #define FLOATING_EQ(LEFT, RIGHT) (FloatingAbs((LEFT) - (RIGHT)) < FLOATING_EPSILON) argument 28 #define FLOATING_NE(LEFT, RIGHT) (!FLOATING_EQ(LEFT, RIGHT)) argument 29 #define FLOATING_GE(LEFT, RIGHT) (FLOATING_GT(LEFT, RIGHT) || FLOATING_EQ(LEFT, RIGHT)) argument 30 #define FLOATING_GT(LEFT, RIGHT) (((LEFT) - (RIGHT)) > FLOATING_EPSILON) argument 31 #define FLOATING_LE(LEFT, RIGHT) (FLOATING_LT(LEFT, RIGHT) || FLOATING_EQ(LEFT, RIGHT)) argument 32 #define FLOATING_LT(LEFT, RIGHT) FLOATING_GT(RIGHT, LEFT) argument
|
D | typography_style.cpp | 41 textAlign = isLTR ? TextAlign::LEFT : TextAlign::RIGHT; in GetEquivalentAlign() 43 textAlign = isLTR ? TextAlign::RIGHT : TextAlign::LEFT; in GetEquivalentAlign() 45 textAlign = isLTR ? TextAlign::JUSTIFY : TextAlign::RIGHT; in GetEquivalentAlign()
|
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
D | layout_manager.cpp | 31 … { DIR_VERTICAL, { { DIR_FORWARD, KeyDirection::RIGHT }, { DIR_REVERSE, KeyDirection::LEFT } } } 36 … { DIR_HORIZONTAL, { { DIR_FORWARD, KeyDirection::RIGHT }, { DIR_REVERSE, KeyDirection::LEFT } } }, 43 … { DIR_VERTICAL, { { DIR_FORWARD, KeyDirection::RIGHT }, { DIR_REVERSE, KeyDirection::LEFT } } } 48 … { DIR_HORIZONTAL, { { DIR_FORWARD, KeyDirection::RIGHT }, { DIR_REVERSE, KeyDirection::LEFT } } }, 59 … { DIR_VERTICAL, { { DIR_FORWARD, KeyDirection::RIGHT }, { DIR_REVERSE, KeyDirection::LEFT } } } 64 … { DIR_HORIZONTAL, { { DIR_FORWARD, KeyDirection::LEFT }, { DIR_REVERSE, KeyDirection::RIGHT } } }, 71 … { DIR_VERTICAL, { { DIR_FORWARD, KeyDirection::RIGHT }, { DIR_REVERSE, KeyDirection::LEFT } } } 76 … { DIR_HORIZONTAL, { { DIR_FORWARD, KeyDirection::LEFT }, { DIR_REVERSE, KeyDirection::RIGHT } } },
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
D | border_image.cpp | 32 case BorderImageDirection::RIGHT: in SetEdgeSlice() 52 case BorderImageDirection::RIGHT: in SetEdgeOutset() 72 case BorderImageDirection::RIGHT: in SetEdgeWidth() 92 case BorderImageDirection::RIGHT: in GetBorderImageEdge()
|
D | placement.h | 23 RIGHT, enumerator
|
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
D | constants.h | 169 RIGHT, enumerator 230 RIGHT, enumerator 285 RIGHT, enumerator 333 RIGHT, enumerator 404 RIGHT, enumerator 561 RIGHT = 0, enumerator 626 RIGHT, enumerator
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/common/ |
D | typography_style.cpp | 41 return (textDirection_ == TextDirection::LTR) ? TextAlign::LEFT : TextAlign::RIGHT; in GetEffectiveAlign() 43 return (textDirection_ == TextDirection::RTL) ? TextAlign::LEFT : TextAlign::RIGHT; in GetEffectiveAlign()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/properties/ |
D | typography_style.cpp | 43 : TextAlign::RIGHT; in EffectiveAlign() 45 return (textDirection_ == TextDirection::LTR) ? TextAlign::RIGHT in EffectiveAlign()
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
D | screen_cutout_controller.cpp | 26 constexpr std::vector<int>::size_type RIGHT = 2; variable 159 …if ((realNumVec[LEFT] > displayWidth / HALF_SCREEN) || (realNumVec[RIGHT] > displayWidth / HALF_SC… in CalcWaterfallRects() 178 … CreateWaterfallRect(displayWidth - realNumVec[RIGHT], 0, realNumVec[RIGHT], displayHeight); in CalcWaterfallRectsByRotation() 189 … CreateWaterfallRect(0, displayWidth - realNumVec[RIGHT], displayHeight, realNumVec[RIGHT]); in CalcWaterfallRectsByRotation() 194 DMRect leftRect = CreateWaterfallRect(0, 0, realNumVec[RIGHT], displayHeight); in CalcWaterfallRectsByRotation() 203 DMRect topRect = CreateWaterfallRect(0, 0, displayHeight, realNumVec[RIGHT]); in CalcWaterfallRectsByRotation()
|
/foundation/arkui/ace_engine/frameworks/core/components/calendar/ |
D | focusable_grid.cpp | 36 { HORIZONTAL, { { FORWARD, KeyDirection::RIGHT }, { REVERSE, KeyDirection::LEFT } } }, 69 case KeyDirection::RIGHT: in FocusMove()
|
/foundation/arkui/ace_engine/frameworks/core/gestures/ |
D | swipe_recognizer.cpp | 33 …return xOffset > 0.0 ? SwipeEventInfo::SwipeDirection::RIGHT : SwipeEventInfo::SwipeDirection::LEF… in GetSwipeDirection() 45 if (direction == SwipeEventInfo::SwipeDirection::RIGHT) { in GetSwipeDistance() 63 { SwipeEventInfo::SwipeDirection::RIGHT, "right" }, in ToJsonParamInfo()
|
/foundation/window/window_manager/window_scene/session/host/include/ |
D | move_drag_controller.h | 36 RIGHT = 1 << 2, enumerator 39 RIGHT_TOP = RIGHT | TOP, 40 RIGHT_BOTTOM = RIGHT | BOTTOM,
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
D | flex_property.h | 81 { AlignDirection::RIGHT, in SetAlignValue() 103 { AlignDirection::RIGHT, [](FlexItemProperty& item) { return item.HasAlignRight(); } }, in GetAligned() 121 …{ AlignDirection::RIGHT, [](FlexItemProperty& item) { return item.GetAlignRight().value_or(0.0f); … in GetAlignValue()
|
/foundation/arkui/ace_engine/frameworks/core/components/flex/ |
D | render_flex_item.cpp | 127 { AlignDirection::RIGHT, [](RenderFlexItem& item) { in SetAligned() 157 { AlignDirection::RIGHT, [](RenderFlexItem& item) { in GetAligned() 187 { AlignDirection::RIGHT, [](RenderFlexItem& item) { in GetAlignValue() 218 { AlignDirection::RIGHT, [](double inMapvalue, RenderFlexItem& item) { in SetAlignValue()
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/ |
D | typography_types.h | 74 RIGHT = 4, // align right. enumerator 84 RIGHTTRIM = RIGHT | TRIM,
|
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/text/ |
D | render_text_test.cpp | 284 TestRTL(TextDirection::LTR, "text", TextAlign::RIGHT, false); 299 TestRTL(TextDirection::LTR, "text", TextAlign::RIGHT, true); 464 TestRTL(TextDirection::RTL, "اللغة العربية", TextAlign::RIGHT, false); 479 TestRTL(TextDirection::RTL, "اللغة العربية", TextAlign::RIGHT, true);
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
D | page_transition_common.h | 44 RIGHT, enumerator
|
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/align/ |
D | align_creator_test.cpp | 31 const double RIGHT = 1.0; variable 157 ASSERT_TRUE(NearEqual(alignComponent->GetAlignment().GetHorizontal(), RIGHT));
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
D | rs_gradient_blur_para.h | 27 RIGHT, enumerator
|
/foundation/arkui/ace_engine/frameworks/core/components/marquee/ |
D | render_marquee.cpp | 233 …isRTL ? (marquee->GetDirection() == MarqueeDirection::LEFT ? MarqueeDirection::RIGHT : MarqueeDire… in Update() 398 …tAlign = RenderNode::GetTextDirection() == TextDirection::LTR ? TextAlign::LEFT : TextAlign::RIGHT; in GetTextPosition() 401 …textAlign = RenderNode::GetTextDirection() == TextDirection::LTR ? TextAlign::RIGHT : TextAlign::L… in GetTextPosition() 407 } else if (textAlign == TextAlign::RIGHT) { in GetTextPosition()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/ |
D | typography_types.h | 28 RIGHT, enumerator
|
/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
D | scroll_fade_painter.h | 35 RIGHT, enumerator
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/effect/ |
D | scroll_fade_painter.h | 30 RIGHT, enumerator
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/ |
D | indexer_model.h | 27 const std::vector<V2::AlignStyle> ALIGN_STYLE = { V2::AlignStyle::LEFT, V2::AlignStyle::RIGHT }; 28 const std::vector<NG::AlignStyle> NG_ALIGN_STYLE = { NG::AlignStyle::LEFT, NG::AlignStyle::RIGHT };
|
/foundation/multimodalinput/input/frameworks/napi/mouse_event/src/ |
D | js_mouse_event.cpp | 40 RIGHT = 2, enumerator 94 … DECLARE_NAPI_STATIC_PROPERTY("RIGHT", GetNapiInt32(env, static_cast<int32_t>(Button::RIGHT))), in Export()
|