Searched defs:xx (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-envelope.h45 BoolParam xx; member in class:Inkscape::LivePathEffect::LPEEnvelope
/inkscape/src/extension/internal/
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/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...]

Completed in 1386 milliseconds