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

/external/webkit/Source/WebCore/platform/graphics/skia/
H A DSkiaFontWin.cpp49 struct CachedOutlineKey { struct in namespace:WebCore
50 CachedOutlineKey() : font(0), glyph(0), path(0) {} function in struct:WebCore::CachedOutlineKey
51 CachedOutlineKey(HFONT f, WORD g) : font(f), glyph(g), path(0) {} function in struct:WebCore::CachedOutlineKey
61 const bool operator==(const CachedOutlineKey& a, const CachedOutlineKey& b)
67 static unsigned hash(const CachedOutlineKey& key)
74 static unsigned equal(const CachedOutlineKey& a, const CachedOutlineKey& b)
85 typedef ListHashSet<CachedOutlineKey, outlineCacheSize+1, CachedOutlineKeyHash> OutlineCache;
184 CachedOutlineKey ke
[all...]

Completed in 2185 milliseconds