Searched refs:TextWidth (Results 1 – 1 of 1) sorted by relevance
213 int j = 0, LineCount = 0, TextWidth = 0; in GifDrawBoxedText8x8() local220 if (j > TextWidth) in GifDrawBoxedText8x8()221 TextWidth = j; in GifDrawBoxedText8x8()227 if (j > TextWidth) /* last line might be longer than any previous */ in GifDrawBoxedText8x8()228 TextWidth = j; in GifDrawBoxedText8x8()237 border + TextWidth * GIF_FONT_WIDTH + border - 1, in GifDrawBoxedText8x8()245 leadspace = (TextWidth - strlen(++cp)) / 2; in GifDrawBoxedText8x8()254 GifDrawBox(Image, x, y, border + TextWidth * GIF_FONT_WIDTH + border, in GifDrawBoxedText8x8()