Searched refs:GifAsciiTable8x8 (Results 1 – 4 of 4) sorted by relevance
24 const unsigned char GifAsciiTable8x8[][GIF_FONT_WIDTH] = { variable170 if (GifAsciiTable8x8[(short)(*cp)][i] & (1 << (GIF_FONT_WIDTH - j))) in GifDrawText8x8()
152 Byte = GifAsciiTable8x8[(unsigned short)c][j]; in GenRasterTextLine()
189 Byte = GifAsciiTable8x8[(unsigned short)c][j]; in GenRasterTextLine()
279 extern const unsigned char GifAsciiTable8x8[][GIF_FONT_WIDTH];