Home
last modified time | relevance | path

Searched defs:bitmap1 (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/docs/examples/
H A DBitmap_refColorSpace.cpp7 SkBitmap bitmap1, bitmap2; in REG_FIDDLE() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/bitmap/
H A Dbitmap_test.cpp253 std::unique_ptr<Bitmap> bitmap1 = std::make_unique<Bitmap>(); in HWTEST_F() local
272 std::unique_ptr<Bitmap> bitmap1 = std::make_unique<Bitmap>(); in HWTEST_F() local
298 std::unique_ptr<Bitmap> bitmap1 = std::make_unique<Bitmap>(); HWTEST_F() local
386 std::unique_ptr<Bitmap> bitmap1 = std::make_unique<Bitmap>(); HWTEST_F() local
440 Bitmap bitmap1; HWTEST_F() local
455 Bitmap bitmap1; HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkbitmap_fuzzer/
H A Dbitmap_fuzzer.cpp92 OH_Drawing_Bitmap* bitmap1 = OH_Drawing_BitmapCreateFromPixels(nullptr, nullptr, rowBytes); in BitmapFuzzTest001() local
/kernel/linux/linux-5.10/tools/lib/
H A Dbitmap.c21 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_or() argument
60 int __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_and() argument
75 int __bitmap_equal(const unsigned long *bitmap1, in __bitmap_equal() argument
/kernel/linux/linux-6.6/tools/lib/
H A Dbitmap.c21 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_or() argument
60 bool __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_and() argument
75 bool __bitmap_equal(const unsigned long *bitmap1, in __bitmap_equal() argument
90 bool __bitmap_intersects(const unsigned long *bitmap1, in __bitmap_intersects() argument
[all...]
/test/xts/acts/graphic/acts_drawing_native/
H A DDrawingNativeBitmapTest.cpp99 OH_Drawing_Bitmap *bitmap1 = OH_Drawing_BitmapCreate(); in HWTEST_F() local
150 OH_Drawing_Bitmap *bitmap1 = OH_Drawing_BitmapCreateFromPixels(nullptr, pixels, rowBytes); in HWTEST_F() local
192 OH_Drawing_Bitmap *bitmap1 = OH_Drawing_BitmapCreateFromPixels(&imageInfo, pixels1, rowBytes); in HWTEST_F() local
263 OH_Drawing_Bitmap *bitmap1 = OH_Drawing_BitmapCreate(); HWTEST_F() local
325 OH_Drawing_Bitmap *bitmap1 = OH_Drawing_BitmapCreate(); HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Dcmd_list_helper_test.cpp550 Bitmap bitmap1; in HWTEST_F() local
/kernel/linux/linux-6.6/tools/testing/selftests/seccomp/
H A Dseccomp_benchmark.c143 unsigned long long native, filter1, filter2, bitmap1, bitmap2; in main() local
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
H A Djcphuff-neon.c245 uint32_t bitmap1 = vget_lane_u32(vreinterpret_u32_u8(bitmap_all), 1); in jsimd_encode_mcu_AC_first_prepare_neon() local
490 uint32_t bitmap1 = vget_lane_u32(vreinterpret_u32_u8(bitmap_all), 1); in jsimd_encode_mcu_AC_refine_prepare_neon() local
[all...]
/kernel/linux/linux-5.10/lib/
H A Dbitmap.c48 int __bitmap_equal(const unsigned long *bitmap1, in __bitmap_equal() argument
64 bool __bitmap_or_equal(const unsigned long *bitmap1, in __bitmap_or_equal() argument
240 int __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_and() argument
256 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_or() argument
267 __bitmap_xor(unsigned long *dst, const unsigned long *bitmap1, const unsigned long *bitmap2, unsigned int bits) __bitmap_xor() argument
278 __bitmap_andnot(unsigned long *dst, const unsigned long *bitmap1, const unsigned long *bitmap2, unsigned int bits) __bitmap_andnot() argument
306 __bitmap_intersects(const unsigned long *bitmap1, const unsigned long *bitmap2, unsigned int bits) __bitmap_intersects() argument
321 __bitmap_subset(const unsigned long *bitmap1, const unsigned long *bitmap2, unsigned int bits) __bitmap_subset() argument
[all...]
/kernel/linux/linux-6.6/lib/
H A Dbitmap.c48 bool __bitmap_equal(const unsigned long *bitmap1, in __bitmap_equal() argument
64 bool __bitmap_or_equal(const unsigned long *bitmap1, in __bitmap_or_equal() argument
240 bool __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_and() argument
256 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_or() argument
267 __bitmap_xor(unsigned long *dst, const unsigned long *bitmap1, const unsigned long *bitmap2, unsigned int bits) __bitmap_xor() argument
278 __bitmap_andnot(unsigned long *dst, const unsigned long *bitmap1, const unsigned long *bitmap2, unsigned int bits) __bitmap_andnot() argument
306 __bitmap_intersects(const unsigned long *bitmap1, const unsigned long *bitmap2, unsigned int bits) __bitmap_intersects() argument
321 __bitmap_subset(const unsigned long *bitmap1, const unsigned long *bitmap2, unsigned int bits) __bitmap_subset() argument
355 __bitmap_weight_and(const unsigned long *bitmap1, const unsigned long *bitmap2, unsigned int bits) __bitmap_weight_and() argument
[all...]
/kernel/linux/linux-5.10/fs/ocfs2/
H A Docfs2_fs.h715 } bitmap1; member
/kernel/linux/linux-6.6/fs/ocfs2/
H A Docfs2_fs.h713 } bitmap1; member

Completed in 15 milliseconds