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

/haiku/headers/libs/agg/
H A Dagg_font_cache_manager.h75 const glyph_cache* find_glyph(unsigned glyph_code) const
77 unsigned msb = (glyph_code >> 8) & 0xFF;
80 return m_glyphs[msb][glyph_code & 0xFF];
86 glyph_cache* cache_glyph(unsigned glyph_code, argument
94 unsigned msb = (glyph_code >> 8) & 0xFF;
103 unsigned lsb = glyph_code & 0xFF;
194 const glyph_cache* find_glyph(unsigned glyph_code) const
196 if(m_cur_font) return m_cur_font->find_glyph(glyph_code);
201 glyph_cache* cache_glyph(unsigned glyph_code, argument
211 return m_cur_font->cache_glyph(glyph_code,
279 glyph(unsigned glyph_code) argument
[all...]
/haiku/src/libs/agg/font_freetype/
H A Dagg_font_freetype.h95 bool prepare_glyph(unsigned glyph_code);
H A Dagg_font_freetype.cpp902 bool font_engine_freetype_base::prepare_glyph(unsigned glyph_code) argument
904 m_glyph_index = FT_Get_Char_Index(m_cur_face, glyph_code);

Completed in 37 milliseconds