Searched refs:XY (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/
H A Daxis-manip.cpp25 Axis planes[3] = { XY, XZ, YZ };
H A Daxis-manip.h62 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 Dbox3d-side.cpp173 // 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 Dtext-toolbar.cpp444 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 Dobject-edit.cpp511 movement = Box3D::XY;
691 box3d_set_center(box, s * i2dt, origin * i2dt, !(state & GDK_SHIFT_MASK) ? Box3D::XY : Box3D::Z,

Completed in 73 milliseconds