Searched refs:extended_format_code (Results 1 - 10 of 10) sorted by relevance

/external/pixman/pixman/
H A Dpixman-noop.c79 else if (image->common.extended_format_code == PIXMAN_solid &&
114 else if (image->common.extended_format_code == PIXMAN_a8r8g8b8 &&
143 ((image->common.extended_format_code == PIXMAN_a8r8g8b8) ||
144 (image->common.extended_format_code == PIXMAN_x8r8g8b8 &&
H A Dpixman-glyph.c419 dest_format = dest->common.extended_format_code;
461 if (glyph_img->common.extended_format_code != glyph_format ||
464 glyph_format = glyph_img->common.extended_format_code;
469 src->common.extended_format_code, src->common.flags,
518 dest_format = dest->common.extended_format_code;
539 if (glyph_img->common.extended_format_code != glyph_format ||
544 glyph_format = glyph_img->common.extended_format_code;
H A Dpixman.c597 src_format = src->common.extended_format_code;
602 mask_format = mask->common.extended_format_code;
611 dest_format = dest->common.extended_format_code;
H A Dpixman-fast-path.c1234 mask_format = mask_image->common.extended_format_code;
1245 src_image->common.extended_format_code, src_flags,
1247 dest_image->common.extended_format_code, info->dest_flags,
2293 if (image->common.extended_format_code == f->format)
2322 if (image->common.extended_format_code == f->format)
H A Dpixman-image.c531 image->common.extended_format_code = code;
H A Dpixman-trap.c504 (mask_format == dst->common.extended_format_code) &&
H A Dpixman-private.h120 pixman_format_code_t extended_format_code; member in struct:image_common
H A Dpixman-bits-image.c1496 pixman_format_code_t format = image->common.extended_format_code;
H A Dpixman-mmx.c3932 if (image->common.extended_format_code == f->format)
H A Dpixman-sse2.c6373 if (image->common.extended_format_code == f->format)

Completed in 2380 milliseconds