Searched refs:CachedOutlineKey (Results 1 – 2 of 2) sorted by relevance
47 struct CachedOutlineKey { struct48 CachedOutlineKey() : font(0), glyph(0), path(0) {} in CachedOutlineKey() argument49 CachedOutlineKey(HFONT f, WORD g) : font(f), glyph(g), path(0) {} in CachedOutlineKey() argument59 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()
56318 (WebCore::CachedOutlineKey::CachedOutlineKey):