Home
last modified time | relevance | path

Searched refs:pixbuf (Results 1 – 9 of 9) sorted by relevance

/external/oss-fuzz/projects/gdk-pixbuf/targets/
Dpixbuf_cons_fuzzer.c27 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 …]
Dpixbuf_file_fuzzer.c24 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 …]
Danimation_fuzzer.c25 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()
Dpixbuf_scale_fuzzer.c25 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()
Dstream_fuzzer.c22 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/
DDockerfile20 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
Dbuild.sh46 pushd $SRC/gdk-pixbuf
86 ln -sf $OUT/gdk-pixbuf.dict $OUT/${fuzzer_name}.dict
/external/skqp/src/codec/
DSkWuffsCodec.cpp166 wuffs_base__pixel_buffer pixbuf,
311 wuffs_base__pixel_buffer pixbuf, in SkWuffsCodec() argument
328 fPixelBuffer(pixbuf),
916 wuffs_base__pixel_buffer pixbuf = ((wuffs_base__pixel_buffer){}); in SkWuffsCodec_MakeFromStream() local
918 const char* status = pixbuf.set_from_slice(&imgcfg.pixcfg, ((wuffs_base__slice_u8){ in SkWuffsCodec_MakeFromStream()
939 std::move(workbuf_ptr), workbuf_len, imgcfg, pixbuf, iobuf)); in SkWuffsCodec_MakeFromStream()
/external/selinux/python/sepolgen/tests/test_data/
Dhttpd.log6496 … avc: denied { write } for pid=13022 comm="update-gdk-pixb" name="gdk-pixbuf.loaders" dev=dm-0 …