Lines Matching refs:glyph_t
35 typedef struct glyph_t glyph_t; typedef
37 #define TOMBSTONE ((glyph_t *)0x1)
46 struct glyph_t struct
62 glyph_t * glyphs[HASH_SIZE]; argument
66 free_glyph (glyph_t *glyph) in free_glyph()
94 static glyph_t *
100 glyph_t *g; in lookup_glyph()
118 glyph_t *glyph) in insert_glyph()
121 glyph_t **loc; in insert_glyph()
142 glyph_t *glyph) in remove_glyph()
173 glyph_t *glyph = cache->glyphs[i]; in clear_table()
235 glyph_t *glyph = CONTAINER_OF (glyph_t, mru_link, cache->mru.tail); in pixman_glyph_cache_thaw()
259 glyph_t *glyph; in pixman_glyph_cache_insert()
309 glyph_t *glyph; in pixman_glyph_cache_remove()
332 glyph_t *glyph = (glyph_t *)glyphs[i].glyph; in pixman_glyph_get_extents()
364 const glyph_t *glyph = glyphs[i].glyph; in pixman_glyph_get_mask_format()
440 glyph_t *glyph = (glyph_t *)glyphs[i].glyph; in pixman_composite_glyphs_no_mask()
534 glyph_t *glyph = (glyph_t *)glyphs[i].glyph; in add_glyphs()