Home
last modified time | relevance | path

Searched defs:lzwcode (Results 1 – 3 of 3) sorted by relevance

/dports/devel/etl/synfig-1.2.2/synfig-core/src/modules/mod_gif/
H A Dtrgt_gif.h110 struct lzwcode struct
113 int code; // lzwcode argument
114 struct lzwcode* kids; // children of this node argument
115 struct lzwcode* next; // siblings of this node argument
117 lzwcode():value(0),code(0),kids(0),next(0) { } in lzwcode() function
119 lzwcode *FindCode(int value) in FindCode() argument
132 lzwcode *n = new lzwcode; in AddNode() argument
142 static lzwcode * NewTable(int values) in NewTable() argument
156 ~lzwcode() in ~lzwcode() argument
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/modules/mod_gif/
H A Dtrgt_gif.h110 struct lzwcode struct
113 int code; // lzwcode argument
114 struct lzwcode* kids; // children of this node argument
115 struct lzwcode* next; // siblings of this node argument
117 lzwcode():value(0),code(0),kids(0),next(0) { } in lzwcode() function
119 lzwcode *FindCode(int value) in FindCode() argument
132 lzwcode *n = new lzwcode; in AddNode() argument
142 static lzwcode * NewTable(int values) in NewTable() argument
156 ~lzwcode() in ~lzwcode() argument
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/modules/mod_gif/
H A Dtrgt_gif.h110 struct lzwcode struct
113 int code; // lzwcode argument
114 struct lzwcode* kids; // children of this node argument
115 struct lzwcode* next; // siblings of this node argument
117 lzwcode():value(0),code(0),kids(0),next(0) { } in lzwcode() function
119 lzwcode *FindCode(int value) in FindCode() argument
132 lzwcode *n = new lzwcode; in AddNode() argument
142 static lzwcode * NewTable(int values) in NewTable() argument
156 ~lzwcode() in ~lzwcode() argument