Searched refs:identsize (Results 1 – 2 of 2) sorted by relevance
156 tga->identsize = header[0]; in read_header_tga()188 if (tga->identsize > 0) { in read_header_tga()189 tga->ident = (char *) gdMalloc(tga->identsize * sizeof(char)); in read_header_tga()194 if (gdGetBuf(tga->ident, tga->identsize, ctx) != tga->identsize) { in read_header_tga()
10 uint8_t identsize; // size of ID field that follows 18 uint8_t header (0 usually) member
Completed in 5 milliseconds