/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | layout_constraint.inl | 171 void LayoutConstraintT<T>::MinusPadding(const std::optional<T>& left, const std::optional<T>& right, 182 …intT<T>::MinusPaddingToNonNegativeSize(const std::optional<T>& left, const std::optional<T>& right,
|
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/ |
H A D | scan_option_value.cpp | 26 ScanOptionValue::ScanOptionValue(const ScanOptionValue &right) in ScanOptionValue() 36 ScanOptionValue &ScanOptionValue::operator=(const ScanOptionValue &right) in operator =()
|
H A D | scan_progress.cpp | 26 ScanProgress::ScanProgress(const ScanProgress &right) in ScanProgress() 37 ScanProgress &ScanProgress::operator=(const ScanProgress &right) in operator =()
|
H A D | scan_option_descriptor.cpp | 26 ScanOptionDescriptor::ScanOptionDescriptor(const ScanOptionDescriptor &right) in ScanOptionDescriptor() 43 ScanOptionDescriptor &ScanOptionDescriptor::operator=(const ScanOptionDescriptor &right) in operator =()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_rect_test.cpp | 146 float right = OH_Drawing_RectGetRight(rect); variable 174 float right = OH_Drawing_RectGetRight(rectSrc); variable 495 float right = OH_Drawing_RectGetRight(rect); variable
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/ |
H A D | _codec_image_region_v10.md | 67 ### right subsection
|
H A D | _codec_image_region_v20.md | 61 ### right subsection
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | multi_ver_vacuum_executor_stub.h | 25 uint8_t right = 1; member
|
/ohos5.0/foundation/window/window_manager/utils/include/ |
H A D | cutout_info.h | 31 DMRect right; member
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/ |
H A D | snapshot.h | 88 int32_t right = parcel.ReadInt32(); in Unmarshalling() local 96 int32_t right = 0; member
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/ |
H A D | audio_channel_blend.cpp | 91 void AudioBlend::BlendLR(T& left, T& right) in BlendLR() 98 void AudioBlend::BlendLR(int24_t& left, int24_t& right) in BlendLR()
|
/ohos5.0/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_(bott… in CommonRect() 104 void SetRect(T left, T top, T right, T bottom) in SetRect() 290 void SetRight(T right) in SetRight()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | rect.h | 164 double right = Right(); in Constrain() local 250 double right = std::min(Right(), other.Right()); in IntersectRect() local 259 double right = std::max(Right(), other.Right()); in CombineRect() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/positioned/ |
H A D | render_positioned.cpp | 75 void RenderPositioned::SetRight(const Dimension& right) in SetRight()
|
/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/string_fuzzer/ |
H A D | string_fuzzer.cpp | 53 string right = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in StringTestFunc() local
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/ |
H A D | bundle_active_event_stats.cpp | 75 void BundleActiveEventStats::add(const BundleActiveEventStats& right) in add()
|
/ohos5.0/foundation/graphic/graphic_surface/surface/src/ |
H A D | surface_delegate.cpp | 34 SurfaceDelegateError SurfaceDelegate::SetBounds(int32_t left, int32_t right, int32_t width, int32_t… in SetBounds()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_rect.cpp | 31 OH_Drawing_Rect* OH_Drawing_RectCreate(float left, float top, float right, float bottom) in OH_Drawing_RectCreate() 88 void OH_Drawing_RectSetRight(OH_Drawing_Rect* cRect, float right) in OH_Drawing_RectSetRight()
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/ |
H A D | bundle_active_event_list.cpp | 65 void BundleActiveEventList::Merge(const BundleActiveEventList& right) in Merge()
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/base/math/ |
H A D | math_utils.h | 43 …plate<class R, class TL, class TR> static void Multiply(R &result, const TL &left, const TR &right) in Multiply()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/parallel/ |
H A D | vec.rs | 28 let right = self.split_off(idx); in split() localVariable
|
/ohos5.0/base/update/updater/services/script/script_interpreter/ |
H A D | script_expression.cpp | 47 UScriptExpression *right) in CreateExpression() 127 UScriptValuePtr right; in Execute() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkregion_fuzzer/ |
H A D | ndkregion_fuzzer.cpp | 61 float right = GetObject<float>(); in NativeDrawingRegionTest001() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | blur_large_rrects.cpp | 57 float right = 240.f; in OnTestFunction() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | border.cpp | 20 Border::Border(const BorderEdge& left, const BorderEdge& top, const BorderEdge& right, const Border… in Border()
|