Searched refs:SFHash (Results 1 – 6 of 6) sorted by relevance
26 SFHash::SFHash(int size) { in SFHash() function in SFHash42 SFHash::~SFHash() { in ~SFHash()56 SFHash::AddItem(HashItem* item) { in AddItem()71 SFHash::GetItem(unsigned int key) in GetItem()86 SFHash::CountItems() in CountItems()102 SFHash::NextItem() in NextItem()127 SFHash::Rewind() { in Rewind()
24 friend class SFHash; variable32 class SFHash {34 SFHash(int size = 4096);35 virtual ~SFHash();
20 SFHash.cpp
63 SFHash* hash;
230 touch_color_item(SFHash& hash, unsigned int key, uint8 r, uint8 g, uint8 b) in touch_color_item()268 SFHash hash(1 << 16); in SavePalette()
199 hash = new(std::nothrow) SFHash(1 << 16); in GIFSave()