Home
last modified time | relevance | path

Searched refs:left (Results 726 - 750 of 2937) sorted by relevance

1...<<21222324252627282930>>...118

/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drender_texture_impl.h52 void SetExtSurfaceBounds(int32_t left, int32_t top, int32_t width, int32_t height) override;
54 bool SetExtSurfaceBoundsSync(int32_t left, int32_t top, int32_t width, int32_t height) override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dshape_view_box.h49 void SetLeft(const Dimension& left) in SetLeft() argument
51 x_ = left; in SetLeft()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/rasterizer/
H A Drasterizer_scanline_clip.h121 void ClipBox(int32_t left, int32_t top, int32_t right, int32_t bottom) in ClipBox() argument
123 clipBox_ = Rect32(left, top, right, bottom); in ClipBox()
/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/
H A Daudio_channel_blend.h46 void BlendLR(T& left, T& right);
48 void BlendLR(int24_t& left, int24_t& right);
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/file/
H A Daudio_capturer_file_source.h44 int32_t SetVolume(float left, float right) override;
45 int32_t GetVolume(float &left, float &right) override;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_frame_ohos_raster.cpp32 void RSSurfaceFrameOhosRaster::SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) in SetDamageRegion() argument
34 flushConfig_.damage.x = left; in SetDamageRegion()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkregion_fuzzer/
H A Dndkregion_fuzzer.cpp59 float left = GetObject<float>(); in NativeDrawingRegionTest001() local
63 OH_Drawing_Rect* rect = OH_Drawing_RectCreate(left, top, right, bottom); in NativeDrawingRegionTest001()
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/
H A Dtypography_types.h128 Boundary(size_t left, size_t right) in Boundary()
130 leftIndex = left; in Boundary()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dblur_large_rrects.cpp55 float left = 5.f; in OnTestFunction() local
59 OH_Drawing_Rect *rect = OH_Drawing_RectCreate(left, top, right, bottom); in OnTestFunction()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkroundrect_fuzzer/
H A Droundrect_fuzzer.cpp43 float left = GetObject<float>(); in NativeDrawingRoundRectTest001() local
52 OH_Drawing_Rect* rect = OH_Drawing_RectCreate(left, top, right, bottom); in NativeDrawingRoundRectTest001()
/foundation/multimedia/image_effect/frameworks/native/render_environment/base/math/
H A Dmath_utils.h43 template<class R, class TL, class TR> static void Multiply(R &result, const TL &left, const TR &right) in Multiply() argument
47 result = left * right; in Multiply()
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/sink/
H A Dplayer_sink_manager.h72 int32_t SetVolume(float left, float right);
73 int32_t GetVolume(float &left, float &right);
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_region.cpp79 int left = rect->GetLeft(); in OH_Drawing_RegionSetRect() local
83 RectI rectI(left, top, right, bottom); in OH_Drawing_RegionSetRect()
/test/ostest/wukong/report/src/
H A Dformat_csv.cpp40 ss << std::setw(column_size_[col]) << std::setiosflags(std::ios::left) << std::setfill(' ') << header[col]; in FormatDetail()
50 ss << std::setw(column_size_[col]) << std::setiosflags(std::ios::left) << std::setfill(' '); in FormatDetail()
/third_party/node/test/sequential/
H A Dtest-crypto-timing-safe-equal.js28 for (const left of [a1, a2, a3]) {
30 assert.strictEqual(crypto.timingSafeEqual(left, right), true);
/third_party/skia/src/core/
H A DSkDrawable.cpp29 canvas->drawLine(r.left(), r.top(), r.right(), r.bottom(), paint); in draw_bbox()
30 canvas->drawLine(r.left(), r.bottom(), r.right(), r.top(), paint); in draw_bbox()
/third_party/skia/tests/graphite/
H A DIntersectionTreeTest.cpp42 CHECK(tree.add(rect) == simpleTree.add({rect.left(), in DEF_GRAPHITE_TEST()
56 CHECK(tree.add(rect) == simpleTree.add({rect.left(), in DEF_GRAPHITE_TEST()
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
H A Dgenerator_impl_binary_test.cc43 Global("left", op_ty(), ast::StorageClass::kPrivate); in TEST_P()
45 auto* left = Expr("left"); in TEST_P() local
48 auto* expr = create<ast::BinaryExpression>(params.op, left, right); in TEST_P()
61 BinaryData{"(left & right)", ast::BinaryOp::kAnd},
62 BinaryData{"(left | right)", ast::BinaryOp::kOr},
63 BinaryData{"(left ^ right)", ast::BinaryOp::kXor},
64 BinaryData{"(left && right)", ast::BinaryOp::kLogicalAnd},
65 BinaryData{"(left || right)", ast::BinaryOp::kLogicalOr},
66 BinaryData{"(left
[all...]
/third_party/skia/include/c/
H A Dsk_types.h78 int32_t left; member
85 float left; member
/third_party/skia/include/sksl/
H A DDSLStatement.h74 friend DSLStatement operator,(DSLStatement left, DSLStatement right);
105 DSLStatement operator,(DSLStatement left, DSLStatement right);
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dimage_pixel_map_test.cpp780 rect.left = 0; in HWTEST_F()
975 rect.left = 0; in HWTEST_F()
1465 // test region.left < 0 in HWTEST_F()
1466 region = {.left = -1, .top = 0, .width = imageInfo.size.width, .height = imageInfo.size.height}; in HWTEST_F()
1467 ASSERT_EQ(region.left < 0 ? 0 : 1, 0); in HWTEST_F()
1472 region = {.left = 0, .top = -1, .width = imageInfo.size.width, .height = imageInfo.size.height}; in HWTEST_F()
1473 ASSERT_NE(region.left < 0 ? 0 : 1, 0); in HWTEST_F()
1505 region = {.left = 0, .top = 0, .width = imageInfo.size.width, .height = imageInfo.size.height}; in HWTEST_F()
1506 ASSERT_NE(region.left < 0 ? 0 : 1, 0); in HWTEST_F()
1552 struct Rect region = {.left in HWTEST_F()
1632 int32_t left = pixelMap->GetWidth() - region4.width; HWTEST_F() local
[all...]
/third_party/node/deps/v8/third_party/zlib/
H A Dinflate.c481 left = strm->avail_out; \
492 strm->avail_out = left; \
570 input left to load n bits into the accumulator, or it continues. BITS(n)
583 state information is maintained to continue the loop where it left off
631 unsigned have, left; /* available input and output */ local
655 out = left;
909 if (copy > left) copy = left;
914 left -= copy;
1048 left >
[all...]
/third_party/node/deps/zlib/
H A Dinflate.c448 left = strm->avail_out; \
459 strm->avail_out = left; \
537 input left to load n bits into the accumulator, or it continues. BITS(n)
550 state information is maintained to continue the loop where it left off
595 unsigned have, left; /* available input and output */ in inflate() local
619 out = left; in inflate()
886 if (copy > left) copy = left; in inflate()
891 left -= copy; in inflate()
1029 left > in inflate()
[all...]
/third_party/skia/third_party/externals/zlib/
H A Dinflate.c480 left = strm->avail_out; \
491 strm->avail_out = left; \
569 input left to load n bits into the accumulator, or it continues. BITS(n)
582 state information is maintained to continue the loop where it left off
630 unsigned have, left; /* available input and output */ local
654 out = left;
909 if (copy > left) copy = left;
914 left -= copy;
1048 left >
[all...]
/third_party/zlib/
H A Dinflate.c460 left = strm->avail_out; \
471 strm->avail_out = left; \
549 input left to load n bits into the accumulator, or it continues. BITS(n)
562 state information is maintained to continue the loop where it left off
607 unsigned have, left; /* available input and output */ in inflate() local
637 out = left; in inflate()
957 if (copy > left) copy = left; in inflate()
962 left -= copy; in inflate()
1105 if (have >= 6 && left > in inflate()
[all...]

Completed in 15 milliseconds

1...<<21222324252627282930>>...118