Lines Matching defs:src_fmt
383 int src_fmt,
406 bytes_per_pix += (src_fmt >> 24) / 8.0;
407 src_img = pixman_image_create_bits (src_fmt,
411 xsrc_img = pixman_image_create_bits (src_fmt,
418 src_img = pixman_image_create_bits (src_fmt,
422 xsrc_img = pixman_image_create_bits (src_fmt,
506 ((PIXMAN_FORMAT_BPP(src_fmt) + PIXMAN_FORMAT_BPP(dst_fmt)) / 8);
623 int src_fmt;
882 test->src_fmt = format[0];
895 if (test->src_fmt == PIXMAN_solid)
897 test->src_fmt = PIXMAN_a8r8g8b8;
959 fails += check_format (test.src_fmt, ent->src_fmt,
960 ent->testname, "src_fmt");
988 format_name (test->src_fmt),
1014 test.src_fmt,