Searched refs:front_or_rear (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/
H A Dbox3d-side.cpp34 this->front_or_rear = Box3D::FRONT;
55 sp_repr_set_int(repr, "inkscape:box3dsidetype", this->dir1 ^ this->dir2 ^ this->front_or_rear);
97 this->front_or_rear = (Box3D::FrontOrRear) (desc & 0x8);
222 g_string_append_printf (pstring, (side->front_or_rear == Box3D::FRONT) ? "front" : "rear");
226 g_string_append_printf (pstring, (side->front_or_rear == Box3D::FRONT) ? "top" : "bottom");
230 g_string_append_printf (pstring, (side->front_or_rear == Box3D::FRONT) ? "right" : "left");
244 corners[0] = (side->front_or_rear ? orth : 0);
H A Dbox3d-side.h32 Box3D::FrontOrRear front_or_rear; member in class:Box3DSide
/inkscape/src/ui/tools/
H A Dbox3d-tool.cpp523 side->front_or_rear = (Box3D::FrontOrRear) (desc & 0x8);

Completed in 51 milliseconds