Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/skia/
DSkiaFontWin.cpp49 struct CachedOutlineKey { struct
50 CachedOutlineKey() : font(0), glyph(0), path(0) {} in CachedOutlineKey() argument
51 CachedOutlineKey(HFONT f, WORD g) : font(f), glyph(g), path(0) {} in CachedOutlineKey() function
61 const bool operator==(const CachedOutlineKey& a, const CachedOutlineKey& b) in operator ==()
67 static unsigned hash(const CachedOutlineKey& key) in hash()
74 static unsigned equal(const CachedOutlineKey& a, const CachedOutlineKey& b) in equal()
85 typedef ListHashSet<CachedOutlineKey, outlineCacheSize+1, CachedOutlineKeyHash> OutlineCache;
184 CachedOutlineKey key(font, glyph); in lookupOrCreatePathForGlyph()
215 Vector<CachedOutlineKey> outlinesToDelete; in removePathsForFont()
220 for (Vector<CachedOutlineKey>::iterator i = outlinesToDelete.begin(); in removePathsForFont()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1656318 (WebCore::CachedOutlineKey::CachedOutlineKey):