Home
last modified time | relevance | path

Searched refs:pixman_glyph_cache_t (Results 1 – 3 of 3) sorted by relevance

/third_party/pixman/pixman/
Dpixman-glyph.c56 struct pixman_glyph_cache_t struct
95 lookup_glyph (pixman_glyph_cache_t *cache, in lookup_glyph()
117 insert_glyph (pixman_glyph_cache_t *cache, in insert_glyph()
141 remove_glyph (pixman_glyph_cache_t *cache, in remove_glyph()
167 clear_table (pixman_glyph_cache_t *cache) in clear_table()
185 PIXMAN_EXPORT pixman_glyph_cache_t *
188 pixman_glyph_cache_t *cache; in pixman_glyph_cache_create()
204 pixman_glyph_cache_destroy (pixman_glyph_cache_t *cache) in pixman_glyph_cache_destroy()
214 pixman_glyph_cache_freeze (pixman_glyph_cache_t *cache) in pixman_glyph_cache_freeze()
220 pixman_glyph_cache_thaw (pixman_glyph_cache_t *cache) in pixman_glyph_cache_thaw()
[all …]
Dpixman.h1197 typedef struct pixman_glyph_cache_t pixman_glyph_cache_t; typedef
1205 pixman_glyph_cache_t *pixman_glyph_cache_create (void);
1208 void pixman_glyph_cache_destroy (pixman_glyph_cache_t *cache);
1211 void pixman_glyph_cache_freeze (pixman_glyph_cache_t *cache);
1214 void pixman_glyph_cache_thaw (pixman_glyph_cache_t *cache);
1217 const void * pixman_glyph_cache_lookup (pixman_glyph_cache_t *cache,
1222 const void * pixman_glyph_cache_insert (pixman_glyph_cache_t *cache,
1230 void pixman_glyph_cache_remove (pixman_glyph_cache_t *cache,
1235 void pixman_glyph_get_extents (pixman_glyph_cache_t *cache,
1241 pixman_format_code_t pixman_glyph_get_mask_format (pixman_glyph_cache_t *cache,
[all …]
/third_party/pixman/test/
Dglyph-test.c225 pixman_glyph_cache_t *cache; in test_glyphs()