Home | History | Annotate | Download | only in libjpeg_turbo

Lines Matching refs:getc

88     if ((header[i] = getc(infile)) == EOF)
104 R = getc(infile);
105 G = getc(infile);
106 B = getc(infile);
127 ch = getc(infile);
130 ch = getc(infile);
178 c = getc(infile); /* save format discriminator for a sec */
207 R = getc(infile);
208 G = getc(infile);
209 B = getc(infile);
240 switch (getc(infile)) {