Searched defs:glyph_img (Results 1 - 2 of 2) sorted by relevance

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

Completed in 174 milliseconds