Searched refs:glyph_cache (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_font_cache_manager.h35 //-------------------------------------------------------------glyph_cache
36 struct glyph_cache struct in namespace:agg
75 const glyph_cache* find_glyph(unsigned glyph_code) const
86 glyph_cache* cache_glyph(unsigned glyph_code,
98 (glyph_cache**)m_allocator.allocate(sizeof(glyph_cache*) * 256,
99 sizeof(glyph_cache*));
100 memset(m_glyphs[msb], 0, sizeof(glyph_cache*) * 256);
106 glyph_cache* glyph =
107 (glyph_cache*)m_allocato
[all...]

Completed in 39 milliseconds