OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:text_width
(Results
1 - 12
of
12
) 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,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
fancy_getopt.py
354
text_width
= line_width - opt_width
363
text = wrap_text(help,
text_width
)
/external/python/cpython2/Lib/distutils/
fancy_getopt.py
354
text_width
= line_width - opt_width
363
text = wrap_text(help,
text_width
)
/external/python/cpython3/Lib/distutils/
fancy_getopt.py
326
text_width
= line_width - opt_width
335
text = wrap_text(help,
text_width
)
/external/python/cpython2/Lib/idlelib/
AutoCompleteWindow.py
228
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/
autocomplete_w.py
236
text_width
, text_height = text.winfo_width(), text.winfo_height()
237
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
5505
text_width
,
local
6772
text_width
,
local
8455
text_width
,
local
8979
text_width
,
local
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
argparse.py
323
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'
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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/python/cpython2/Lib/
argparse.py
323
text_width
= self._width - self._current_indent
324
if len(prefix) + len(usage) >
text_width
:
348
if line_len + 1 + len(part) >
text_width
and line:
361
if len(prefix) + len(prog) <= 0.75 *
text_width
:
487
text_width
= max(self._width - self._current_indent, 11)
489
return self._fill_text(text,
text_width
, indent) + '\n\n'
[
all
...]
/external/python/cpython3/Lib/
argparse.py
326
text_width
= self._width - self._current_indent
327
if len(prefix) + len(usage) >
text_width
:
351
if line_len + 1 + len(part) >
text_width
and line:
364
if len(prefix) + len(prog) <= 0.75 *
text_width
:
491
text_width
= max(self._width - self._current_indent, 11)
493
return self._fill_text(text,
text_width
, indent) + '\n\n'
[
all
...]
/external/ImageMagick/coders/
wmf.c
1547
text_width
= metrics.width * (ddata->scale_y \/ ddata->scale_x);
local
[
all
...]
Completed in 1373 milliseconds