Searched refs:tga_header (Results 1 – 1 of 1) sorted by relevance
24 struct tga_header { struct39 static void print_tga_info(const struct tga_header *header) { in print_tga_info() argument99 const struct tga_header *header = (const struct tga_header *)ptr; in tga_decode()121 const void *imagestart = ((const uint8_t *)ptr + sizeof(struct tga_header) + header->idlength); in tga_decode()
Completed in 3 milliseconds