/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/file/ |
H A D | audio_renderer_file_sink.cpp | 56 int32_t AudioRendererFileSink::GetVolume(float &left, float &right) in GetVolume() argument 205 int32_t AudioRendererFileSink::SetVolume(float left, float right) in SetVolume() argument
|
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/common/ |
H A D | i_audio_renderer_sink.h | 72 virtual int32_t SetVolume(float left, float right) = 0; 73 virtual int32_t GetVolume(float &left, float &right) = 0;
|
/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/multimedia/audio_framework/frameworks/native/hdiadapter/source/common/ |
H A D | i_audio_capturer_source.h | 85 virtual int32_t SetVolume(float left, float right) = 0; 86 virtual int32_t GetVolume(float &left, float &right) = 0;
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndktextblob_fuzzer/ |
H A D | ndktextblob_fuzzer.cpp | 54 float left = GetObject<float>(); in NativeDrawingTextBlobTest001() local 58 OH_Drawing_Rect* rect = OH_Drawing_RectCreate(left, top, right, bottom); in NativeDrawingTextBlobTest001()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceohosraster_fuzzer/ |
H A D | rssurfaceohosraster_fuzzer.cpp | 120 int32_t left = GetData<int32_t>();
in DoSetDamageRegion() local 125 rsSurfaceFrameOhosRaster->SetDamageRegion(left, top, width1, height1);
in DoSetDamageRegion()
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/ |
H A D | gles_render_backend.cpp | 130 void GLESRenderBackend::SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) in SetDamageRegion() argument 136 eglManager_->SetDamageRegion(left, top, width, height); in SetDamageRegion()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceframeohosraster_fuzzer/ |
H A D | rssurfaceframeohosraster_fuzzer.cpp | 120 int32_t left = GetData<int32_t>();
in DoSetDamageRegion() local 124 rsSurfaceFrameOhosRaster->SetDamageRegion(left, top, width1, height1);
in DoSetDamageRegion()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/brush_fuzzer/ |
H A D | brush_fuzzer.cpp | 93 float left = GetObject<float>(); in BrushFuzzTestInner04() local 98 left, in BrushFuzzTestInner04()
|
/foundation/resourceschedule/ffrt/src/sched/ |
H A D | interval.h | 61 uint64_t left = (absDeadlineNs > nowNs) ? (absDeadlineNs - nowNs) : 1; in LeftNs() local 62 return left; in LeftNs()
|
/test/testfwk/developer_test/local_coverage/interface_coverage/ |
H A D | make_report.py | 114 <th align='left'> 141 <h4 style="text-align: left;font-family: 微软雅黑;margin-left: 3%;">Summary</h4> 213 tabletitle = "<h4 style=\"text-align: left;font-family: 微软雅黑;margin-left: 3%;\">" + tabletitle + "</h4>"
|
/third_party/eudev/src/shared/ |
H A D | siphash24.c | 69 const int left = inlen & 7; in siphash24() local 92 switch( left ) in siphash24()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | control-flow-optimizer.cc | 81 Node* index = m.left().node(); in TryBuildSwitch() 106 if (m1.left().node() != index) break; in TryBuildSwitch()
|
/third_party/node/deps/openssl/openssl/ssl/record/ |
H A D | ssl3_buffer.c | 17 b->left = n; in SSL3_BUFFER_set_data() 28 b->left = 0; in SSL3_BUFFER_clear()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | gen_overlay_fonts.py | 201 left = face.glyph.bitmap_left 207 offset_x = left
|
/third_party/skia/src/gpu/geometry/ |
H A D | GrRect.h | 50 void set(int16_t left, int16_t top, int16_t right, int16_t bottom) { in set() 51 fLeft = left; in set() 114 // clip the left edge to src and dst bounds, adjusting dstPoint if necessary in GrClipSrcRectAndDstPoint()
|
/third_party/openssl/ssl/record/ |
H A D | ssl3_buffer.c | 17 b->left = n; in SSL3_BUFFER_set_data() 28 b->left = 0; in SSL3_BUFFER_clear()
|
/third_party/skia/src/sksl/ |
H A D | SkSLString.cpp | 108 String operator+(skstd::string_view left, skstd::string_view right) { in operator +() argument 109 return String(left) + right; in operator +()
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrRenderState.hpp | 223 int left; member 229 : left (left_) in WindowRectangle()
|
/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | rosen_render_picker_base.cpp | 38 double left = offset.GetX() + pickerColumn->GetPosition().GetX() - pickerColumn->GetXOffset(); in GetOptionsRect() local 46 left += parent->GetPosition().GetX(); in GetOptionsRect() 52 return Rect(left, top, columnParent_->GetLayoutSize().Width(), bottom - top); in GetOptionsRect()
|
/foundation/arkui/ace_engine/frameworks/core/components/transform/ |
H A D | rosen_render_transform.cpp | 138 auto left = std::min(std::min(ltPoint.GetX(), rtPoint.GetX()), std::min(lbPoint.GetX(), rbPoint.GetX())); in GetTransformRect() local 142 return Rect(left, top, right - left, bottom - top).CombineRect(rect); in GetTransformRect()
|
/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | render_single_child_scroll.cpp | 219 auto left = child->GetLeft().ConvertToPx(); in PerformLayout() local 225 left = childPosition->GetLeft().ConvertToPx(); in PerformLayout() 229 itemSize.SetWidth(itemSize.Width() + left); in PerformLayout()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_textfield_ffi.cpp | 123 textEdge.left = value; in FfiOHOSAceFrameworkTextFieldSetPadding() 134 paddings.left = NG::CalcLength(Dimension(params.left, static_cast<DimensionUnit>(params.leftUnit))); in FfiOHOSAceFrameworkTextFieldSetPaddings()
|
/foundation/arkui/ace_engine/advanced_ui_component/interstitialdialogaction/interfaces/ |
H A D | interstitialdialogaction.js | 77 left: DIALOG_INNER_PADDING_SIZE, 115 Row.padding({ left: OPERATE_AREA_AVOID_WIDTH }); 177 Flex.margin({ left: TEXT_LEFT_MARGIN_SIZE });
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/panel/ |
H A D | close_icon_pattern_test_ng.cpp | 57 PaddingProperty CreatePadding(float left, float top, float right, float bottom) in CreatePadding() argument 60 padding.left = CalcLength(left); in CreatePadding()
|