Searched refs:CachedOutlineKey (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | SkiaFontWin.cpp | 49 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/ |
D | ChangeLog-2009-06-16 | 56318 (WebCore::CachedOutlineKey::CachedOutlineKey):
|