Lines Matching refs:origin

106     virtual void knot_set(Geom::Point const &p, Geom::Point const &origin, unsigned int state);
114 virtual void knot_set(Geom::Point const &p, Geom::Point const &origin, unsigned int state);
122 virtual void knot_set(Geom::Point const &p, Geom::Point const &origin, unsigned int state);
125 void set_internal(Geom::Point const &p, Geom::Point const &origin, unsigned int state);
132 virtual void knot_set(Geom::Point const &p, Geom::Point const &origin, unsigned int state);
145 RectKnotHolderEntityRX::knot_set(Geom::Point const &p, Geom::Point const &/*origin*/, unsigned int state)
194 RectKnotHolderEntityRY::knot_set(Geom::Point const &p, Geom::Point const &/*origin*/, unsigned int state)
264 RectKnotHolderEntityWH::set_internal(Geom::Point const &p, Geom::Point const &origin, unsigned int state)
273 gdouble const w_orig = (origin[Geom::X] - rect->x.computed);
274 gdouble const h_orig = (origin[Geom::Y] - rect->y.computed);
280 gdouble minx = p[Geom::X] - origin[Geom::X];
281 gdouble miny = p[Geom::Y] - origin[Geom::Y];
290 minx = s[Geom::X] - origin[Geom::X];
292 //miny = s[Geom::Y] - origin[Geom::Y];
297 minx = s[Geom::X] - origin[Geom::X];
299 //miny = s[Geom::Y] - origin[Geom::Y];
310 //minx = s[Geom::X] - origin[Geom::X];
311 miny = s[Geom::Y] - origin[Geom::Y];
317 //minx = s[Geom::X] - origin[Geom::X];
318 miny = s[Geom::Y] - origin[Geom::Y];
338 RectKnotHolderEntityWH::knot_set(Geom::Point const &p, Geom::Point const &origin, unsigned int state)
340 set_internal(p, origin, state);
354 RectKnotHolderEntityXY::knot_set(Geom::Point const &p, Geom::Point const &origin, unsigned int state)
364 gdouble w_orig = opposite_x - origin[Geom::X];
365 gdouble h_orig = opposite_y - origin[Geom::Y];
371 gdouble minx = p[Geom::X] - origin[Geom::X];
372 gdouble miny = p[Geom::Y] - origin[Geom::Y];
383 minx = s[Geom::X] - origin[Geom::X];
385 //miny = s[Geom::Y] - origin[Geom::Y];
386 rect->y = MIN(origin[Geom::Y] + minx / ratio, opposite_y);
391 minx = s[Geom::X] - origin[Geom::X];
393 //miny = s[Geom::Y] - origin[Geom::Y];
394 rect->y = MIN(origin[Geom::Y], opposite_y);
405 //minx = s[Geom::X] - origin[Geom::X];
406 miny = s[Geom::Y] - origin[Geom::Y];
407 rect->x = MIN(origin[Geom::X] + miny * ratio, opposite_x);
413 //minx = s[Geom::X] - origin[Geom::X];
414 miny = s[Geom::Y] - origin[Geom::Y];
415 rect->x = MIN(origin[Geom::X], opposite_x);
425 minx = s[Geom::X] - origin[Geom::X];
426 miny = s[Geom::Y] - origin[Geom::Y];
482 virtual void knot_set(Geom::Point const &p, Geom::Point const &origin, unsigned int state) = 0;
524 virtual void knot_set(Geom::Point const &p, Geom::Point const &origin, unsigned int state);
530 virtual void knot_set(Geom::Point const &p, Geom::Point const &origin, unsigned int state);
536 virtual void knot_set(Geom::Point const &p, Geom::Point const &origin, unsigned int state);
542 virtual void knot_set(Geom::Point const &p, Geom::Point const &origin, unsigned int state);
548 virtual void knot_set(Geom::Point const &p, Geom::Point const &origin, unsigned int state);
554 virtual void knot_set(Geom::Point const &p, Geom::Point const &origin, unsigned int state);
560 virtual void knot_set(Geom::Point const &p, Geom::Point const &origin, unsigned int state);
566 virtual void knot_set(Geom::Point const &p, Geom::Point const &origin, unsigned int state);
572 virtual void knot_set(Geom::Point const &p, Geom::Point const &origin, unsigned int state);
635 Box3DKnotHolderEntity0::knot_set(Geom::Point const &new_pos, Geom::Point const &/*origin*/, unsigned int state)
641 Box3DKnotHolderEntity1::knot_set(Geom::Point const &new_pos, Geom::Point const &/*origin*/, unsigned int state)
647 Box3DKnotHolderEntity2::knot_set(Geom::Point const &new_pos, Geom::Point const &/*origin*/, unsigned int state)
653 Box3DKnotHolderEntity3::knot_set(Geom::Point const &new_pos, Geom::Point const &/*origin*/, unsigned int state)
659 Box3DKnotHolderEntity4::knot_set(Geom::Point const &new_pos, Geom::Point const &/*origin*/, unsigned int state)
665 Box3DKnotHolderEntity5::knot_set(Geom::Point const &new_pos, Geom::Point const &/*origin*/, unsigned int state)
671 Box3DKnotHolderEntity6::knot_set(Geom::Point const &new_pos, Geom::Point const &/*origin*/, unsigned int state)
677 Box3DKnotHolderEntity7::knot_set(Geom::Point const &new_pos, Geom::Point const &/*origin*/, unsigned int state)
683 Box3DKnotHolderEntityCenter::knot_set(Geom::Point const &new_pos, Geom::Point const &origin, unsigned int state)
691 box3d_set_center(box, s * i2dt, origin * i2dt, !(state & GDK_SHIFT_MASK) ? Box3D::XY : Box3D::Z,
765 virtual void knot_set(Geom::Point const &p, Geom::Point const &origin, unsigned int state);
772 virtual void knot_set(Geom::Point const &p, Geom::Point const &origin, unsigned int state);
779 virtual void knot_set(Geom::Point const &p, Geom::Point const &origin, unsigned int state);
786 virtual void knot_set(Geom::Point const &p, Geom::Point const &origin, unsigned int state);
809 ArcKnotHolderEntityStart::knot_set(Geom::Point const &p, Geom::Point const &/*origin*/, unsigned int state)
853 ArcKnotHolderEntityEnd::knot_set(Geom::Point const &p, Geom::Point const &/*origin*/, unsigned int state)
899 ArcKnotHolderEntityRX::knot_set(Geom::Point const &p, Geom::Point const &/*origin*/, unsigned int state)
937 ArcKnotHolderEntityRY::knot_set(Geom::Point const &p, Geom::Point const &/*origin*/, unsigned int state)
1013 virtual void knot_set(Geom::Point const &p, Geom::Point const &origin, unsigned int state);
1020 virtual void knot_set(Geom::Point const &p, Geom::Point const &origin, unsigned int state);
1025 StarKnotHolderEntity1::knot_set(Geom::Point const &p, Geom::Point const &/*origin*/, unsigned int state)
1052 StarKnotHolderEntity2::knot_set(Geom::Point const &p, Geom::Point const &/*origin*/, unsigned int state)
1163 virtual void knot_set(Geom::Point const &p, Geom::Point const &origin, unsigned int state);
1170 virtual void knot_set(Geom::Point const &p, Geom::Point const &origin, unsigned int state);
1181 SpiralKnotHolderEntityInner::knot_set(Geom::Point const &p, Geom::Point const &origin, unsigned int state)
1192 gdouble moved_y = p[Geom::Y] - origin[Geom::Y];
1231 SpiralKnotHolderEntityOuter::knot_set(Geom::Point const &p, Geom::Point const &/*origin*/, unsigned int state)
1363 virtual void knot_set(Geom::Point const &p, Geom::Point const &origin, unsigned int state);
1367 OffsetKnotHolderEntity::knot_set(Geom::Point const &p, Geom::Point const &/*origin*/, unsigned int state)
1410 virtual void knot_set(Geom::Point const &p, Geom::Point const &origin, unsigned int state);
1423 FlowtextKnotHolderEntity::knot_set(Geom::Point const &p, Geom::Point const &origin, unsigned int state)
1425 set_internal(p, origin, state);