Searched refs:linewidth (Results 1 – 13 of 13) sorted by relevance
/third_party/python/Lib/idlelib/idle_test/ |
D | test_squeezer.py | 36 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/ |
D | squeezer.py | 28 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/ |
D | svga_pipe_rasterizer.c | 252 rast->linewidth = MAX2(1.0F, templ->line_width); in svga_create_rasterizer_state()
|
D | svga_state_rss.c | 253 EMIT_RS_FLOAT(svga, curr->linewidth, LINEWIDTH); in emit_rss_vgpu9()
|
D | svga_context.h | 206 float linewidth; member
|
/third_party/python/Doc/c-api/ |
D | buffer.rst | 269 .. 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/ |
D | codecs.rst | 1018 .. tabularcolumns:: |l|p{0.3\linewidth}|p{0.3\linewidth}| 1273 .. tabularcolumns:: |l|p{0.3\linewidth}|p{0.3\linewidth}|
|
D | warnings.rst | 66 .. tabularcolumns:: |l|p{0.6\linewidth}|
|
D | tkinter.ttk.rst | 170 .. tabularcolumns:: |l|p{0.7\linewidth}| 807 .. tabularcolumns:: |l|p{0.7\linewidth}|
|
D | sys.rst | 1631 .. tabularcolumns:: |l|p{0.7\linewidth}|
|
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/ |
D | videotestsrc.c | 1795 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/ |
D | 7.10.rst | 1970 - r600g: emit hardware linewidth 2004 - evergreeng: respect linewidth state, use integer widths only
|
D | 22.2.0.rst | 4872 - zink: drop mode_changed check from linewidth/depthbias draw updates
|