Searched refs:yy (Results 1 - 11 of 11) sorted by relevance
/inkscape/src/live_effects/ |
H A D | lpe-envelope.cpp | 36 yy(_("_Enable top & bottom paths"), _("Enable the top and bottom deformation paths"), "yy", &wr, this, true) 38 registerParameter( dynamic_cast<Parameter *>(&yy) ); 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 D | lpe-envelope.h | 46 BoolParam yy; member in class:Inkscape::LivePathEffect::LPEEnvelope
|
/inkscape/src/2geom/ |
H A D | cairo-path-sink.cpp | 85 cm.yy = uct[3];
|
/inkscape/src/ui/widget/ |
H A D | gimpcolorwheel.c | 869 gint xx, yy; local 902 for (yy = 0; yy < height; yy++) 904 p = buf + yy * width; 905 dy = -(yy - center_y); 1023 gint xx, yy; local 1092 for (yy = 0; yy < height; yy [all...] |
/inkscape/src/extension/internal/pdfinput/ |
H A D | pdf-parser.cpp | 2004 double yy[4][8]; local 2045 yy[i][0] = patch->y[i][0]; 2047 yy[i][1] = 0.5 * (patch->y[i][0] + patch->y[i][1]); 2051 yy[i][6] = 0.5 * (patch->y[i][2] + patch->y[i][3]); 2053 yy[i][2] = 0.5 * (yy[i][1] + yym); 2055 yy[i][5] = 0.5 * (yym + yy[i][6]); 2057 yy[i][3] = yy[ [all...] |
/inkscape/src/extension/internal/ |
H A D | cairo-render-context.h | 223 void _concatTransform(cairo_t *cr, double xx, double yx, double xy, double yy, double x0, double y0);
|
H A D | cairo-render-context.cpp | 947 ret[3] = ctm.yy; 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); 1822 matrix->yy = transform[3];
|
/inkscape/src/display/ |
H A D | cairo-utils.cpp | 96 cm.yy = m[3]; 588 cm.yy = xform[3]; 770 m[3] = cm.yy; 780 cm.yy = m[3];
|
/inkscape/src/ |
H A D | sp-mesh-array.cpp | 1565 double yy = y*y; 1566 double yyy = yy * y; 1576 result += alpha[ 8 ] * yy; 1577 result += alpha[ 9 ] * yy * x; 1578 result += alpha[ 10 ] * yy * xx; 1579 result += alpha[ 11 ] * yy * xxx;
|
H A D | sp-pattern.cpp | 619 Geom::Affine full(cm.xx, cm.yx, cm.xy, cm.yy, 0, 0);
|
/inkscape/src/extension/internal/filter/ |
H A D | color.h | 1389 "<param name=\"yy\" gui-text=\"" N_("Y") "\" type=\"float\" indent=\"1\" appearance=\"full\" precision=\"2\" min=\"-100.\" max=\"100.\">-16</param>\n" 1418 std::ostringstream yy; local 1430 yy << ext->get_param_float("yy"); 1453 yx.str().c_str(), yy.str().c_str() );
|
Completed in 53 milliseconds