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

/haiku/src/servers/app/font/
H A DFontEngine.h67 class FontEngine { class
77 FontEngine();
78 virtual ~FontEngine();
125 FontEngine(const FontEngine&);
126 const FontEngine& operator=(const FontEngine&);
H A DFontCacheEntry.h38 #include "FontEngine.h"
89 typedef FontEngine::PathAdapter GlyphPathAdapter;
90 typedef FontEngine::Gray8Adapter GlyphGray8Adapter;
92 typedef FontEngine::MonoAdapter GlyphMonoAdapter;
94 typedef FontEngine::SubpixAdapter SubpixAdapter;
150 FontEngine fEngine;
H A DFontEngine.cpp28 #include "FontEngine.h"
419 FontEngine::FontEngine() function in class:FontEngine
454 FontEngine::~FontEngine()
464 FontEngine::CountFaces() const
474 FontEngine::GlyphIndexForGlyphCode(uint32 glyphCode) const
481 FontEngine::PrepareGlyph(uint32 glyphIndex)
587 FontEngine::WriteGlyphTo(uint8* data) const
617 FontEngine
[all...]
H A DFontCacheEntry.cpp299 // We cache the glyph by the requested glyphCode. The FontEngine of this
312 FontEngine* engine = &fEngine;
315 // Our FontEngine does not contain this glyph, but we can retry with
/haiku/headers/libs/agg/
H A Dagg_font_cache_manager.h258 template<class FontEngine> class font_cache_manager
261 typedef FontEngine font_engine_type;
262 typedef font_cache_manager<FontEngine> self_type;

Completed in 36 milliseconds