/foundation/ace/ace_engine/frameworks/base/utils/ |
D | utils.h | 40 inline bool NearEqual(const double left, const double right, const double epsilon) in NearEqual() 50 inline bool NearEqual(const double left, const double right) in NearEqual() 62 inline bool LessOrEqual(double left, double right) in LessOrEqual() 68 inline bool LessNotEqual(double left, double right) in LessNotEqual() 74 inline bool GreatOrEqual(double left, double right) in GreatOrEqual() 80 inline bool GreatNotEqual(double left, double right) in GreatNotEqual()
|
/foundation/ace/ace_engine/frameworks/core/components/common/properties/ |
D | edge.h | 44 …Edge(const CalcDimension& left, const CalcDimension& top, const CalcDimension& right, const CalcDi… in Edge() 46 … Edge(const Dimension& left, const Dimension& top, const Dimension& right, const Dimension& bottom, in Edge() 50 …Edge(const CalcDimension& left, const CalcDimension& top, const CalcDimension& right, const CalcDi… in Edge() 120 virtual void SetRight(const AnimatableDimension& right) in SetRight() 125 virtual void SetRight(const CalcDimension& right) in SetRight() 130 virtual void SetRight(const Dimension& right) in SetRight() 203 … EdgePx(double left, double top, double right, double bottom) : Edge(left, top, right, bottom) {}; in EdgePx() 204 …EdgePx(const std::string& left, const std::string& top, const std::string& right, const std::strin… in EdgePx() 276 void SetRight(const AnimatableDimension& right) override in SetRight() 284 void SetRight(const Dimension& right) override in SetRight() [all …]
|
D | border.cpp | 20 Border::Border(const BorderEdge& left, const BorderEdge& top, const BorderEdge& right, const Border… in Border()
|
D | clip_path.cpp | 47 void Inset::SetLength(const Dimension& top, const Dimension& right, const Dimension& bottom, const … in SetLength() 77 void Inset::SetRadius(const Dimension& top, const Dimension& right, const Dimension& bottom, const … in SetRadius()
|
/foundation/ace/ace_engine/frameworks/core/components/test/unittest/video/ |
D | texture_test_utils.cpp | 34 bool IsNearEqual(const Offset& left, const Offset& right) in IsNearEqual() 39 bool IsNearEqual(const Size& left, const Size& right) in IsNearEqual()
|
/foundation/graphic/ui/frameworks/layout/ |
D | flex_layout.cpp | 105 int16_t right; in CalValidLength() local 133 int16_t right; in CalRowCount() local 157 int16_t right; in GetRowMaxHeight() local 193 int16_t right; in GetRowsWidth() local 291 int16_t right = child->GetStyle(STYLE_MARGIN_RIGHT); in LayoutHorizontal() local 347 int16_t right; in GetColumnMaxWidth() local 422 int16_t right = child->GetStyle(STYLE_MARGIN_RIGHT); in GetCrossAxisPosX() local
|
D | grid_layout.cpp | 53 int16_t right; in LayoutHorizontal() local 88 int16_t right; in LayoutVertical() local
|
/foundation/ace/ace_engine/frameworks/core/components/test/json/ |
D | edge_creator.cpp | 45 double right = 0.0; in CreateFromJson() local
|
D | border_creator.cpp | 51 BorderEdge right; in CreateFromJson() local
|
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/libs/distributeddb/test/unittest/common/storage/ |
D | multi_ver_vacuum_executor_stub.h | 25 uint8_t right = 1; member
|
/foundation/distributedschedule/dmsfwk/services/dtbschedmgr/include/mission/ |
D | snapshot.h | 96 int32_t right = parcel.ReadInt32(); in Unmarshalling() local 104 int32_t right = 0; member
|
/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/ |
D | bundle_active_event_stats.cpp | 70 void BundleActiveEventStats::add(const BundleActiveEventStats& right) in add()
|
D | bundle_active_event_list.cpp | 64 void BundleActiveEventList::Merge(const BundleActiveEventList& right) in Merge()
|
/foundation/ace/ace_engine/frameworks/core/components/common/layout/ |
D | position_param.h | 26 …std::pair<AnimatableDimension, bool> right = { AnimatableDimension(0.0, DimensionUnit::PX), false … member
|
/foundation/graphic/utils/interfaces/kits/gfx_utils/ |
D | rect.h | 74 CommonRect(T left, T top, T right, T bottom) in CommonRect() 123 void SetRect(T left, T top, T right, T bottom) in SetRect() 309 void SetRight(T right) in SetRight()
|
/foundation/ace/ace_engine/frameworks/base/geometry/ |
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
|
/foundation/multimedia/audio_standard/frameworks/native/audiocapturer/src/ |
D | audio_capturer_source.cpp | 284 int32_t AudioCapturerSource::SetVolume(float left, float right) in SetVolume() 307 int32_t AudioCapturerSource::GetVolume(float &left, float &right) in GetVolume() 611 int32_t AudioCapturerSourceSetVolume(float left, float right) in AudioCapturerSourceSetVolume() 625 int32_t AudioCapturerSourceGetVolume(float *left, float *right) in AudioCapturerSourceGetVolume()
|
/foundation/graphic/standard/rosen/modules/2d_graphics/src/engine_adapter/skia_adapter/ |
D | skia_path.cpp | 54 void SkiaPath::AddRect(scalar left, scalar top, scalar right, scalar bottom, PathDirection dir) in AddRect() 64 void SkiaPath::AddOval(scalar left, scalar top, scalar right, scalar bottom, PathDirection dir) in AddOval() 74 void SkiaPath::AddArc(scalar left, scalar top, scalar right, scalar bottom, scalar startAngle, scal… in AddArc() 99 …scalar left, scalar top, scalar right, scalar bottom, scalar xRadius, scalar yRadius, PathDirectio… in AddRoundRect()
|
/foundation/ace/ace_engine/frameworks/core/components/positioned/ |
D | render_positioned.cpp | 75 void RenderPositioned::SetRight(const Dimension& right) in SetRight()
|
/foundation/ace/ace_engine/frameworks/core/components/test/unittest/stack/ |
D | positioned_creator_test.cpp | 79 double right = positioned->GetRight().Value(); in CheckItemProperties() local 313 double right = positioned->GetRight().Value(); variable
|
/foundation/multimedia/audio_standard/frameworks/native/audiorenderer/src/ |
D | bluetooth_renderer_sink.cpp | 324 int32_t BluetoothRendererSink::SetVolume(float left, float right) in SetVolume() 352 int32_t BluetoothRendererSink::GetVolume(float &left, float &right) in GetVolume() 560 int32_t BluetoothRendererSinkSetVolume(float left, float right) in BluetoothRendererSinkSetVolume()
|
D | audio_renderer_sink.cpp | 322 int32_t AudioRendererSink::SetVolume(float left, float right) in SetVolume() 350 int32_t AudioRendererSink::GetVolume(float &left, float &right) in GetVolume() 681 int32_t AudioRendererSinkSetVolume(float left, float right) in AudioRendererSinkSetVolume()
|
/foundation/aafwk/standard/frameworks/kits/content/cpp/test/unittest/common/ |
D | want_params_test.cpp | 111 int right = Integer::Unbox(IInteger::Query(wantParamsIn_->GetParam(keyStr))); variable
|
/foundation/ace/ace_engine/frameworks/base/resource/ |
D | ace_res_config.cpp | 343 int32_t left, int32_t right) in SortLocaleConfigs() 550 …ResConfig& desiredConfig, std::vector<AceResConfig>& candidateConfigs, int32_t left, int32_t right) in SortResConfigs() 573 …ResConfig& desiredConfig, std::vector<AceResConfig>& candidateConfigs, int32_t left, int32_t right) in SortDeclarativeResConfigs() 796 int32_t right = static_cast<int32_t>(matchedLocaleConfigs.size()) - 1; in MatchAndSortI18nConfigs() local 834 int32_t right = static_cast<int32_t>(matchedResConfigs.size()) - 1; in MatchAndSortResConfigs() local 886 int32_t right = static_cast<int32_t>(matchedResConfigs.size()) - 1; in MatchAndSortDeclarativeResConfigs() local
|
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/sink/ |
D | player_sink_manager.cpp | 320 int32_t SinkManager::SetVolume(float left, float right) in SetVolume() 334 int32_t SinkManager::GetVolume(float &left, float &right) in GetVolume()
|