Searched refs:XY (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/ |
H A D | axis-manip.cpp | 25 Axis planes[3] = { XY, XZ, YZ };
|
H A D | axis-manip.h | 62 XY = 3, enumerator in enum:Box3D::Axis 145 // does not specify a face. A face can either be given by its plane (e.g, XY) 171 case 2: return Box3D::XY ^ Box3D::FRONT; 174 case 5: return Box3D::XY ^ Box3D::REAR;
|
H A D | box3d-side.cpp | 173 // To do this, determine the perspective of the box, the orientation of the side (e.g., XY-FRONT) 221 case Box3D::XY:
|
/inkscape/src/widgets/ |
H A D | text-toolbar.cpp | 444 Geom::Point XY = SP_TEXT(item)->attributes.firstXY(); local 446 XY = XY + Geom::Point (move, 0); 448 XY = XY + Geom::Point (0, move); 450 SP_TEXT(item)->attributes.setFirstXY(XY);
|
/inkscape/src/ui/ |
H A D | object-edit.cpp | 511 movement = Box3D::XY; 691 box3d_set_center(box, s * i2dt, origin * i2dt, !(state & GDK_SHIFT_MASK) ? Box3D::XY : Box3D::Z,
|
Completed in 73 milliseconds