Home
last modified time | relevance | path

Searched refs:compute_crc32_for_image (Results 1 – 12 of 12) sorted by relevance

/third_party/pixman/test/
Drotate-test.c106 crc = compute_crc32_for_image (0, dest); in test_transform()
Dfilter-reduction-test.c48 crc = compute_crc32_for_image (crc, dest); in test_scale()
Dthread-test.c125 crc32 = compute_crc32_for_image (crc32, dst_img); in thread()
Dutils.h68 compute_crc32_for_image (uint32_t in_crc32,
Dsolid-test.c328 crc32 = compute_crc32_for_image (0, dst_img); in test_solid()
Dcomposite-traps-test.c229 crc32 = compute_crc32_for_image (0, dst_img); in test_composite()
Daffine-test.c288 crc32 = compute_crc32_for_image (0, dst_img); in test_composite()
Dglyph-test.c316 crc32 = compute_crc32_for_image (0, dest); in test_glyphs()
Dblitters-test.c97 crc32 = compute_crc32_for_image (initcrc, img); in free_random_image()
Dcover-test.c413 crc32 = compute_crc32_for_image (0, dst_img); in test_cover()
Dscaling-test.c382 crc32 = compute_crc32_for_image (0, dst_img); in test_composite()
Dutils.c235 compute_crc32_for_image (uint32_t crc32, in compute_crc32_for_image() function