HomeSort by relevance Sort by last modified time
    Searched refs:TextWidth (Results 1 - 2 of 2) sorted by null

  /external/giflib/
gif_font.c 213 int j = 0, LineCount = 0, TextWidth = 0;
220 if (j > TextWidth)
221 TextWidth = j;
227 if (j > TextWidth) /* last line might be longer than any previous */
228 TextWidth = j;
237 border + TextWidth * GIF_FONT_WIDTH + border - 1,
245 leadspace = (TextWidth - strlen(++cp)) / 2;
254 GifDrawBox(Image, x, y, border + TextWidth * GIF_FONT_WIDTH + border,
  /external/python/cpython2/Mac/Modules/qd/
_Qdmodule.c     [all...]

Completed in 525 milliseconds