Home | History | Annotate | Download | only in giflib

Lines Matching defs:cp

161     const char *cp;
166 for (cp = legend; *cp; cp++)
168 if (GifAsciiTable8x8[(short)(*cp)][i] & (1 << (GIF_FONT_WIDTH - j)))
213 const char *cp;
216 for (cp = legend; *cp; cp++)
217 if (*cp == '\r') {
222 } else if (*cp != '\t')
235 cp = strtok((char *)legend, "\r\n");
239 if (cp[0] == '\t')
240 leadspace = (TextWidth - strlen(++cp)) / 2;
243 y + border + (GIF_FONT_HEIGHT * i++), cp, fg);
244 cp = strtok((char *)NULL, "\r\n");
245 } while (cp);