Searched defs:transparent (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkImgGIF.c72 int *transparent));
86 int interlace, int transparent));
163 int transparent = -1;
240 if (DoExtension(f, buf[0], &transparent) < 0) {
271 transparent) != TCL_OK) {
277 transparent) != TCL_OK) {
368 DoExtension(fd, label, transparent)
371 int *transparent;
395 *transparent = buf[3];
434 ReadImage(interp, imagePtr, fd, len, height, cmap, interlace, transparent)
161 int transparent = -1; local
[all...]
/ast/src/lib/libz/
H A Dgzio.c72 int transparent; /* 1 if input file is not a .gz file */ member in struct:gz_stream
145 s->transparent = 0;
350 mode to transparent if the gzip magic header is not present; set s->err
373 s->transparent = 1;
392 s->transparent = s->stream.avail_in;
400 s->transparent = 1;
517 if (s->transparent) {
959 if (s->transparent) {
1015 if (!s->transparent) (void)inflateReset(&s->stream);
1074 return s->transparent;
[all...]

Completed in 9 milliseconds