Home
last modified time | relevance | path

Searched refs:linewidth (Results 1 – 13 of 13) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
Dtest_squeezer.py36 def check(self, expected, text, linewidth): argument
39 count_lines_with_wrapping(text, linewidth),
59 self.check(expected=1, text='\n', linewidth=80)
60 self.check(expected=2, text='\n\n', linewidth=80)
61 self.check(expected=10, text='\n' * 10, linewidth=80)
64 self.check(expected=3, text='a' * 200, linewidth=80)
65 self.check(expected=3, text='a' * 200 + '\n', linewidth=80)
74 self.check(expected=5, text=text, linewidth=80)
75 self.check(expected=5, text=text + '\n', linewidth=80)
76 self.check(expected=6, text=text, linewidth=40)
[all …]
/third_party/python/Lib/idlelib/
Dsqueezer.py28 def count_lines_with_wrapping(s, linewidth=80): argument
51 if current_column > linewidth:
57 linecount += (current_column - 1) // linewidth
66 if current_column > linewidth:
76 linecount += (current_column - 1) // linewidth
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_rasterizer.c252 rast->linewidth = MAX2(1.0F, templ->line_width); in svga_create_rasterizer_state()
Dsvga_state_rss.c253 EMIT_RS_FLOAT(svga, curr->linewidth, LINEWIDTH); in emit_rss_vgpu9()
Dsvga_context.h206 float linewidth; member
/third_party/python/Doc/c-api/
Dbuffer.rst269 .. tabularcolumns:: |p{0.35\linewidth}|l|l|l|
293 .. tabularcolumns:: |p{0.35\linewidth}|l|l|l|l|
318 .. tabularcolumns:: |p{0.35\linewidth}|l|l|l|l|l|l|
/third_party/python/Doc/library/
Dcodecs.rst1018 .. tabularcolumns:: |l|p{0.3\linewidth}|p{0.3\linewidth}|
1273 .. tabularcolumns:: |l|p{0.3\linewidth}|p{0.3\linewidth}|
Dwarnings.rst66 .. tabularcolumns:: |l|p{0.6\linewidth}|
Dtkinter.ttk.rst170 .. tabularcolumns:: |l|p{0.7\linewidth}|
807 .. tabularcolumns:: |l|p{0.7\linewidth}|
Dsys.rst1631 .. tabularcolumns:: |l|p{0.7\linewidth}|
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/
Dvideotestsrc.c1795 double linewidth = 2.0; in gst_video_test_src_spokes() local
1798 x = linewidth * 0.5 - fabs (x); in gst_video_test_src_spokes()
/third_party/mesa3d/docs/relnotes/
D7.10.rst1970 - r600g: emit hardware linewidth
2004 - evergreeng: respect linewidth state, use integer widths only
D22.2.0.rst4872 - zink: drop mode_changed check from linewidth/depthbias draw updates