/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | animatable_properties.cpp | 770 void AnimatableProperties::SetPositionRight(const Dimension& right) in SetPositionRight() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | box_component_helper.h | 259 static void SetBorderWidth(const RefPtr<Decoration> decoration, const Dimension& left, const Dimension& right, in SetBorderWidth() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/panel/ |
H A D | dragBar_pattern_test_ng.cpp | 75 PaddingProperty CreatePadding(float left, float top, float right, float bottom) in CreatePadding() argument
|
H A D | close_icon_pattern_test_ng.cpp | 57 PaddingProperty CreatePadding(float left, float top, float right, float bottom) in CreatePadding() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/search/ |
H A D | search_decoration_test_ng.cpp | 150 PaddingProperty SearchDecorationTestNg::CreatePadding(float left, float top, float right, float bottom) in CreatePadding() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/stack/old_cases/ |
H A D | stack_test_ng.cpp | 68 PaddingProperty StackTestNg::CreatePadding(float left, float top, float right, float bottom) in CreatePadding() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/folder_stack/ |
H A D | folder_stack_test_ng.cpp | 74 PaddingProperty FolderStackTestNg::CreatePadding(float left, float top, float right, float bottom) in CreatePadding() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/relative_container/ |
H A D | relative_container_new_test_ng.cpp | 66 bool ListsEqual(const std::list<std::string>& left, const std::list<std::string>& right) in ListsEqual() argument [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/mock/ |
H A D | sec_comp_base_mock.h | 26 double right; member
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/ |
H A D | render_grid_row.cpp | 26 bool OrderComparator(const RefPtr<RenderNode>& left, const RefPtr<RenderNode>& right) in OrderComparator() argument
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | node_model.h | 97 ArkUI_HorizontalAlignRule right; member
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | swiper_composed_element.cpp | 214 auto right = renderSwiper->GetSwiperRight(); in GetSwiperRight() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/ |
H A D | swiper_indicator_utils.h | 86 auto right = indicatorLayoutProperty->GetRight(); in CalcIndicatrFrameOffSet() local 145 static float CalcIndicatrOffSetX(const std::optional<Dimension>& left, const std::optional<Dimension>& right, in CalcIndicatrOffSetX() argument
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_slider.cpp | 194 int16_t right; in DrawForeground() local
|
H A D | ui_scroll_view.cpp | 289 int16_t right = rect.GetRight(); in CalculateReboundDistance() local
|
/foundation/arkui/ace_engine/test/unittest/core/property/ |
H A D | measure_utils_test_ng.cpp | 933 std::optional<CalcDimension> top, bottom, left, right; in HWTEST_F() local [all...] |
/foundation/arkui/ui_lite/frameworks/layout/ |
H A D | flex_layout.cpp | 102 int16_t right; in CalValidLength() local 130 int16_t right; in CalRowCount() local 154 int16_t right; in GetRowMaxHeight() local 190 int16_t right; GetRowsWidth() local 288 int16_t right = child->GetStyle(STYLE_MARGIN_RIGHT); LayoutHorizontal() local 344 int16_t right; GetColumnMaxWidth() local 419 int16_t right = child->GetStyle(STYLE_MARGIN_RIGHT); GetCrossAxisPosX() local [all...] |
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | input_tdd_test.cpp | 375 int16_t right = button->GetStyle(STYLE_MARGIN_RIGHT); in ComponentInputStyleTest07() local
|
/foundation/multimedia/av_codec/services/media_engine/modules/sink/ |
H A D | subtitle_sink.cpp | 68 int32_t right = subtitleInfoVec_.size(); in GetTargetSubtitleIndex() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/ |
H A D | rs_obj_abs_geometry.cpp | 343 float right = (rect.left_ + rect.width_) * scaleX + transX; in MapRect() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkmatrix_fuzzer/ |
H A D | matrix_fuzzer.cpp | 54 float right = GetObject<float>(); in NativeMatrixTest001() local
|
/foundation/multimedia/audio_framework/test/fuzztest/audioadaptorbluetooth_fuzzer/ |
H A D | audio_adaptor_bluetooth_fuzzer.cpp | 152 float right = *reinterpret_cast<const float*>(rawData); in SetVolumeFuzzTest() local 161 float left, right; in GetVolumeFuzzTest() local
|
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/common/ |
H A D | i_audio_capturer_source.cpp | 205 int32_t IAudioCapturerSourceSetVolume(void *wapper, float left, float right) in IAudioCapturerSourceSetVolume() argument 218 int32_t IAudioCapturerSourceGetVolume(void *wapper, float *left, float *right) in IAudioCapturerSourceGetVolume() argument
|
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/file/ |
H A D | audio_capturer_file_source.cpp | 42 int32_t AudioCapturerFileSource::SetVolume(float left, float right) in SetVolume() argument 47 int32_t AudioCapturerFileSource::GetVolume(float &left, float &right) in GetVolume() argument
|
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | rect.h | 74 CommonRect(T left, T top, T right, T bottom) : left_(left), top_(top), right_(right), bottom_(bottom) {} in CommonRect() argument 104 void SetRect(T left, T top, T right, T bottom) in SetRect() argument 290 SetRight(T right) SetRight() argument [all...] |