| /external/mesa3d/src/gallium/auxiliary/util/ |
| D | u_bitmask.c | 66 struct util_bitmask *bm; in util_bitmask_create() local 90 util_bitmask_resize(struct util_bitmask *bm, in util_bitmask_resize() 137 util_bitmask_filled_set(struct util_bitmask *bm, in util_bitmask_filled_set() 154 util_bitmask_filled_unset(struct util_bitmask *bm, in util_bitmask_filled_unset() 166 util_bitmask_add(struct util_bitmask *bm) in util_bitmask_add() 204 util_bitmask_set(struct util_bitmask *bm, in util_bitmask_set() 230 util_bitmask_clear(struct util_bitmask *bm, in util_bitmask_clear() 253 util_bitmask_get(struct util_bitmask *bm, in util_bitmask_get() 280 util_bitmask_get_next_index(struct util_bitmask *bm, in util_bitmask_get_next_index() 320 util_bitmask_get_first_index(struct util_bitmask *bm) in util_bitmask_get_first_index() [all …]
|
| /external/skia/tests/ |
| D | GifTest.cpp | 71 SkBitmap bm; in test_gif_data_no_colormap() local 82 SkBitmap bm; in test_gif_data() local 102 SkBitmap bm; in test_gif_data_dims() local 112 SkBitmap bm; in test_interlaced_gif_data() local 144 SkBitmap bm; in test_gif_data_short() local 239 SkBitmap bm; in DEF_TEST() local 277 SkBitmap bm; in DEF_TEST() local 396 SkBitmap bm; in DEF_TEST() local 436 SkBitmap bm; in DEF_TEST() local 487 SkBitmap bm; in DEF_TEST() local [all …]
|
| D | BitmapTest.cpp | 35 SkBitmap bm; in test_peekpixels() local 61 SkBitmap bm; in test_bigalloc() local 74 SkBitmap bm; in test_allocpixels() local 141 SkBitmap bm; in test_bigwidth() local 161 SkBitmap bm; in DEF_TEST() local 200 SkBitmap bm; in test_erasecolor_premul() local 224 SkBitmap bm; in DEF_TEST() local 241 SkBitmap bm; in DEF_TEST() local 263 SkBitmap bm; in DEF_TEST() local 276 SkBitmap bm; in DEF_TEST() local [all …]
|
| D | NdkDecodeTest.cpp | 53 SkBitmap bm; in DEF_TEST() local 88 SkBitmap bm; in DEF_TEST() local 134 SkBitmap bm; in DEF_TEST() local 175 SkBitmap bm; in DEF_TEST() local 250 SkBitmap bm; in DEF_TEST() local 279 SkBitmap bm; in DEF_TEST() local 310 SkBitmap bm; in DEF_TEST() local 371 SkBitmap bm; in DEF_TEST() local 405 SkBitmap bm; in DEF_TEST() local 441 SkBitmap bm; in DEF_TEST() local [all …]
|
| D | SpecialImageTest.cpp | 54 SkBitmap bm; in create_bm() local 112 SkBitmap bm; in test_image() local 154 SkBitmap bm = create_bm(); in DEF_TEST() local 175 SkBitmap bm = create_bm(); in test_specialimage_image() local 208 SkBitmap bm = create_bm(); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
|
| D | CodecPriv.h | 22 inline bool decode_memory(const void* mem, size_t size, SkBitmap* bm) { in decode_memory() 34 inline void write_bm(const char* name, const SkBitmap& bm) { in write_bm()
|
| D | PinnedImageTest.cpp | 34 SkBitmap bm; in surface_is_expected_color() local 53 SkBitmap bm; in basic_test() local 103 SkBitmap bm; in cleanup_test() local
|
| D | NdkEncodeTest.cpp | 50 SkBitmap bm; in DEF_TEST() local 101 SkBitmap bm; in DEF_TEST() local 122 SkBitmap bm; in DEF_TEST() local 192 SkBitmap bm; in DEF_TEST() local 283 SkBitmap bm; in DEF_TEST() local 347 SkBitmap bm; in DEF_TEST() local
|
| D | CodecTest.cpp | 74 static SkMD5::Digest md5(const SkBitmap& bm) { in md5() 91 const SkBitmap& bm) { in compare_to_good_digest() 105 SkBitmap bm; in test_info() local 130 SkBitmap bm; in test_incremental_decode() local 144 SkBitmap bm; in test_in_stripes() local 184 static void test_codec(skiatest::Reporter* r, const char* path, Codec* codec, SkBitmap& bm, in test_codec() 302 SkBitmap bm; in check_scanline_decode() local 405 SkBitmap bm; in check_subset_decode() local 440 SkBitmap bm; in check_android_codec() local 460 SkBitmap bm; in check_codec_image_generator() local [all …]
|
| D | DrawBitmapRectTest.cpp | 131 SkBitmap bm; in test_wacky_bitmapshader() local 203 SkBitmap bm; in test_nan_antihair() local 223 static bool check_for_all_zeros(const SkBitmap& bm) { in check_for_all_zeros() 239 static void create(SkBitmap* bm, SkColor color) { in create()
|
| D | DeviceTest.cpp | 30 static sk_sp<SkSpecialImage> MakeSpecial(SkBaseDevice* dev, const SkBitmap& bm) { in MakeSpecial() 103 SkBitmap bm; in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
|
| /external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/integrationtests/nativegraphics/ |
| D | ShadowNativeCanvasTest.java | 22 Bitmap bm = Bitmap.createBitmap(100, 100, Bitmap.Config.ARGB_8888); in testDrawColor() local 30 Bitmap bm = Bitmap.createBitmap(100, 100, Bitmap.Config.ARGB_8888); in testDrawPaint() local 42 Bitmap bm = Bitmap.createBitmap(100, 100, Bitmap.Config.ARGB_8888); in testSetBitmap() local 55 Bitmap bm = Bitmap.createBitmap(100, 100, Bitmap.Config.ARGB_8888); in testDrawTextRunChars() local
|
| /external/skia/fuzz/ |
| D | FuzzEncoders.cpp | 28 SkBitmap bm; in make_fuzzed_bitmap() local 41 auto bm = make_fuzzed_bitmap(fuzz); in DEF_FUZZ() local 51 auto bm = make_fuzzed_bitmap(fuzz); in DEF_FUZZ() local 61 auto bm = make_fuzzed_bitmap(fuzz); in DEF_FUZZ() local
|
| /external/skia/gm/ |
| D | spritebitmap.cpp | 23 static void make_bm(SkBitmap* bm) { in make_bm() 34 static void draw_1_bitmap(SkCanvas* canvas, const SkBitmap& bm, bool doClip, in draw_1_bitmap() 78 SkBitmap bm; in onDraw() local
|
| D | p3.cpp | 68 SkBitmap bm; in compare_pixel() local 140 SkBitmap bm; variable 157 SkBitmap bm; variable 175 SkBitmap bm; variable 342 SkBitmap bm; variable
|
| D | filterindiabox.cpp | 22 static SkSize computeSize(const SkBitmap& bm, const SkMatrix& mat) { in computeSize() 29 static void draw_cell(SkCanvas* canvas, const SkBitmap& bm, const SkMatrix& mat, SkScalar dx, in draw_cell() 38 static void draw_row(SkCanvas* canvas, const SkBitmap& bm, const SkMatrix& mat, SkScalar dx) { in draw_row()
|
| D | unpremul.cpp | 24 SkBitmap bm; in __anonf6f222590102() local 69 SkBitmap bm; variable
|
| D | alpha_image.cpp | 23 SkBitmap bm; in make_alpha_image() local 68 SkBitmap bm; variable
|
| /external/skia/src/pdf/ |
| D | SkKeyedImage.cpp | 16 if (const SkBitmap* bm = as_IB(image)->onPeekBitmap()) { in SkBitmapKeyFromImage() local 27 SkKeyedImage::SkKeyedImage(const SkBitmap& bm) : fImage(bm.asImage()) { in SkKeyedImage()
|
| /external/skia/src/utils/mac/ |
| D | SkCreateCGImageRef.cpp | 86 static std::unique_ptr<SkBitmap> prepare_for_image_ref(const SkBitmap& bm, in prepare_for_image_ref() 104 CGImageRef SkCreateCGImageRefWithColorspace(const SkBitmap& bm, in SkCreateCGImageRefWithColorspace() 136 void SkCGDrawBitmap(CGContextRef cg, const SkBitmap& bm, float x, float y) { in SkCGDrawBitmap() 244 SkBitmap bm; in SkMakeImageFromCGImage() local
|
| /external/skia/tools/viewer/ |
| D | RepeatTileSlide.cpp | 12 static void make_bitmap(SkBitmap* bm) { in make_bitmap() 35 SkBitmap bm; in make_paint() local
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/ |
| D | mutex_benchmark.cc | 204 void SetupBenchmarkArgs(benchmark::internal::Benchmark* bm, in SetupBenchmarkArgs() 236 ->Apply([](benchmark::internal::Benchmark* bm) { in __anon875d35a90202() 241 ->Apply([](benchmark::internal::Benchmark* bm) { in __anon875d35a90302() 246 ->Apply([](benchmark::internal::Benchmark* bm) { in __anon875d35a90402()
|
| /external/angle/third_party/abseil-cpp/absl/synchronization/ |
| D | mutex_benchmark.cc | 204 void SetupBenchmarkArgs(benchmark::internal::Benchmark* bm, in SetupBenchmarkArgs() 236 ->Apply([](benchmark::internal::Benchmark* bm) { in __anon0216c8570202() 241 ->Apply([](benchmark::internal::Benchmark* bm) { in __anon0216c8570302() 246 ->Apply([](benchmark::internal::Benchmark* bm) { in __anon0216c8570402()
|
| /external/cronet/third_party/abseil-cpp/absl/synchronization/ |
| D | mutex_benchmark.cc | 204 void SetupBenchmarkArgs(benchmark::internal::Benchmark* bm, in SetupBenchmarkArgs() 236 ->Apply([](benchmark::internal::Benchmark* bm) { in __anon19f2f2bb0202() 241 ->Apply([](benchmark::internal::Benchmark* bm) { in __anon19f2f2bb0302() 246 ->Apply([](benchmark::internal::Benchmark* bm) { in __anon19f2f2bb0402()
|
| /external/tensorflow/third_party/absl/abseil-cpp/absl/synchronization/ |
| D | mutex_benchmark.cc | 204 void SetupBenchmarkArgs(benchmark::internal::Benchmark* bm, in SetupBenchmarkArgs() 236 ->Apply([](benchmark::internal::Benchmark* bm) { in __anon0ecf7f940202() 241 ->Apply([](benchmark::internal::Benchmark* bm) { in __anon0ecf7f940302() 246 ->Apply([](benchmark::internal::Benchmark* bm) { in __anon0ecf7f940402()
|