Home
last modified time | relevance | path

Searched refs:psz_chunk_type (Results 1 – 1 of 1) sorted by last modified time

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dpngtrans.c228 int ReadChunk(pphi, psz_chunk_type, v32_length, fp) in ReadChunk() argument
230 char *psz_chunk_type;
240 fprintf(stdout, "%s: length = %1d (0x%08x)\n", psz_chunk_type,
244 if (strncmp(psz_chunk_type, "IHDR", 4) == 0) {
292 } else if (strncmp(psz_chunk_type, "IDAT", 4) == 0) {
309 } else if (strncmp(psz_chunk_type, "PLTE", 4) == 0) {
332 } else if (strncmp(psz_chunk_type, "tRNS", 4) == 0) {