Home
last modified time | relevance | path

Searched refs:TextWidth (Results 1 – 1 of 1) sorted by relevance

/third_party/giflib/
Dgif_font.c214 int j = 0, LineCount = 0, TextWidth = 0; in GifDrawBoxedText8x8() local
221 if (j > TextWidth) in GifDrawBoxedText8x8()
222 TextWidth = j; in GifDrawBoxedText8x8()
228 if (j > TextWidth) /* last line might be longer than any previous */ in GifDrawBoxedText8x8()
229 TextWidth = j; in GifDrawBoxedText8x8()
238 border + TextWidth * GIF_FONT_WIDTH + border - 1, in GifDrawBoxedText8x8()
247 leadspace = (TextWidth - strlen(++cp)) / 2; in GifDrawBoxedText8x8()
256 GifDrawBox(Image, x, y, border + TextWidth * GIF_FONT_WIDTH + border, in GifDrawBoxedText8x8()