Home
last modified time | relevance | path

Searched refs:RIGHT (Results 1 – 25 of 179) sorted by relevance

12345678

/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
Dfloating.h27 #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
Dtypography_style.cpp41 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/
Dlayout_manager.cpp31 … { 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/
Dborder_image.cpp32 case BorderImageDirection::RIGHT: in SetEdgeSlice()
52 case BorderImageDirection::RIGHT: in SetEdgeOutset()
72 case BorderImageDirection::RIGHT: in SetEdgeWidth()
92 case BorderImageDirection::RIGHT: in GetBorderImageEdge()
Dplacement.h23 RIGHT, enumerator
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
Dconstants.h169 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/
Dtypography_style.cpp41 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/
Dtypography_style.cpp43 : TextAlign::RIGHT; in EffectiveAlign()
45 return (textDirection_ == TextDirection::LTR) ? TextAlign::RIGHT in EffectiveAlign()
/foundation/window/window_manager/window_scene/session_manager/src/
Dscreen_cutout_controller.cpp26 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/
Dfocusable_grid.cpp36 { HORIZONTAL, { { FORWARD, KeyDirection::RIGHT }, { REVERSE, KeyDirection::LEFT } } },
69 case KeyDirection::RIGHT: in FocusMove()
/foundation/arkui/ace_engine/frameworks/core/gestures/
Dswipe_recognizer.cpp33 …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/
Dmove_drag_controller.h36 RIGHT = 1 << 2, enumerator
39 RIGHT_TOP = RIGHT | TOP,
40 RIGHT_BOTTOM = RIGHT | BOTTOM,
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
Dflex_property.h81 { 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/
Drender_flex_item.cpp127 { 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/
Dtypography_types.h74 RIGHT = 4, // align right. enumerator
84 RIGHTTRIM = RIGHT | TRIM,
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/text/
Drender_text_test.cpp284 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/
Dpage_transition_common.h44 RIGHT, enumerator
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/align/
Dalign_creator_test.cpp31 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/
Drs_gradient_blur_para.h27 RIGHT, enumerator
/foundation/arkui/ace_engine/frameworks/core/components/marquee/
Drender_marquee.cpp233 …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/
Dtypography_types.h28 RIGHT, enumerator
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
Dscroll_fade_painter.h35 RIGHT, enumerator
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/effect/
Dscroll_fade_painter.h30 RIGHT, enumerator
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
Dindexer_model.h27 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/
Djs_mouse_event.cpp40 RIGHT = 2, enumerator
94 … DECLARE_NAPI_STATIC_PROPERTY("RIGHT", GetNapiInt32(env, static_cast<int32_t>(Button::RIGHT))), in Export()

12345678