Searched refs:previous (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/xml/
H A Dnode-fns.cpp69 Node *previous=find_if_before<NodeSiblingIterator>( local
73 g_assert(previous == NULL
75 : previous->next() == node);
77 return previous;
/inkscape/share/extensions/
H A Dtar_layers.py105 previous = None
108 if previous != None:
109 template.getroot().replace(previous, layer)
112 previous = layer
/inkscape/src/2geom/
H A Dcurve.cpp120 Coord previous = 0; local
123 parts.push_back(portion(previous, splits[i]));
124 previous = splits[i];
/inkscape/src/ui/dialog/
H A Dicon-preview.cpp176 int previous = 0; local
206 if ( !pack || ( (avail == 0) && (previous == 0) ) ) {
208 previous = sizes[i];
212 if ((avail < pad) || ((sizes[i] > avail) && (sizes[i] < previous))) {
215 if ((horiz == 0) && (sizes[i] <= previous)) {
216 avail = previous;
221 avail = previous;
/inkscape/src/
H A Dege-color-prof-tracker.cpp656 GByteArray* previous = 0; local
660 previous = (GByteArray*)g_ptr_array_index( track->profiles, monitor );
661 if ( previous ) {
662 g_byte_array_free( previous, TRUE );
680 GByteArray* previous = 0; local
686 previous = (GByteArray*)g_ptr_array_index( track->profiles, monitor );
687 if ( previous ) {
688 g_byte_array_free( previous, TRUE );
/inkscape/src/ui/tools/
H A Dpen-tool.cpp265 * Snaps new node relative to the previous node.
968 //We obtain the last segment 4 points in the previous curve
988 SPCurve *previous = new SPCurve(); local
989 previous->moveto(A);
990 previous->curveto(B, C, D);
992 this->green_curve = previous;
997 this->green_curve->append_continuous(previous, 0.0625);
1022 SPCurve * previous = new SPCurve(); local
1030 //We obtain the last segment 4 points in the previous curve
1036 previous
[all...]
/inkscape/src/ui/tool/
H A Dpath-manipulator.cpp1049 Geom::Point previous = sbasis_inside_nodes.valueAt(DEFAULT_START_POWER); local
1050 previous = Geom::Point(previous[Geom::X] + HANDLE_CUBIC_GAP,previous[Geom::Y] + HANDLE_CUBIC_GAP);
1051 n->back()->setPosition(previous);

Completed in 1217 milliseconds