Searched refs:flip (Results 1 - 6 of 6) sorted by relevance

/inkscape/share/extensions/
H A Dspirograph.py62 flip = -1
65 flip = 1
87 self.options.penr * math.cos(ratio * theta + rotation) * flip + \
94 ratio * self.options.penr * math.sin(ratio * theta + rotation) * flip) * scale / 3
H A Dwireframe_sphere.py120 flip = ' scale(1, -1)' # apply a vertical flip to the whole sphere
122 flip = '' #no flip
134 grp_transform = 'translate' + str( centre ) + flip
H A Dgcodetools.py2446 "flip" : self.flip_axis,
2520 flip = scale[0]*scale[1]*scale[2] < 0
2561 if flip :
/inkscape/src/2geom/
H A Dpiecewise.cpp163 bool flip = ( g01.at0() > g01.at1() ); local
170 if ( flip ){
197 if (flip) {
H A Dsbasis-geometric.cpp566 bool flip = a1<0;
577 if (flip)
/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.cpp790 // If needed, flip the gradient transform around the y axis
795 Geom::Affine flip(1.0, 0.0, 0.0, -1.0, 0.0, Inkscape::Util::Quantity::convert(_height, "px", "pt"));
796 pat_matrix *= flip;
1340 delta_pos[1] *= -1.0; // flip it

Completed in 41 milliseconds