Home
last modified time | relevance | path

Searched defs:offset2 (Results 1 - 25 of 40) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dcl_utils.h20 inline bool OverlapRegions(size_t offset1, size_t offset2, size_t size) in OverlapRegions() argument
/third_party/musl/libc-test/src/functionalext/supplement/dirent/
H A Dtelldir.c41 long offset2 = 0; in telldir_0100() local
/third_party/skia/bench/
H A DImageFilterDAGBench.cpp150 auto offset2 = SkImageFilters::Offset(-100.0f, -100.0f, blur); variable
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_animation_test_ng.cpp790 auto offset2 = 20.0f; in HWTEST_F() local
856 auto offset2 = 500.0f; in HWTEST_F() local
903 auto offset2 = 20.0f; in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dbackground_modifier.h51 NG::OffsetF offset2 = Alignment::GetAlignPosition(desSize, srcSize, align_); variable
84 NG::OffsetF offset2 = Alignment::GetAlignPosition(desSize, srcSize, align_); variable
/third_party/mesa3d/src/egl/wayland/wayland-drm/
H A Dwayland-drm.c59 create_buffer(struct wl_client *client, struct wl_resource *resource, uint32_t id, uint32_t name, int fd, int32_t width, int32_t height, uint32_t format, int32_t offset0, int32_t stride0, int32_t offset1, int32_t stride1, int32_t offset2, int32_t stride2) create_buffer() argument
135 drm_create_planar_buffer(struct wl_client *client, struct wl_resource *resource, uint32_t id, uint32_t name, int32_t width, int32_t height, uint32_t format, int32_t offset0, int32_t stride0, int32_t offset1, int32_t stride1, int32_t offset2, int32_t stride2) drm_create_planar_buffer() argument
164 drm_create_prime_buffer(struct wl_client *client, struct wl_resource *resource, uint32_t id, int fd, int32_t width, int32_t height, uint32_t format, int32_t offset0, int32_t stride0, int32_t offset1, int32_t stride1, int32_t offset2, int32_t stride2) drm_create_prime_buffer() argument
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/testutils/
H A DTestUtils.java52 public static boolean equals(byte[] b1, int offset1, byte[] b2, int offset2, int length) { in equals() argument
208 equals( int offset1, ReadableFontData rfd1, int offset2, ReadableFontData rfd2, int length) equals() argument
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dsfwoff.c80 FT_ULong offset2 = table2->Offset; in compare_offsets() local
/foundation/arkui/ace_engine/test/unittest/core/render/
H A Dimage_painter_test_ng.cpp495 auto offset2 = imagePainter.CalculateBgImagePosition(boxPaintSize_, imageRenderSize_, bgImgPositionOpt2); in HWTEST_F() local
/foundation/multimedia/media_lite/test/
H A Dtest_play_file_h265.cpp239 uint8_t offset2 = 2; in GetNal() local
/third_party/ffmpeg/libavcodec/
H A Dtruespeech.c47 int offset2[4]; ///< 7-bit value, encodes offsets for copying and for two-point filter member
H A Ddvdsubenc.c258 int offset1, offset2; in encode_dvd_subtitles() local
H A Ddvdsubdec.c229 int64_t offset1, offset2; in decode_dvd_subtitles() local
[all...]
H A Dvp6.c591 vp6_filter(VP56Context *s, uint8_t *dst, uint8_t *src, int offset1, int offset2, ptrdiff_t stride, VP56mv mv, int mask, int select, int luma) vp6_filter() argument
H A Dvc1dsp.c898 sprite_v_template(uint8_t *dst, const uint8_t *src1a, const uint8_t *src1b, int offset1, int two_sprites, const uint8_t *src2a, const uint8_t *src2b, int offset2, int alpha, int scaled, int width) sprite_v_template() argument
953 sprite_v_double_twoscale_c(uint8_t *dst, const uint8_t *src1a, const uint8_t *src1b, int offset1, const uint8_t *src2a, const uint8_t *src2b, int offset2, int alpha, int width) sprite_v_double_twoscale_c() argument
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DBufferTests.cpp286 size_t offset2 = 0; in TEST_P() local
311 size_t offset2 = 0; in TEST_P() local
329 size_t offset2 = 0; in TEST_P() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dwebp_exif_metadata_accessor.cpp400 static const byte offset2 = 2; in GetWidthAndHeightFormChunk() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_base_test_ng.cpp749 auto offset2 = richEditorController->GetCaretOffset(); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_column_test_ng.cpp311 double offset2 = 0 - jump; in HWTEST_F() local
365 double offset2 = jump; in HWTEST_F() local
450 double offset2 = 0 - jump; in HWTEST_F() local
495 double offset2 = jump; in HWTEST_F() local
1076 double offset2 = 0 - jump; in HWTEST_F() local
1131 double offset2 = 0 - jump; HWTEST_F() local
1189 double offset2 = jump; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dtime_sync.cpp460 TimeOffset offset2 = static_cast<TimeOffset>(timeSyncInfo.GetTargetTimeEnd() + (roundTrip / TRIP_DIV_HALF) - in CalculateTimeOffset() local
/third_party/skia/third_party/externals/libwebp/src/demux/
H A Danim_decode.c406 const size_t offset2 = canvas_y * width + left2; in WebPAnimDecoderGetNext() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/select_overlay/
H A Dselect_overlay_test_ng.cpp515 const auto& offset2 = OffsetF(info2.GetDelta().GetX(), info2.GetDelta().GetY()); in HWTEST_F() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dpixel_map_test.cpp1236 uint32_t offset2 = 0; in HWTEST_F() local
/third_party/icu/icu4c/source/i18n/
H A Dnumber_patternstring.cpp139 int32_t offset2 = offset + U16_LENGTH(cp1); in peek2() local
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_patternstring.cpp139 int32_t offset2 = offset + U16_LENGTH(cp1); in peek2() local

Completed in 37 milliseconds

12