Home
last modified time | relevance | path

Searched refs:edge_width (Results 1 – 25 of 100) sorted by relevance

1234

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/style/
H A Dborder_edge.cc11 BorderEdge::BorderEdge(float edge_width, in BorderEdge() argument
18 width_(edge_width) { in BorderEdge()
19 if (style == static_cast<unsigned>(EBorderStyle::kDouble) && edge_width < 3) in BorderEdge()
H A Dborder_edge.h18 BorderEdge(float edge_width,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/style/
H A Dborder_edge.cc11 BorderEdge::BorderEdge(float edge_width, in BorderEdge() argument
18 width_(edge_width) { in BorderEdge()
19 if (style == static_cast<unsigned>(EBorderStyle::kDouble) && edge_width < 3) in BorderEdge()
H A Dborder_edge.h18 BorderEdge(float edge_width,
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/modules/system/class/thumbs/
H A Dphpthumb.filters.php475 …public function Frame(&$gdimg, $frame_width, $edge_width, $hexcolor_frame, $hexcolor1, $hexcolor2)… argument
477 $edge_width = ($edge_width ? $edge_width : 1);
485 for ($i = 0; $i < $edge_width; $i++) {
494 …imagerectangle($gdimg, $edge_width + $i, $edge_width + $i, imagesx($gdimg) - $edge_width - $i, ima…
496 for ($i = 0; $i < $edge_width; $i++) {
498edge_width + $i, $frame_width + $edge_width + $i, $frame_width…
499edge_width + $i, $frame_width + $edge_width + $i, imagesx($gdimg) - $frame_width…
500edge_width - $i, imagesy($gdimg) - $frame_width - $edge_width - $i, imagesx($gdimg) - $frame_width…
501edge_width - $i, imagesy($gdimg) - $frame_width - $edge_width - $i, $frame_width…
/dports/audio/traverso/traverso-0.49.6/src/commands/plugins/TraversoCommands/
H A DTraversoCommands.cpp321 int edge_width = 0; in create() local
323 edge_width = arguments[0].toInt(); in create()
326 if (x < edge_width) { in create()
328 } else if (x > (view->boundingRect().width() - edge_width)) { in create()
/dports/x11-servers/x2vnc/x2vnc-1.7.2/
H A Dargs.c181 extern int edge_width; in processArgs()
183 edge_width = atoi(argv[i]); in processArgs()
184 if(edge_width < 0) in processArgs()
H A Dx.c117 int edge_width=1; variable
313 ew=edge_width; in CreateXWindow()
404 if(edge_width) in CreateXWindow()
677 if(ES) return width-edge_width; in leave_translate()
682 #define EDGE(X) ((X)?edge_width:0)
705 if(edge_width) in mapwindow()
806 if(!edge_width) hidewindow(); in ungrabit()
1109 y = edge_width; /* FIXME */ in HandleTopLevelEvent()
1114 y = displayHeight - edge_width -1; /* FIXME */ in HandleTopLevelEvent()
1119 x = displayWidth - edge_width -1; /* FIXME */ in HandleTopLevelEvent()
[all …]
/dports/math/py-networkx/networkx-2.6.3/examples/algorithms/
H A Dplot_blockmodel.py70 edge_width = [(2 * d["weight"]) for (u, v, d) in BM.edges(data=True)] variable
77 nx.draw(BM, posBM, node_size=node_size, width=edge_width, with_labels=False)
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/android/
H A Doverscroll_refresh.cc27 float edge_width) in OverscrollRefresh() argument
32 edge_width_(edge_width), in OverscrollRefresh()
H A Doverscroll_refresh.h43 OverscrollRefresh(OverscrollRefreshHandler* handler, float edge_width);
/dports/games/xmris/xmris.4.04/bitmaps/bitmaps/
H A Dedge.h1 #define edge_width 32 macro
/dports/cad/libredwg/libredwg-0.12.4/examples/
H A Dalldxf_VISUALSTYLE.inc36 { 76, "1", NULL, 0, BITS_UNKNOWN, "edge_width", 5, {-1,-1,-1,-1,-1} },
86 { 76, "1", NULL, 0, BITS_UNKNOWN, "edge_width", 5, {-1,-1,-1,-1,-1} },
136 { 76, "1", NULL, 0, BITS_UNKNOWN, "edge_width", 5, {-1,-1,-1,-1,-1} },
186 { 76, "1", NULL, 0, BITS_UNKNOWN, "edge_width", 6, {-1,-1,-1,-1,-1} },
236 { 76, "1", NULL, 0, BITS_UNKNOWN, "edge_width", 8, {-1,-1,-1,-1,-1} },
286 { 76, "1", NULL, 0, BITS_UNKNOWN, "edge_width", 5, {-1,-1,-1,-1,-1} },
336 { 76, "1", NULL, 0, BITS_UNKNOWN, "edge_width", 6, {-1,-1,-1,-1,-1} },
386 { 76, "1", NULL, 0, BITS_UNKNOWN, "edge_width", 5, {-1,-1,-1,-1,-1} },
455 { 76, "1", NULL, 0, BITS_UNKNOWN, "edge_width", 33, {-1,-1,-1,-1,-1} },
532 { 76, "1", NULL, 0, BITS_UNKNOWN, "edge_width", 35, {-1,-1,-1,-1,-1} },
[all …]
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dvisualstyle.c29 BITCODE_BL edge_width; in api_process() local
107 CHK_ENTITY_TYPE (vsty, VISUALSTYLE, edge_width, BS); in api_process()
115 CHK_ENTITY_TYPE (vsty, VISUALSTYLE, edge_width, BL); in api_process()
/dports/graphics/py-scikit-image/scikit-image-0.19.0/doc/examples/segmentation/
H A Dplot_rag_boundary.py28 edge_width=1.2)
/dports/graphics/gimageview/gimageview-0.2.27/src/
H A Dgimv_scrolled.c580 gint pos, edge_width, flags; in scrolling_is_desirable() local
594 edge_width = scrolled->scroll_edge_x; in scrolling_is_desirable()
604 edge_width = scrolled->scroll_edge_y; in scrolling_is_desirable()
611 if ((pos < edge_width) && (adj->value > adj->lower)) { in scrolling_is_desirable()
615 } else if ((pos > (adj->page_size - edge_width)) && (adj->value < upper)) { in scrolling_is_desirable()
/dports/math/maxima/maxima-5.43.2/share/graphs/
H A Ddraw_graph.mac97 edge_width : 1, show_edge_width : 2,
194 edge_widths : [edge_width, show_edge_width],
205 edge_widths : [edge_width],
220 if edge_widths=[] then makelist(edge_width, i, 1, length(edge_partition)) else edge_widths,
304 'line_width = edge_width,
/dports/math/graphthing/graphthing-1.3.2/src/
H A Dcanvas.h27 static const int edge_width = 2; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/android/
H A Doverscroll_controller_android.cc63 float edge_width = base::GetFieldTrialParamByFeatureAsInt( in CreateRefreshEffect() local
69 edge_width); in CreateRefreshEffect()
/dports/games/openclonk/openclonk-release-8.1-src/src/editor/
H A DC4ConsoleQtShapes.cpp961 …nst Vertex &v0, const Vertex &v1, uint32_t clr, float line_width, float edge_width, bool highlight) in DrawEdge() argument
972 float ddx = dy / d * edge_width; in DrawEdge()
973 float ddy = dx / d * edge_width; in DrawEdge()
974 …pDraw->DrawLineDw(cgo.Surface, vx0 + ddx, vy0 + ddy, vx1 + ddx, vy1 + ddy, 0xffffffff, edge_width); in DrawEdge()
975 …pDraw->DrawLineDw(cgo.Surface, vx0 - ddx, vy0 - ddy, vx1 - ddx, vy1 - ddy, 0xffffffff, edge_width); in DrawEdge()
978 pDraw->DrawLineDw(cgo.Surface, vx0, vy0, vx1, vy1, clr, edge_width); in DrawEdge()
986 float arrowhead_size = std::max<float>(2.0, std::min<float>(d / 2, 8.0)) * edge_width; in DrawEdge()
993 …arrx, arry, arrx + ddx1 * arrowhead_size / d1, arry + ddy1 * arrowhead_size / d1, clr, edge_width); in DrawEdge()
994 …arrx, arry, arrx + ddx2 * arrowhead_size / d2, arry + ddy2 * arrowhead_size / d2, clr, edge_width); in DrawEdge()
1009 float edge_width = line_width * edge.line_thickness; in Draw() local
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevcgmx.h173 cgm_edge_width edge_width; member
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevcgmx.h167 cgm_edge_width edge_width; member
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevcgmx.h167 cgm_edge_width edge_width; member
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevcgmx.h173 cgm_edge_width edge_width; member
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/future/graph/
H A Drag.py452 def show_rag(labels, rag, image, border_color='black', edge_width=1.5, argument
556 lc = LineCollection(lines, linewidths=edge_width, cmap=edge_cmap)

1234