SYMBOL INDEX (27 symbols across 4 files) FILE: tools/animations/anim.py function Init (line 7) | def Init(width, height, colorfilename, heightfilename): class Point (line 23) | class Point: method __init__ (line 24) | def __init__(self, x=0, y=0): function DrawVerticalLine (line 30) | def DrawVerticalLine(x, ytop, ybottom, c): function Store (line 45) | def Store(): function Horline (line 58) | def Horline(p1, p2, offset, scale, horizon, pmap): function HorlineHidden (line 81) | def HorlineHidden(p1, p2, offset, scale, horizon, pmap): function Rotate (line 105) | def Rotate(p, phi): function ClearAndDrawMaps (line 112) | def ClearAndDrawMaps(pmap): function DrawBackToFront (line 131) | def DrawBackToFront(p, phi, height, distance, pmap): function DrawFrontToBack (line 145) | def DrawFrontToBack(p, phi, height, distance, pmap): FILE: tools/animations/drawmap.py function Store (line 18) | def Store(): function PrintBorder (line 25) | def PrintBorder(title): function DrawPeriodicMap (line 40) | def DrawPeriodicMap(): FILE: tools/comanche2extract/extract.c function LoadDTA (line 49) | void LoadDTA(const char *filename) function SavePNG (line 126) | void SavePNG(const char *filename, bool usepalette) function SaveMap (line 190) | void SaveMap(const char *filename, unsigned char *buffer, unsigned int s... function main (line 201) | int main() FILE: tools/comanche3extract/extract.c type ubyte (line 16) | typedef unsigned char ubyte; function flength (line 19) | unsigned int flength(FILE *fp) function GetBits (line 30) | unsigned int GetBits(unsigned int &bitbyte_offset, ubyte **compptr, unsi... function Decompress (line 40) | void Decompress(ubyte *compptr, ubyte *rawptr, unsigned int size) function class (line 128) | class Image function SavePNG (line 155) | void SavePNG(const char *filename, const Image &image) function SaveMap (line 219) | void SaveMap(const char *filename, const Image &image) function LoadPCX (line 229) | bool LoadPCX(const char* filename, Image &image) function main (line 269) | int main(int argc,char *argv[])