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

/haiku/headers/libs/agg/
H A Dagg_renderer_raster_text.h29 typedef BaseRenderer ren_type; typedef in class:agg::renderer_raster_htext_solid
32 typedef typename ren_type::color_type color_type;
34 renderer_raster_htext_solid(ren_type& ren, glyph_gen_type& glyph) :
38 void attach(ren_type& ren) { m_ren = &ren; }
81 ren_type* m_ren;
93 typedef BaseRenderer ren_type; typedef in class:agg::renderer_raster_vtext_solid
96 typedef typename ren_type::color_type color_type;
98 renderer_raster_vtext_solid(ren_type& ren, glyph_gen_type& glyph) :
145 ren_type* m_ren;
160 typedef ScanlineRenderer ren_type; typedef in class:agg::renderer_raster_htext
[all...]
/haiku/src/libs/agg/font_freetype/
H A Dagg_font_freetype.h58 bool load_font(const char* font_name, unsigned face_index, glyph_rendering ren_type,
H A Dagg_font_freetype.cpp605 glyph_rendering ren_type,
673 switch(ren_type)
603 load_font(const char* font_name, unsigned face_index, glyph_rendering ren_type, const char* font_mem, const long font_mem_size) argument
/haiku/src/servers/app/font/
H A DFontEngine.h83 glyph_rendering ren_type,
H A DFontEngine.cpp640 FT_Encoding charMap, glyph_rendering ren_type, bool hinting,
662 switch(ren_type) {
639 Init(const char* fontFilePath, unsigned faceIndex, double size, FT_Encoding charMap, glyph_rendering ren_type, bool hinting, const void* fontFileBuffer, const long fontFileBufferSize) argument

Completed in 60 milliseconds