Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/skia/
DSkiaFontWin.cpp47 struct CachedOutlineKey { struct
48 CachedOutlineKey() : font(0), glyph(0), path(0) {} in CachedOutlineKey() argument
49 CachedOutlineKey(HFONT f, WORD g) : font(f), glyph(g), path(0) {} in CachedOutlineKey() argument
59 const bool operator==(const CachedOutlineKey& a, const CachedOutlineKey& b) in operator ==()
65 static unsigned hash(const CachedOutlineKey& key) in hash()
72 static unsigned equal(const CachedOutlineKey& a, const CachedOutlineKey& b) in equal()
80 typedef ListHashSet<CachedOutlineKey, CachedOutlineKeyHash> OutlineCache;
182 CachedOutlineKey key(font, glyph); in lookupOrCreatePathForGlyph()
213 Vector<CachedOutlineKey> outlinesToDelete; in removePathsForFont()
218 for (Vector<CachedOutlineKey>::iterator i = outlinesToDelete.begin(); in removePathsForFont()
/external/webkit/WebCore/
DChangeLog-2009-06-1656318 (WebCore::CachedOutlineKey::CachedOutlineKey):