Home
last modified time | relevance | path

Searched refs:glyph_img (Results 1 – 2 of 2) sorted by relevance

/external/pixman/pixman/
Dpixman-glyph.c441 pixman_image_t *glyph_img = glyph->image; in pixman_composite_glyphs_no_mask() local
455 info.mask_image = glyph_img; in pixman_composite_glyphs_no_mask()
461 if (glyph_img->common.extended_format_code != glyph_format || in pixman_composite_glyphs_no_mask()
462 glyph_img->common.flags != glyph_flags) in pixman_composite_glyphs_no_mask()
464 glyph_format = glyph_img->common.extended_format_code; in pixman_composite_glyphs_no_mask()
465 glyph_flags = glyph_img->common.flags; in pixman_composite_glyphs_no_mask()
535 pixman_image_t *glyph_img = glyph->image; in add_glyphs() local
539 if (glyph_img->common.extended_format_code != glyph_format || in add_glyphs()
540 glyph_img->common.flags != glyph_flags) in add_glyphs()
544 glyph_format = glyph_img->common.extended_format_code; in add_glyphs()
[all …]
/external/pixman/test/
Dglyph-test.c249 pixman_image_t *glyph_img = glyph_images[g]; in test_glyphs() local
250 void *key1 = KEY1 (glyph_img); in test_glyphs()
251 void *key2 = KEY2 (glyph_img); in test_glyphs()
257 pixman_glyph_cache_insert (cache, key1, key2, 5, 8, glyph_img); in test_glyphs()