Searched refs:sv (Results 1 - 7 of 7) sorted by relevance

/inkscape/share/extensions/
H A Dinterp_att_g.py72 sv = string.replace( self.options.start_val, '#', '' )
74 if re.search('\s|,', sv):
76 sv = re.split( '[\s,]+', sv )
78 self.R_ini = int( sv[0] )
79 self.G_ini = int( sv[1] )
80 self.B_ini = int( sv[2] )
86 if len(sv) == 3:
87 self.R_ini = int( sv[0] + sv[
[all...]
/inkscape/src/livarot/
H A DShapeDraw.cpp75 double sv=(getPoint(stP).x[1]-iy)*ir+my; local
80 double endv=(9*ev+1*sv)/10;
81 fprintf(outFile," <svg:line x1=\"%f\" y1=\"%f\" x2=\"%f\" y2=\"%f\" stroke=\"black\" stroke-width=\"0.5\" />\n",sh,sv,endh,endv); // localizing ok
83 fprintf(outFile," <svg:line x1=\"%f\" y1=\"%f\" x2=\"%f\" y2=\"%f\" stroke=\"black\" stroke-width=\"0.5\" />\n",sh,sv,eh,ev); // localizing ok
93 double sv=(getPoint(stP).x[1]-iy)*ir+my; local
96 fprintf(outFile," <svg:text x=\"%f\" y=\"%f\" font-family=\"Monaco\" font-size=\"5\" fill=\"blue\" >\n",(sh+eh)/2+2,(sv+ev)/2); // localizing ok
/inkscape/src/libcroco/
H A Dcr-style.c445 num_val = &a_style->num_props[NUM_PROP_PADDING_TOP].sv;
449 num_val = &a_style->num_props[NUM_PROP_PADDING_RIGHT].sv;
453 num_val = &a_style->num_props[NUM_PROP_PADDING_BOTTOM].sv;
457 num_val = &a_style->num_props[NUM_PROP_PADDING_LEFT].sv;
512 num_val = &a_style->num_props[NUM_PROP_BORDER_TOP].sv;
516 num_val = &a_style->num_props[NUM_PROP_BORDER_RIGHT].sv;
520 num_val = &a_style->num_props[NUM_PROP_BORDER_BOTTOM].sv;
524 num_val = &a_style->num_props[NUM_PROP_BORDER_LEFT].sv;
755 num_val = &a_style->num_props[NUM_PROP_MARGIN_TOP].sv;
759 num_val = &a_style->num_props[NUM_PROP_MARGIN_RIGHT].sv;
[all...]
H A Dcr-style.h121 CRNum sv ; member in struct:_CRNumPropVal
141 CRRgb sv ; member in struct:_CRRgbPropVal
216 CRFontSize sv ; member in struct:_CRFontSizeVal
/inkscape/src/2geom/numeric/
H A Dfitting-tool.h158 ConstVectorView sv(sample_values);
159 m_solution = (*m_psdinv_matrix) * sv;
489 Vector sv(sample_values.size());
490 for (size_t i = 0; i < sv.size(); ++i)
491 sv[i] = sample_values[i] - (*m_vector_view)[i];
492 return base_type::result(sv);
533 NL::Matrix sv(sample_values.size(), 2);
536 sv(i, X) = sample_values[i][X] - (*m_vector_view)[i];
537 sv(i, Y) = sample_values[i][Y] - (*m_vector_view)[i];
539 return base_type::result(sv);
[all...]
H A Dmatrix.cpp88 VectorView sv(s, sz);
90 for (size_t i = 0; i < sv.size(); ++i)
93 v.scale(1/sv[i]);
/inkscape/src/widgets/
H A Dselect-toolbar.cpp221 double sv = fabs(y1 - bbox_user->max()[Geom::Y]); local
228 sv = Quantity::convert(sv, "px", unit);
239 sv > 5e-4 ? "selector:toolbar:scale:vertical" : NULL );

Completed in 19 milliseconds