Home
last modified time | relevance | path

Searched refs:rot_amount (Results 1 – 3 of 3) sorted by relevance

/external/oss-fuzz/projects/gdk-pixbuf/targets/
Danimation_fuzzer.c42 unsigned int rot_amount = ((unsigned int) data[0]) % 4; in LLVMFuzzerTestOneInput() local
43 pixbuf = gdk_pixbuf_rotate_simple(pixbuf, rot_amount * 90); in LLVMFuzzerTestOneInput()
Dpixbuf_file_fuzzer.c48 unsigned int rot_amount = ((unsigned int) data[0]) % 4; in LLVMFuzzerTestOneInput() local
49 pixbuf = gdk_pixbuf_rotate_simple(pixbuf, rot_amount * 90); in LLVMFuzzerTestOneInput()
Dpixbuf_cons_fuzzer.c47 unsigned int rot_amount = ((unsigned int) data[0]) % 4; in LLVMFuzzerTestOneInput() local
48 tmp = gdk_pixbuf_rotate_simple(pixbuf, rot_amount * 90); in LLVMFuzzerTestOneInput()