Searched refs:maxwidth (Results 1 – 8 of 8) sorted by relevance
/external/freetype/src/tools/docmaker/ |
D | tohtml.py | 607 maxwidth = 0 609 if len( b.name ) > maxwidth: 610 maxwidth = len( b.name ) 613 if maxwidth > 0: 618 columns = width // maxwidth
|
/external/python/cpython2/Demo/tkinter/ttk/ |
D | ttkcalendar.py | 113 maxwidth = max(font.measure(col) for col in cols) 115 self._calendar.column(col, width=maxwidth, minwidth=maxwidth,
|
/external/autotest/client/profilers/powertop/src/ |
D | display.c | 90 int maxwidth = 200; variable 104 maxwidth = maxx - 18; in setup_windows()
|
D | powertop.h | 100 extern int maxwidth;
|
/external/jline/src/src/main/java/jline/ |
D | ConsoleReader.java | 965 int maxwidth = 0; in printColumns() local 967 for (Iterator i = stuff.iterator(); i.hasNext(); maxwidth = Math.max( in printColumns() 968 maxwidth, i.next().toString().length())) { in printColumns() 985 if ((line.length() + maxwidth) > width) { in printColumns() 1005 pad(cur, maxwidth + 3, line); in printColumns()
|
/external/python/cpython3/Lib/test/ |
D | test_pprint.py | 745 maxwidth = max(map(len, lines)) 746 self.assertLessEqual(maxwidth, w) 747 self.assertGreater(maxwidth, w - 3)
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | decode.c | 54 uint32_t maxwidth, maxheight; in vlVdpDecoderCreate() local 88 maxwidth = screen->get_video_param in vlVdpDecoderCreate() 102 if (width > maxwidth || height > maxheight) { in vlVdpDecoderCreate()
|
/external/libmtp/logs/ |
D | mtp-detect-sonyericsson-c902.txt | 494 <maxwidth>1600</maxwidth>
|