Lines Matching refs:pixbuf
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()
51 gdk_pixbuf_get_option(pixbuf, buf); in LLVMFuzzerTestOneInput()
54 g_clear_object(&pixbuf); in LLVMFuzzerTestOneInput()