Searched refs:new_y (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/libnrtype/
H A DLayout-TNG-Scanline-Maker.h65 virtual void setNewYCoordinate(double new_y) =0;
107 virtual void setNewYCoordinate(double new_y);
141 virtual void setNewYCoordinate(double new_y);
H A DLayout-TNG-Scanline-Makers.cpp62 void Layout::InfiniteScanlineMaker::setNewYCoordinate(double new_y) argument
64 _y = new_y;
176 void Layout::ShapeScanlineMaker::setNewYCoordinate(double new_y) argument
178 _y = (float)new_y;
/inkscape/src/ui/dialog/
H A Dgrid-arrange-tab.cpp127 double grid_left,grid_top,col_width,row_height,paddingx,paddingy,width, height, new_x, new_y; local
331 new_y = grid_top + (((row_heights[row] - height)/2)*VertAlign) + row_ys[row];
334 Geom::Point move = Geom::Point(new_x - min[Geom::X], min[Geom::Y] - new_y);
/inkscape/src/libgdl/
H A Dgdl-dock-item.c1202 gint new_x, new_y; local
1231 new_y = event->y_root;
1234 0, new_x, new_y);

Completed in 34 milliseconds