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

  /external/ImageMagick/PerlMagick/demo/
annotate_words.pl 42 my ( $character_width,$character_height,$ascender,$descender,$text_width,
56 $text_width, $text_height,
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
fancy_getopt.py 354 text_width = line_width - opt_width
363 text = wrap_text(help, text_width)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
fancy_getopt.py 354 text_width = line_width - opt_width
363 text = wrap_text(help, text_width)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 354 text_width = line_width - opt_width
363 text = wrap_text(help, text_width)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 354 text_width = line_width - opt_width
363 text = wrap_text(help, text_width)
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
AutoCompleteWindow.py 226 text_width, text_height = text.winfo_width(), text.winfo_height()
227 new_x = text.winfo_rootx() + min(x, max(0, text_width - acw_width))
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
AutoCompleteWindow.py 226 text_width, text_height = text.winfo_width(), text.winfo_height()
227 new_x = text.winfo_rootx() + min(x, max(0, text_width - acw_width))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
AutoCompleteWindow.py 226 text_width, text_height = text.winfo_width(), text.winfo_height()
227 new_x = text.winfo_rootx() + min(x, max(0, text_width - acw_width))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
AutoCompleteWindow.py 226 text_width, text_height = text.winfo_width(), text.winfo_height()
227 new_x = text.winfo_rootx() + min(x, max(0, text_width - acw_width))
  /external/ImageMagick/MagickCore/
widget.c 1640 text_width, local
4247 text_width, local
5503 text_width, local
6770 text_width, local
8453 text_width, local
8977 text_width, local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
argparse.py 321 text_width = self._width - self._current_indent
322 if len(prefix) + len(usage) > text_width:
342 if line_len + 1 + len(part) > text_width:
355 if len(prefix) + len(prog) <= 0.75 * text_width:
481 text_width = self._width - self._current_indent
483 return self._fill_text(text, text_width, indent) + '\n\n'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
argparse.py 321 text_width = self._width - self._current_indent
322 if len(prefix) + len(usage) > text_width:
342 if line_len + 1 + len(part) > text_width:
355 if len(prefix) + len(prog) <= 0.75 * text_width:
481 text_width = self._width - self._current_indent
483 return self._fill_text(text, text_width, indent) + '\n\n'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
argparse.py 321 text_width = self._width - self._current_indent
322 if len(prefix) + len(usage) > text_width:
342 if line_len + 1 + len(part) > text_width:
355 if len(prefix) + len(prog) <= 0.75 * text_width:
481 text_width = self._width - self._current_indent
483 return self._fill_text(text, text_width, indent) + '\n\n'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
argparse.py 321 text_width = self._width - self._current_indent
322 if len(prefix) + len(usage) > text_width:
342 if line_len + 1 + len(part) > text_width:
355 if len(prefix) + len(prog) <= 0.75 * text_width:
481 text_width = self._width - self._current_indent
483 return self._fill_text(text, text_width, indent) + '\n\n'
    [all...]
  /external/ImageMagick/coders/
wmf.c 1540 text_width = metrics.width * (ddata->scale_y \/ ddata->scale_x); local
    [all...]

Completed in 995 milliseconds