Home
last modified time | relevance | path

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

/external/giflib/
Dgif_font.c213 int j = 0, LineCount = 0, TextWidth = 0; in GifDrawBoxedText8x8() local
220 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()
/external/python/cpython2/Mac/Modules/qd/
D_Qdmodule.c5891 #ifndef TextWidth in Qd_TextWidth()
5892 PyMac_PRECHECK(TextWidth); in Qd_TextWidth()
5901 _rv = TextWidth(textBuf__in__, in Qd_TextWidth()