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

/haiku/headers/libs/agg/
H A Dagg_font_cache_manager.h56 m_allocator(block_size),
63 m_font_signature = (char*)m_allocator.allocate(strlen(font_signature) + 1);
98 (glyph_cache**)m_allocator.allocate(sizeof(glyph_cache*) * 256,
107 (glyph_cache*)m_allocator.allocate(sizeof(glyph_cache),
111 glyph->data = m_allocator.allocate(data_size);
121 block_allocator m_allocator; member in class:agg::font_cache

Completed in 31 milliseconds