Searched refs:text_width (Results 1 - 11 of 11) sorted by relevance

/external/ImageMagick/PerlMagick/demo/
H A Dannotate_words.pl42 my ( $character_width,$character_height,$ascender,$descender,$text_width,
56 $text_width, $text_height,
/external/python/cpython2/Lib/distutils/
H A Dfancy_getopt.py354 text_width = line_width - opt_width
363 text = wrap_text(help, text_width)
/external/python/cpython3/Lib/distutils/
H A Dfancy_getopt.py326 text_width = line_width - opt_width
335 text = wrap_text(help, text_width)
/external/python/cpython2/Lib/idlelib/
H A DAutoCompleteWindow.py228 text_width, text_height = text.winfo_width(), text.winfo_height()
229 new_x = text.winfo_rootx() + min(x, max(0, text_width - acw_width))
/external/python/cpython3/Lib/idlelib/
H A Dautocomplete_w.py231 text_width, text_height = text.winfo_width(), text.winfo_height()
232 new_x = text.winfo_rootx() + min(x, max(0, text_width - acw_width))
/external/ImageMagick/MagickCore/
H A Dwidget.c1664 text_width,
1737 text_width=0;
1739 if (WidgetTextWidth(font_info,colorlist[i]) > text_width)
1740 text_width=WidgetTextWidth(font_info,colorlist[i]);
1758 (width+MagickMin((int) text_width,(int) MaxTextWidth)+6*QuantumMargin);
4275 text_width,
4339 text_width=0;
4341 if (WidgetTextWidth(font_info,filelist[i]) > text_width)
4342 text_width=WidgetTextWidth(font_info,filelist[i]);
4363 windows->widget.width=width+MagickMin((int) text_width,(in
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...]
/external/python/cpython2/Lib/
H A Dargparse.py323 text_width = self._width - self._current_indent
324 if len(prefix) + len(usage) > text_width:
344 if line_len + 1 + len(part) > text_width and line:
357 if len(prefix) + len(prog) <= 0.75 * text_width:
483 text_width = max(self._width - self._current_indent, 11)
485 return self._fill_text(text, text_width, indent) + '\n\n'
H A Doptparse.py260 text_width = max(self.width - self.current_indent, 11)
263 text_width,
/external/python/cpython3/Lib/
H A Dargparse.py324 text_width = self._width - self._current_indent
325 if len(prefix) + len(usage) > text_width:
345 if line_len + 1 + len(part) > text_width and line:
358 if len(prefix) + len(prog) <= 0.75 * text_width:
485 text_width = max(self._width - self._current_indent, 11)
487 return self._fill_text(text, text_width, indent) + '\n\n'
H A Doptparse.py266 text_width = max(self.width - self.current_indent, 11)
269 text_width,
/external/ImageMagick/coders/
H A Dwmf.c1542 text_width = metrics.width * (ddata->scale_y / ddata->scale_x);
1545 point.x -= text_width / 2;
1547 point.x += bbox_width / 2 - text_width / 2;
1540 text_width = metrics.width * (ddata->scale_y / ddata->scale_x); local

Completed in 291 milliseconds