Home
last modified time | relevance | path

Searched refs:IFSD_Hash (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/vcl/inc/ !
H A Doutdev.h215 struct IFSD_Hash { size_t operator()( const ImplFontSelectData& ) const; }; struct
216 … typedef ::std::hash_map<ImplFontSelectData,ImplFontEntry*,IFSD_Hash,IFSD_Equal > FontInstanceList;
H A Dglyphcache.hxx94 struct IFSD_Hash{ size_t operator()( const ImplFontSelectData& ) const; }; struct in GlyphCache
95 typedef ::std::hash_map<ImplFontSelectData,ServerFont*,IFSD_Hash,IFSD_Equal > FontList;
/AOO41X/main/vcl/source/glyphs/ !
H A Dglyphcache.cxx96 size_t GlyphCache::IFSD_Hash::operator()( const ImplFontSelectData& rFontSelData ) const in operator ()()
/AOO41X/main/vcl/source/gdi/ !
H A Doutdev3.cxx2234 size_t ImplFontCache::IFSD_Hash::operator()( const ImplFontSelectData& rFSD ) const in operator ()()