LibreOffice Module vcl (master)
1
|
#include <boost/functional/hash.hpp>
#include <rtl/ref.hxx>
#include <o3tl/lru_map.hxx>
#include <tools/gen.hxx>
#include <vcl/glyphitem.hxx>
#include "fontselect.hxx"
Go to the source code of this file.
Classes | |
struct | GlyphBoundRectCacheKey |
struct | GlyphBoundRectCacheHash |
class | ImplFontCache |
struct | ImplFontCache::IFSD_Equal |
struct | ImplFontCache::IFSD_Hash |
Namespaces | |
vcl | |
Typedefs | |
typedef o3tl::lru_map< GlyphBoundRectCacheKey, tools::Rectangle, GlyphBoundRectCacheHash > | GlyphBoundRectCache |
typedef o3tl::lru_map<GlyphBoundRectCacheKey, tools::Rectangle, GlyphBoundRectCacheHash> GlyphBoundRectCache |
Definition at line 63 of file impfontcache.hxx.