Lines Matching refs:n_glyphs
58 int n_glyphs; member
135 cache->n_glyphs++; in insert_glyph()
152 cache->n_glyphs--; in remove_glyph()
181 cache->n_glyphs = 0; in clear_table()
194 cache->n_glyphs = 0; in pixman_glyph_cache_create()
223 cache->n_glyphs + cache->n_tombstones > N_GLYPHS_HIGH_WATER) in pixman_glyph_cache_thaw()
233 while (cache->n_glyphs > N_GLYPHS_LOW_WATER) in pixman_glyph_cache_thaw()
268 if (cache->n_glyphs >= HASH_SIZE) in pixman_glyph_cache_insert()
321 int n_glyphs, in pixman_glyph_get_extents() argument
330 for (i = 0; i < n_glyphs; ++i) in pixman_glyph_get_extents()
356 int n_glyphs, in pixman_glyph_get_mask_format() argument
362 for (i = 0; i < n_glyphs; ++i) in pixman_glyph_get_mask_format()
403 int n_glyphs, in pixman_composite_glyphs_no_mask() argument
438 for (i = 0; i < n_glyphs; ++i) in pixman_composite_glyphs_no_mask()
502 int n_glyphs, const pixman_glyph_t *glyphs) in add_glyphs() argument
532 for (i = 0; i < n_glyphs; ++i) in add_glyphs()
647 int n_glyphs, in pixman_composite_glyphs() argument
661 add_glyphs (cache, mask, - mask_x, - mask_y, n_glyphs, glyphs); in pixman_composite_glyphs()