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

/haiku/headers/libs/agg/
H A Dagg_font_cache_manager.h48 //--------------------------------------------------------------font_cache
49 class font_cache class in namespace:agg
55 font_cache() : function in class:agg::font_cache
142 obj_allocator<font_cache>::deallocate(m_fonts[i]);
144 pod_allocator<font_cache*>::deallocate(m_fonts, m_max_fonts);
149 m_fonts(pod_allocator<font_cache*>::allocate(max_fonts)),
164 obj_allocator<font_cache>::deallocate(m_fonts[idx]);
165 m_fonts[idx] = obj_allocator<font_cache>::allocate();
174 obj_allocator<font_cache>::deallocate(m_fonts[0]);
177 (m_max_fonts - 1) * sizeof(font_cache*));
[all...]

Completed in 328 milliseconds