Searched refs:pixbuf (Results 1 – 9 of 9) sorted by relevance
/external/oss-fuzz/projects/gdk-pixbuf/targets/ |
D | pixbuf_cons_fuzzer.c | 27 GdkPixbuf *pixbuf, *tmp; in LLVMFuzzerTestOneInput() local 30 pixbuf = g_object_new(GDK_TYPE_PIXBUF, in LLVMFuzzerTestOneInput() 38 if (pixbuf == NULL) { in LLVMFuzzerTestOneInput() 41 gdk_pixbuf_scale(pixbuf, pixbuf, in LLVMFuzzerTestOneInput() 43 gdk_pixbuf_get_width(pixbuf) / 4, in LLVMFuzzerTestOneInput() 44 gdk_pixbuf_get_height(pixbuf) / 4, in LLVMFuzzerTestOneInput() 48 tmp = gdk_pixbuf_rotate_simple(pixbuf, rot_amount * 90); in LLVMFuzzerTestOneInput() 49 tmp = gdk_pixbuf_flip(pixbuf, TRUE); in LLVMFuzzerTestOneInput() 50 tmp = gdk_pixbuf_composite_color_simple(pixbuf, in LLVMFuzzerTestOneInput() 51 gdk_pixbuf_get_width(pixbuf) / 4, in LLVMFuzzerTestOneInput() [all …]
|
D | pixbuf_file_fuzzer.c | 24 GdkPixbuf *pixbuf; in LLVMFuzzerTestOneInput() local 28 pixbuf = gdk_pixbuf_new_from_file(tmpfile, &error); in LLVMFuzzerTestOneInput() 39 gdk_pixbuf_get_width(pixbuf); in LLVMFuzzerTestOneInput() 40 gdk_pixbuf_get_height(pixbuf); in LLVMFuzzerTestOneInput() 41 gdk_pixbuf_get_bits_per_sample(pixbuf); in LLVMFuzzerTestOneInput() 42 gdk_pixbuf_scale(pixbuf, pixbuf, in LLVMFuzzerTestOneInput() 44 gdk_pixbuf_get_width(pixbuf) / 4, in LLVMFuzzerTestOneInput() 45 gdk_pixbuf_get_height(pixbuf) / 4, in LLVMFuzzerTestOneInput() 49 pixbuf = gdk_pixbuf_rotate_simple(pixbuf, rot_amount * 90); in LLVMFuzzerTestOneInput() 50 gdk_pixbuf_set_option(pixbuf, buf, buf); in LLVMFuzzerTestOneInput() [all …]
|
D | animation_fuzzer.c | 25 GdkPixbuf *pixbuf; in LLVMFuzzerTestOneInput() local 40 pixbuf = gdk_pixbuf_animation_get_static_image(anim); in LLVMFuzzerTestOneInput() 41 if (pixbuf != NULL) { in LLVMFuzzerTestOneInput() 43 pixbuf = gdk_pixbuf_rotate_simple(pixbuf, rot_amount * 90); in LLVMFuzzerTestOneInput() 44 gdk_pixbuf_set_option(pixbuf, buf, buf); in LLVMFuzzerTestOneInput() 45 gdk_pixbuf_get_pixels(pixbuf); in LLVMFuzzerTestOneInput() 46 gdk_pixbuf_get_width(pixbuf); in LLVMFuzzerTestOneInput() 47 gdk_pixbuf_get_height(pixbuf); in LLVMFuzzerTestOneInput() 48 g_object_unref(pixbuf); in LLVMFuzzerTestOneInput()
|
D | pixbuf_scale_fuzzer.c | 25 GdkPixbuf *pixbuf; in LLVMFuzzerTestOneInput() local 28 pixbuf = gdk_pixbuf_new_from_file_at_scale(tmpfile, 1, size, TRUE, &error); in LLVMFuzzerTestOneInput() 30 pixbuf = gdk_pixbuf_new_from_file_at_scale(tmpfile, 1, size, FALSE, &error); in LLVMFuzzerTestOneInput() 31 if (pixbuf != NULL) { in LLVMFuzzerTestOneInput() 32 g_clear_object(&pixbuf); in LLVMFuzzerTestOneInput()
|
D | stream_fuzzer.c | 22 GdkPixbuf *pixbuf; in LLVMFuzzerTestOneInput() local 36 pixbuf = gdk_pixbuf_new_from_stream(stream, NULL, &error); in LLVMFuzzerTestOneInput() 37 if (pixbuf != NULL) { in LLVMFuzzerTestOneInput() 38 g_object_unref(pixbuf); in LLVMFuzzerTestOneInput()
|
/external/oss-fuzz/projects/gdk-pixbuf/ |
D | Dockerfile | 20 RUN git clone --depth 1 https://gitlab.gnome.org/GNOME/gdk-pixbuf.git 27 …find $SRC/gdk-pixbuf/tests/ \( -name '*.jpeg' -o -name '*.jpg' -o -name '*.png' \) -exec cp -v '{}… 36 RUN awk 1 $SRC/*.dict > $SRC/gdk-pixbuf.dict && \ 39 WORKDIR $SRC/gdk-pixbuf
|
D | build.sh | 46 pushd $SRC/gdk-pixbuf 86 ln -sf $OUT/gdk-pixbuf.dict $OUT/${fuzzer_name}.dict
|
/external/wuffs-mirror-release-c/release/c/ |
D | wuffs-v0.3.c | 10188 wuffs_base__pixel_buffer pixbuf; member 10213 wuffs_base__pixel_buffer pixbuf; member 42764 pixbuf(pixbuf0), in DecodeImageResult() 42769 pixbuf(wuffs_base__null_pixel_buffer()), in DecodeImageResult() 42777 : mem_owner(std::move(mem_owner0)), pixbuf(pixbuf0), error_message("") {} in AllocPixbufResult() 42782 pixbuf(wuffs_base__null_pixel_buffer()), in AllocPixbufResult() 42862 wuffs_base__pixel_buffer pixbuf; in AllocPixbuf() local 42863 wuffs_base__status status = pixbuf.set_from_slice( in AllocPixbuf() 42870 return AllocPixbufResult(MemOwner(ptr, &free), pixbuf); in AllocPixbuf() 43192 wuffs_base__pixel_buffer pixel_buffer = alloc_pixbuf_result.pixbuf; in DecodeImage0()
|
/external/selinux/python/sepolgen/tests/test_data/ |
D | httpd.log | 6496 … avc: denied { write } for pid=13022 comm="update-gdk-pixb" name="gdk-pixbuf.loaders" dev=dm-0 …
|