Searched refs:xx (Results 1 - 10 of 10) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-envelope.cpp35 xx(_("_Enable left & right paths"), _("Enable the left and right deformation paths"), "xx", &wr, this, true),
39 registerParameter( dynamic_cast<Parameter *>(&xx) );
64 if(xx.get_value() == false && yy.get_value() == false)
175 if(xx.get_value() == false && yy.get_value() == true)
184 if(xx.get_value() == true && yy.get_value() == false)
190 if(xx.get_value() == true && yy.get_value() == true)
224 // do nothing when xx and yy are both false
H A Dlpe-envelope.h45 BoolParam xx; member in class:Inkscape::LivePathEffect::LPEEnvelope
/inkscape/src/2geom/
H A Dcairo-path-sink.cpp81 cm.xx = uct[0];
/inkscape/src/ui/widget/
H A Dgimpcolorwheel.c869 gint xx, yy; local
907 for (xx = 0; xx < width; xx++)
909 dx = xx - center_x;
1023 gint xx, yy; local
1137 for (xx = 0; xx < x_start; xx++)
1140 for (; xx < x_en
[all...]
/inkscape/src/extension/internal/pdfinput/
H A Dpdf-parser.cpp2003 double xx[4][8]; local
2044 xx[i][0] = patch->x[i][0];
2046 xx[i][1] = 0.5 * (patch->x[i][0] + patch->x[i][1]);
2050 xx[i][6] = 0.5 * (patch->x[i][2] + patch->x[i][3]);
2052 xx[i][2] = 0.5 * (xx[i][1] + xxm);
2054 xx[i][5] = 0.5 * (xxm + xx[i][6]);
2056 xx[i][3] = xx[
[all...]
/inkscape/src/extension/internal/
H A Dcairo-render-context.h223 void _concatTransform(cairo_t *cr, double xx, double yx, double xy, double yy, double x0, double y0);
H A Dcairo-render-context.cpp944 ret[0] = ctm.xx;
1808 CairoRenderContext::_concatTransform(cairo_t *cr, double xx, double yx, double xy, double yy, double x0, double y0) argument
1812 cairo_matrix_init(&matrix, xx, yx, xy, yy, x0, y0);
1819 matrix->xx = transform[0];
/inkscape/src/display/
H A Dcairo-utils.cpp92 cm.xx = m[0];
584 cm.xx = xform[0];
766 m[0] = cm.xx;
776 cm.xx = m[0];
/inkscape/src/
H A Dsp-mesh-array.cpp1563 double xx = x*x;
1564 double xxx = xx * x;
1570 result += alpha[ 2 ] * xx;
1574 result += alpha[ 6 ] * y * xx;
1578 result += alpha[ 10 ] * yy * xx;
1582 result += alpha[ 14 ] * yyy * xx;
H A Dsp-pattern.cpp619 Geom::Affine full(cm.xx, cm.yx, cm.xy, cm.yy, 0, 0);

Completed in 97 milliseconds