Home
last modified time | relevance | path

Searched refs:b_style (Results 1 – 9 of 9) sorted by relevance

/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/
H A DBoxCurve.cpp46 b_style = Rect; in BoxCurve()
64 b_style = b->b_style; in copy()
129 if (b_style == Rect) { in drawBox()
133 } else if (b_style == Diamond) { in drawBox()
157 } else if (b_style == Notch) { in drawBox()
198 if (b_style) { in drawBox()
208 if (b_style == Notch || b_style == NoBox) in drawBox()
210 if (b_style == WindBox) in drawBox()
251 if (b_style == style) in setBoxStyle()
253 b_style = style; in setBoxStyle()
[all …]
H A DBoxCurve.h64 int boxStyle() { return b_style; }; in boxStyle()
91 int b_style, b_width, b_range, w_range; variable
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/plot2D/
H A DBoxCurve.cpp49 b_style(Rect), in AddWidgetTool()
73 b_style = b->b_style;
150 if (b_style == Rect) in addRectangle()
230 if (b_style){
240 if (b_style == Notch || b_style == NoBox)
242 if (b_style == WindBox)
290 if (b_style == style)
293 b_style = style;
298 if (b_style == WindBox)
653 switch(b_style){
[all …]
H A DBoxCurve.h65 int boxStyle(){return b_style;};
120 int b_style;
/dports/devel/p5-Algorithm-Networksort/Algorithm-Networksort-2.02/lib/Algorithm/
H A DNetworksort.pm1857 my $b_style;
1864 $b_style = "";
1871 $b_style = qq(style="fill:$clrset{inputbegin}; stroke:$clrset{inputbegin}");
1885 $string .= qq( <circle $b_style cx="$grset{hz_margin}" cy="0" r="$i_radius" />) .
1902 $b_style = "";
1910 $b_style = qq(style="fill:$clrset{compbegin}; stroke:$clrset{compbegin}");
1932 $string .= qq( <circle $b_style cx="0" cy="0" r="$c_radius" />) .
/dports/textproc/xlhtml/xlhtml-0.5/xlhtml/
H A Dxlhtml.h102 U16 b_style; member
H A Dxlhtml.c181 U16 indent, U16 b_style, U16 b_l_color, U32 b_t_color, U16 cell_color);
1629 U16 b_style; in main_line_processor() local
1639 b_style = getShort(&working_buffer[10]); in main_line_processor()
1655 add_xf_array(fnt_idx, fmt_idx, gen, align, indent, b_style, in main_line_processor()
2376 U16 indent, U16 b_style, U16 b_l_color, U32 b_t_color, U16 cell_color) in add_xf_array() argument
2411 xf_array[next_xf]->b_style = b_style; in add_xf_array()
/dports/mail/roundcube/roundcubemail-1.5.1/program/actions/mail/
H A Dsend.php115 $b_style = 'padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0';
133 '<blockquote type="cite" style="'.$b_style.'">',
/dports/www/cssed/cssed-0.4.0/src/
H A Dcssdialogs-functions.c2034 gboolean b_style; in cssdialog_outline_property_get_string() local
2057 b_style = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(checkbutton_style)); in cssdialog_outline_property_get_string()
2060 if ( !b_length && !b_style && !b_color ){ in cssdialog_outline_property_get_string()
2091 if( b_style || b_color ){ in cssdialog_outline_property_get_string()
2095 if( b_style ){ in cssdialog_outline_property_get_string()
2821 gboolean b_style; in cssdialog_border_width_style_color_value_get_string() local
2844 b_style = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(checkbutton_style)); in cssdialog_border_width_style_color_value_get_string()
2847 if( !b_length && !b_style && !b_color ){ in cssdialog_border_width_style_color_value_get_string()
2873 if( b_style || b_color ){ in cssdialog_border_width_style_color_value_get_string()
2882 if( b_style || b_color ){ in cssdialog_border_width_style_color_value_get_string()
[all …]