/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | render_texture_impl.h | 52 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 D | shape_view_box.h | 49 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 D | rasterizer_scanline_clip.h | 121 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 D | audio_channel_blend.h | 46 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 D | audio_capturer_file_source.h | 44 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 D | rs_surface_frame_ohos_raster.cpp | 32 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 D | ndkregion_fuzzer.cpp | 59 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 D | typography_types.h | 128 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 D | blur_large_rrects.cpp | 55 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 D | roundrect_fuzzer.cpp | 43 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 D | math_utils.h | 43 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 D | player_sink_manager.h | 72 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 D | drawing_region.cpp | 79 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 D | format_csv.cpp | 40 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 D | test-crypto-timing-safe-equal.js | 28 for (const left of [a1, a2, a3]) { 30 assert.strictEqual(crypto.timingSafeEqual(left, right), true);
|
/third_party/skia/src/core/ |
H A D | SkDrawable.cpp | 29 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 D | IntersectionTreeTest.cpp | 42 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 D | generator_impl_binary_test.cc | 43 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 D | sk_types.h | 78 int32_t left; member 85 float left; member
|
/third_party/skia/include/sksl/ |
H A D | DSLStatement.h | 74 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 D | image_pixel_map_test.cpp | 780 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 D | inflate.c | 481 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 D | inflate.c | 448 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 D | inflate.c | 480 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 D | inflate.c | 460 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...] |