HomeSort by relevance Sort by last modified time
    Searched refs:GifHashTableType (Results 1 - 2 of 2) sorted by null

  /external/giflib/
gif_hash.h 28 typedef struct GifHashTableType {
30 } GifHashTableType;
32 GifHashTableType *_InitHashTable(void);
33 void _ClearHashTable(GifHashTableType *HashTable);
34 void _InsertHashTable(GifHashTableType *HashTable, uint32_t Key, int Code);
35 int _ExistsHashTable(GifHashTableType *HashTable, uint32_t Key);
gif_lib_private.h 53 GifHashTableType *HashTable;

Completed in 180 milliseconds