Home
last modified time | relevance | path

Searched refs:identsize (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/gd/libgd/
H A Dgd_tga.c156 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 gdGetBuf(tga->ident, tga->identsize, ctx); in read_header_tga()
H A Dgd_tga.h10 uint8_t identsize; // size of ID field that follows 18 uint8_t header (0 usually) member

Completed in 6 milliseconds