Home
last modified time | relevance | path

Searched refs:SFHash (Results 1 – 6 of 6) sorted by relevance

/haiku/src/add-ons/translators/gif/
H A DSFHash.cpp26 SFHash::SFHash(int size) { in SFHash() function in SFHash
42 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()
H A DSFHash.h24 friend class SFHash; variable
32 class SFHash {
34 SFHash(int size = 4096);
35 virtual ~SFHash();
H A DJamfile20 SFHash.cpp
H A DGIFSave.h63 SFHash* hash;
H A DSavePalette.cpp230 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()
H A DGIFSave.cpp199 hash = new(std::nothrow) SFHash(1 << 16); in GIFSave()