Home
last modified time | relevance | path

Searched refs:left (Results 951 - 975 of 2937) sorted by relevance

1...<<31323334353637383940>>...118

/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/file/
H A Daudio_renderer_file_sink.cpp56 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 Di_audio_renderer_sink.h72 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 Daudio_capturer_file_source.cpp42 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 Di_audio_capturer_source.h85 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 Dndktextblob_fuzzer.cpp54 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 Drssurfaceohosraster_fuzzer.cpp120 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 Dgles_render_backend.cpp130 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 Drssurfaceframeohosraster_fuzzer.cpp120 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 Dbrush_fuzzer.cpp93 float left = GetObject<float>(); in BrushFuzzTestInner04() local
98 left, in BrushFuzzTestInner04()
/foundation/resourceschedule/ffrt/src/sched/
H A Dinterval.h61 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 Dmake_report.py114 <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 Dsiphash24.c69 const int left = inlen & 7; in siphash24() local
92 switch( left ) in siphash24()
/third_party/node/deps/v8/src/compiler/
H A Dcontrol-flow-optimizer.cc81 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 Dssl3_buffer.c17 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 Dgen_overlay_fonts.py201 left = face.glyph.bitmap_left
207 offset_x = left
/third_party/skia/src/gpu/geometry/
H A DGrRect.h50 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 Dssl3_buffer.c17 b->left = n; in SSL3_BUFFER_set_data()
28 b->left = 0; in SSL3_BUFFER_clear()
/third_party/skia/src/sksl/
H A DSkSLString.cpp108 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 DrrRenderState.hpp223 int left; member
229 : left (left_) in WindowRectangle()
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drosen_render_picker_base.cpp38 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 Drosen_render_transform.cpp138 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 Drender_single_child_scroll.cpp219 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 Dcj_textfield_ffi.cpp123 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 Dinterstitialdialogaction.js77 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 Dclose_icon_pattern_test_ng.cpp57 PaddingProperty CreatePadding(float left, float top, float right, float bottom) in CreatePadding() argument
60 padding.left = CalcLength(left); in CreatePadding()

Completed in 12 milliseconds

1...<<31323334353637383940>>...118