Searched defs:new_y (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/libnrtype/ |
H A D | Layout-TNG-Scanline-Makers.cpp | 62 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 D | grid-arrange-tab.cpp | 127 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 D | gdl-dock-item.c | 1202 gint new_x, new_y; local 1231 new_y = event->y_root; 1234 0, new_x, new_y);
|
Completed in 36 milliseconds