Home
last modified time | relevance | path

Searched refs:end_width (Results 1 – 25 of 73) sorted by relevance

123

/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/render/
H A Dtrace.py128 if end_width is None:
129 end_width = start_width
184 start_vertex, start_width, end_width = stations[station]
244 offset_end = ortho.normalize(end_width / 2)
407 for point, start_width, end_width in first:
408 last.add_station(point, start_width, end_width)
433 end_width = const_width
451 end_width = vertex.dxf.end_width
453 end_width = default_end_width
470 for point, start_width, end_width, bulge in points:
[all …]
/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/tutorials/
H A Dlwpolyline.rst38 …ints always returns a 5-tuple ``(x, y, start_width, ent_width, bulge)``, start_width, end_width and
44 x, y, start_width, end_width, bulge = first_point
60 # set as (x, y, [start_width, [end_width, [bulge]]]) tuple
61 # set start_width, end_width to 0 to be ignored (x, y, 0, 0, bulge).
77 # point format = (x, y, [start_width, [end_width, [bulge]]])
78 # set start_width, end_width to 0 to be ignored (x, y, 0, 0, bulge).
101 # point format = (x, y, [start_width, [end_width, [bulge]]])
102 # set start_width, end_width to 0 to be ignored (x, y, 0, 0, bulge).
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkcssimagecrossfade.c35 int start_width, end_width; in G_DEFINE_TYPE() local
49 end_width = _gtk_css_image_get_width (cross_fade->end); in G_DEFINE_TYPE()
51 if (end_width == 0) in G_DEFINE_TYPE()
55 end_width = 0; in G_DEFINE_TYPE()
57 return start_width + (end_width - start_width) * cross_fade->progress; in G_DEFINE_TYPE()
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dvertex_2d.c8 double start_width, end_width, bulge, tangent_dir; in api_process() local
18 CHK_ENTITY_TYPE_W_OLD (vertex_2d, VERTEX_2D, end_width, BD); in api_process()
H A Dpolyline_2d.c8 double start_width, end_width, elevation, thickness; in api_process() local
21 CHK_ENTITY_TYPE_W_OLD (polyline_2d, POLYLINE_2D, end_width, BD); in api_process()
/dports/cad/py-ezdxf/ezdxf-0.16.3/issues/20170226 issue#6/
H A Dissue6.py16 x, y, start_width, end_width, bulge = point
17 return x + mx, y + my, start_width, end_width, bulge
/dports/graphics/qgis/qgis-3.22.3/resources/function_help/json/
H A Dtapered_buffer8 {"arg":"end_width","description":"width of buffer at end of line."},
10 …d_buffer(geometry:=geom_from_wkt('LINESTRING(1 2, 4 2)'),start_width:=1,end_width:=2,segments:=8)"…
/dports/graphics/qgis-ltr/qgis-3.16.16/resources/function_help/json/
H A Dtapered_buffer8 {"arg":"end_width","description":"width of buffer at end of line."},
10 …d_buffer(geometry:=geom_from_wkt('LINESTRING(1 2, 4 2)'),start_width:=1,end_width:=2,segments:=8)"…
/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_07_render/
H A Dtest_707_trace.py20 assert t[0].end_width == 2
25 assert t[1].end_width == 1
36 …from_spline(BSpline.from_fit_points([(1, 0), (3, 1), (5, -1), (6, 0)]), start_width=2, end_width=1,
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/io_import_dxf/dxfgrabber/
H A Ddxfentities.py419 def default_width(start_width, end_width): argument
422 if end_width == 0.:
423 end_width = self.default_end_width
424 return start_width, end_width
531 self.end_width = 0.
547 self.end_width = value
636 bulge, start_width, end_width = 0., 0., 0.
643 self.width.append((start_width, end_width))
644 bulge, start_width, end_width = 0., 0., 0.
650 end_width = value
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Dnine_piece_image_grid.cc41 LayoutUnit end_width(end.width); in ScaleEdgeWidths() local
42 end_width *= scale_factor; in ScaleEdgeWidths()
45 int rounded_end = end_width.Round(); in ScaleEdgeWidths()
46 end.width = rounded_end > remaining ? end_width.Floor() : rounded_end; in ScaleEdgeWidths()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dnine_piece_image_grid.cc41 LayoutUnit end_width(end.width); in ScaleEdgeWidths() local
42 end_width *= scale_factor; in ScaleEdgeWidths()
45 int rounded_end = end_width.Round(); in ScaleEdgeWidths()
46 end.width = rounded_end > remaining ? end_width.Floor() : rounded_end; in ScaleEdgeWidths()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/ivi-shell/
H A Divi-layout-transition.c300 int32_t end_width; member
334 (mrv->end_width - mrv->start_width) * current; in transition_move_resize_view_user_frame()
357 int32_t end_width, int32_t end_height, in create_move_resize_view_transition() argument
394 data->end_width = end_width; in create_move_resize_view_transition()
432 data->end_width = dest_width; in ivi_layout_transition_move_resize_view()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/ivi-shell/
H A Divi-layout-transition.c300 int32_t end_width; member
334 (mrv->end_width - mrv->start_width) * current; in transition_move_resize_view_user_frame()
357 int32_t end_width, int32_t end_height, in create_move_resize_view_transition() argument
394 data->end_width = end_width; in create_move_resize_view_transition()
432 data->end_width = dest_width; in ivi_layout_transition_move_resize_view()
/dports/graphics/weston/weston-1.9.0/ivi-shell/
H A Divi-layout-transition.c273 int32_t end_width; member
305 (mrv->end_width - mrv->start_width) * current; in transition_move_resize_view_user_frame()
328 int32_t end_width, int32_t end_height, in create_move_resize_view_transition() argument
364 data->end_width = end_width; in create_move_resize_view_transition()
402 data->end_width = dest_width; in ivi_layout_transition_move_resize_view()
/dports/graphics/cuttlefish/cuttlefish-1.3/lib/
H A DLegend.pm250 my $end_width = $label_width{end};
256 my $end_x = $x + ($end_width-length($end))*$font->width;
257 $x += $end_width*$font->width + 2;
/dports/audio/xwave/xwave2-981109/src/bitmaps/
H A Dend.xbm1 #define end_width 15
/dports/x11-wm/muffin/muffin-4.8.0/src/compositor/plugins/
H A Ddefault.c524 gint end_x, gint end_y, gint end_width, gint end_height) in maximize() argument
554 scale_x = (gdouble)end_width / (gdouble) width; in maximize()
558 ((gdouble)(end_width - width)); in maximize()
590 gint end_x, gint end_y, gint end_width, gint end_height) in unmaximize() argument
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/entities/
H A Dlwpolyline.py417 x, y, start_width, end_width, bulge = point
419 if start_width or end_width:
423 yield DXFTag(self.END_WIDTH_CODE, end_width)
/dports/deskutils/gnome-todo/gnome-todo-41.0/subprojects/libadwaita/src/
H A Dadw-tab.c445 int start_width = 0, end_width = 0; in allocate_contents() local
463 end_width = indicator_width; in allocate_contents()
481 end_width = close_width; in allocate_contents()
485 center_width = MIN (alloc->width - start_width - end_width, in allocate_contents()
489 alloc->width - center_width - end_width); in allocate_contents()
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/addons/
H A Dr12writer.py310 end_width: float = 0,
358 if end_width: # default end width
359 dxf.append(dxf_tag(41, end_width))
/dports/x11-toolkits/libadwaita/libadwaita-8442d6097b36c17e87582525ceab3ce3d5bccd48/src/
H A Dadw-tab.c447 int start_width = 0, end_width = 0; in allocate_contents() local
465 end_width = indicator_width; in allocate_contents()
483 end_width = close_width; in allocate_contents()
487 center_width = MIN (alloc->width - start_width - end_width, in allocate_contents()
491 alloc->width - center_width - end_width); in allocate_contents()
/dports/cad/py-ezdxf/ezdxf-0.16.3/examples/addons/
H A Dr12writer.py55 end_width=0.1,
/dports/graphics/blender/blender-2.91.0/intern/libmv/libmv/tracking/
H A Dbrute_region_tracker.cc174 int end_width = (width / 2) + (width % 2); in SampleRectangularPattern() local
177 for (int c = -width / 2; c < end_width; ++c) { in SampleRectangularPattern()
/dports/cad/py-phidl/phidl-1.0.1/phidl/
H A Dgeometry.py2276 def optimal_step(start_width = 10, end_width = 22, num_pts = 50, width_tol = 1e-3, argument
2313 if start_width > end_width:
2315 start_width, end_width = end_width, start_width
2319 if start_width == end_width: # Just return a square
2323 …min,ymin = invert_step_point(y_desired = start_width*(1+width_tol), W = start_width, a = end_width)
2324 … xmax,ymax = invert_step_point(y_desired = end_width*(1-width_tol), W = start_width, a = end_width)
2329 x,y = invert_step_point(x_desired = x, W = start_width, a = end_width)
2332 ypts[-1] = end_width
2346 start_width, end_width = end_width, start_width
2355 D.add_port(name = 2, midpoint = [max(xpts),end_width/2], width = end_width, orientation = 0)
[all …]

123