Home
last modified time | relevance | path

Searched refs:addBorder (Results 1 – 25 of 197) sorted by relevance

12345678

/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/fsm/gui/
H A DOptimizerDialog.java43 panel.add(addBorder(new JLabel(Lang.get("msg_fsm_optimizer_initial")))); in OptimizerDialog()
44 panel.add(addBorder(new JLabel(Integer.toString(optimizer.getInitialComplexity())))); in OptimizerDialog()
45 panel.add(addBorder(new JLabel(Lang.get("msg_fsm_optimizer_best")))); in OptimizerDialog()
47 panel.add(addBorder(bestLabel)); in OptimizerDialog()
59 getContentPane().add(addBorder(buttons), BorderLayout.SOUTH); in OptimizerDialog()
65 private Component addBorder(JComponent component) { in addBorder() method in OptimizerDialog
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/addBorder/
H A DaddBorder_desc.cpp2 {"left",offsetof(addBorder,left),"uint32_t",ADM_param_uint32_t},
3 {"right",offsetof(addBorder,right),"uint32_t",ADM_param_uint32_t},
4 {"top",offsetof(addBorder,top),"uint32_t",ADM_param_uint32_t},
5 {"bottom",offsetof(addBorder,bottom),"uint32_t",ADM_param_uint32_t},
H A DaddBorder.conf1 addBorder{
H A DaddBorder.h10 }addBorder; typedef
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/addBorder/
H A DaddBorder_desc.cpp2 {"left",offsetof(addBorder,left),"uint32_t",ADM_param_uint32_t},
3 {"right",offsetof(addBorder,right),"uint32_t",ADM_param_uint32_t},
4 {"top",offsetof(addBorder,top),"uint32_t",ADM_param_uint32_t},
5 {"bottom",offsetof(addBorder,bottom),"uint32_t",ADM_param_uint32_t},
H A DaddBorder.conf1 addBorder{
H A DaddBorder.h10 }addBorder; typedef
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/addBorder/
H A DaddBorder_desc.cpp2 {"left",offsetof(addBorder,left),"uint32_t",ADM_param_uint32_t},
3 {"right",offsetof(addBorder,right),"uint32_t",ADM_param_uint32_t},
4 {"top",offsetof(addBorder,top),"uint32_t",ADM_param_uint32_t},
5 {"bottom",offsetof(addBorder,bottom),"uint32_t",ADM_param_uint32_t},
H A DaddBorder.conf1 addBorder{
H A DaddBorder.h10 }addBorder; typedef
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/addBorder/
H A DaddBorder_desc.cpp2 {"left",offsetof(addBorder,left),"uint32_t",ADM_param_uint32_t},
3 {"right",offsetof(addBorder,right),"uint32_t",ADM_param_uint32_t},
4 {"top",offsetof(addBorder,top),"uint32_t",ADM_param_uint32_t},
5 {"bottom",offsetof(addBorder,bottom),"uint32_t",ADM_param_uint32_t},
H A DaddBorder.conf1 addBorder{
H A DaddBorder.h10 }addBorder; typedef
H A DADM_vidAddBorder.h23 addBorder param;
/dports/games/legend-of-edgar/edgar-1.34/src/menu/
H A Dwidget.c44 …w->normalState = addBorder(createWidgetText(text, game.font, r, g, b, 0, 0, 0), 255, 255, 255, 0, … in createWidget()
46 …w->selectedState = addBorder(createWidgetText(text, game.font, r, g, b, 0, 200, 0), 255, 255, 255,… in createWidget()
48 …w->disabledState = addBorder(createWidgetText(text, game.font, r, g, b, 100, 100, 100), 255, 255, … in createWidget()
53 w->normalState = addBorder(createWidgetText(text, game.font, r, g, b, 0, 0, 0), 0, 0, 0, 0, 0, 0); in createWidget()
55 …w->selectedState = addBorder(createWidgetText(text, game.font, r, g, b, 0, 200, 0), 0, 200, 0, 0, … in createWidget()
57 …w->disabledState = addBorder(createWidgetText(text, game.font, r, g, b, 100, 100, 100), 0, 0, 0, 0… in createWidget()
H A Dlabel.c50 l->text = addBorder(textSurface, 255, 255, 255, 0, 0, 0); in createLabel()
92 …l->text = addBorder(generateTextSurface(text, game.font, 255, 255, 255, 0, 0, 0), 255, 255, 255, 0… in updateLabelText()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/actions/
H A Drs_preview.cpp57 bool addBorder = false; in addEntity() local
62 addBorder = true; in addEntity()
66 addBorder = true; in addEntity()
71 if (addBorder) { in addEntity()
/dports/x11-wm/blackbox/blackbox-0.70.1/util/
H A Dbstyleconvert.cc122 void addBorder(const std::string &_borderWidth,
134 void NewTexture::addBorder(const std::string &_borderWidth, in addBorder() function in NewTexture
229 menu.title.addBorder(oldStyle.borderWidth, oldStyle.borderColor); in operator =()
230 menu.frame.addBorder(oldStyle.borderWidth, oldStyle.borderColor); in operator =()
252 slit.slit.addBorder(oldStyle.borderWidth, oldStyle.borderColor); in operator =()
290 window.title_focus.addBorder(oldStyle.borderWidth, in operator =()
292 window.title_unfocus.addBorder(oldStyle.borderWidth, in operator =()
294 window.handle_focus.addBorder(oldStyle.borderWidth, in operator =()
296 window.handle_unfocus.addBorder(oldStyle.borderWidth, in operator =()
298 window.grip_focus.addBorder(oldStyle.borderWidth, in operator =()
[all …]
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/canvas/editor/
H A Doptions.ts7 addBorder: PanelOptionsSupplier<CanvasElementOptions>; property
53 addBorder: (builder, context) => {
/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/table/
H A DRtfBorderGroup.java102 addBorder(bordersToAdd, borderStyle, borderWidth, borderColor); in RtfBorderGroup()
138 addBorder(bordersToUse, RtfBorder.BORDER_SINGLE, borderWidth, borderColor); in RtfBorderGroup()
162 public void addBorder(int bordersToAdd, int borderStyle, float borderWidth, Color borderColor) { in addBorder() method in RtfBorderGroup
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/layoutmgr/table/
H A DTableCellLayoutManager.java452 addBorder(blocks, startRow, x, Trait.BORDER_BEFORE, border, in addAreas()
464 addBorder(blocks, endRow, x, Trait.BORDER_AFTER, border, in addAreas()
475 addBorder(blocks, y, gridUnits.length - 1, Trait.BORDER_START, border, in addAreas()
479 addBorder(blocks, y, 0, Trait.BORDER_START, border, in addAreas()
489 addBorder(blocks, y, 0, Trait.BORDER_END, border, in addAreas()
494 addBorder(blocks, y, gridUnits.length - 1, Trait.BORDER_END, border, in addAreas()
621 private void addBorder(Block[][] blocks, int i, int j, Integer side, BorderInfo border, in addBorder() method in TableCellLayoutManager
/dports/graphics/opencv/opencv-4.5.3/samples/dnn/
H A Dperson_reid.py157 def addBorder(im, color): function
171 query_img = addBorder(query_img, [0, 0, 0])
178 gallery_img = addBorder(gallery_img, [255, 255, 255])
H A Dperson_reid.cpp156 static void addBorder(const Mat& img, const Scalar& color, Mat& result) in addBorder() function
168 addBorder(temp_img, Scalar(0,0,0), q_img); in drawRankList()
176 addBorder(temp_img, Scalar(255,255,255), g_img); in drawRankList()
/dports/games/knavalbattle/knavalbattle-21.12.3/src/
H A Dsea.cpp77 void Sea::addBorder(Player p, const Coord& pos) in addBorder() function in Sea
79 m_fields[p]->addBorder(pos); in addBorder()
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Dedgedetection.hxx2239 DestValue edge_marker, bool addBorder = true) in doxygen_overloaded_function()
2250 if(addBorder) in doxygen_overloaded_function()
2341 DestValue edge_marker, bool addBorder = true) in cannyEdgeImageFromGradWithThinning() argument
2345 gradient_threshold, edge_marker, addBorder); in cannyEdgeImageFromGradWithThinning()
2355 DestValue edge_marker, bool addBorder = true) in cannyEdgeImageFromGradWithThinning() argument
2475 DestValue edge_marker, bool addBorder = true) in doxygen_overloaded_function()
2482 gradient_threshold, edge_marker, addBorder); in doxygen_overloaded_function()
2492 DestValue edge_marker, bool addBorder = true) in cannyEdgeImageWithThinning() argument
2496 scale, gradient_threshold, edge_marker, addBorder); in cannyEdgeImageWithThinning()
2506 DestValue edge_marker, bool addBorder = true) in cannyEdgeImageWithThinning() argument
[all …]

12345678