Searched refs:TextWidth (Results 1 – 1 of 1) sorted by relevance
212 int i, j = 0, LineCount = 0, TextWidth = 0; in GifDrawBoxedText8x8() local218 if (j > TextWidth) in GifDrawBoxedText8x8()219 TextWidth = j; in GifDrawBoxedText8x8()225 if (j > TextWidth) /* last line might be longer than any previous */ in GifDrawBoxedText8x8()226 TextWidth = j; in GifDrawBoxedText8x8()230 border + TextWidth * GIF_FONT_WIDTH + border - 1, in GifDrawBoxedText8x8()240 leadspace = (TextWidth - strlen(++cp)) / 2; in GifDrawBoxedText8x8()248 GifDrawBox(Image, x, y, border + TextWidth * GIF_FONT_WIDTH + border, in GifDrawBoxedText8x8()