Lines Matching refs:glyph_format
365 pixman_format_code_t glyph_format = glyph->image->bits.format; in pixman_glyph_get_mask_format() local
367 if (PIXMAN_FORMAT_TYPE (glyph_format) == PIXMAN_TYPE_A) in pixman_glyph_get_mask_format()
369 if (PIXMAN_FORMAT_A (glyph_format) > PIXMAN_FORMAT_A (format)) in pixman_glyph_get_mask_format()
370 format = glyph_format; in pixman_glyph_get_mask_format()
407 pixman_format_code_t glyph_format = PIXMAN_null; in pixman_composite_glyphs_no_mask() local
461 if (glyph_img->common.extended_format_code != glyph_format || in pixman_composite_glyphs_no_mask()
464 glyph_format = glyph_img->common.extended_format_code; in pixman_composite_glyphs_no_mask()
470 glyph_format, glyph_flags | extra, in pixman_composite_glyphs_no_mask()
504 pixman_format_code_t glyph_format = PIXMAN_null; in add_glyphs() local
539 if (glyph_img->common.extended_format_code != glyph_format || in add_glyphs()
544 glyph_format = glyph_img->common.extended_format_code; in add_glyphs()
547 if (glyph_format == dest->bits.format) in add_glyphs()
549 src_format = glyph_format; in add_glyphs()
569 mask_format = glyph_format; in add_glyphs()