Lines Matching full:mask_fmt
374 int mask_fmt,
430 if (!(mask_flags & SOLID_FLAG) && mask_fmt != PIXMAN_null)
432 bytes_per_pix += (mask_fmt >> 24) / ((op == PIXMAN_OP_SRC) ? 8.0 : 4.0);
433 mask_img = pixman_image_create_bits (mask_fmt,
437 xmask_img = pixman_image_create_bits (mask_fmt,
442 else if (mask_fmt != PIXMAN_null)
444 mask_img = pixman_image_create_bits (mask_fmt,
448 xmask_img = pixman_image_create_bits (mask_fmt,
455 if ((mask_flags & CA_FLAG) && mask_fmt != PIXMAN_null)
596 int mask_fmt;
811 tests_tbl[i].mask_fmt,