Searched defs:yy (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-envelope.h46 BoolParam yy; member in class:Inkscape::LivePathEffect::LPEEnvelope
/inkscape/src/extension/internal/filter/
H A Dcolor.h1389 "<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() );
/inkscape/src/extension/internal/
H A Dcairo-render-context.cpp947 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/ui/widget/
H A Dgimpcolorwheel.c869 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 Dpdf-parser.cpp2004 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...]

Completed in 55 milliseconds