Searched defs:offset (Results 1 - 25 of 56) sorted by relevance

123

/inkscape/src/
H A Dsp-gradient-vector.h16 double offset; member in struct:SPGradientStop
H A Dgc-finalized.cpp45 void Finalized::_invoke_dtor(void *base, void *offset) { argument
46 Finalized *object=_unoffset(base, offset);
H A Dgc-finalized.h77 // finalized; instead we use an offset-from-base-address
114 /// invoke the destructor for an object given a base and offset pair
115 static void _invoke_dtor(void *base, void *offset);
117 /// turn 'this' pointer into an offset-from-base-address (stored as void *)
123 /// reconstitute 'this' given an offset-from-base-address in a void *
124 static Finalized *_unoffset(void *base, void *offset) { argument
127 reinterpret_cast<std::ptrdiff_t>(offset)
H A Dsp-hatch-path.h37 SVGLength offset; member in class:SPHatchPath
H A Dsp-stop.h30 float offset; member in class:SPStop
H A Dsp-tag-use-reference.cpp34 static void sp_usepath_href_changed(SPObject *old_ref, SPObject *ref, SPTagUsePath *offset);
35 static void sp_usepath_delete_self(SPObject *deleted, SPTagUsePath *offset);
115 sp_usepath_href_changed(SPObject */*old_ref*/, SPObject */*ref*/, SPTagUsePath *offset) argument
117 offset->quit_listening();
118 SPItem *refobj = offset->getObject();
120 offset->start_listening(refobj);
125 sp_usepath_delete_self(SPObject */*deleted*/, SPTagUsePath *offset) argument
127 offset->owner->deleteObject();
H A Dsp-use-reference.cpp32 static void sp_usepath_href_changed(SPObject *old_ref, SPObject *ref, SPUsePath *offset);
34 static void sp_usepath_delete_self(SPObject *deleted, SPUsePath *offset);
35 static void sp_usepath_source_modified(SPObject *iSource, guint flags, SPUsePath *offset);
119 sp_usepath_href_changed(SPObject */*old_ref*/, SPObject */*ref*/, SPUsePath *offset) argument
121 offset->quit_listening();
122 SPItem *refobj = offset->getObject();
124 offset->start_listening(refobj);
126 offset->sourceDirty=true;
127 offset->owner->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG);
174 sp_usepath_delete_self(SPObject */*deleted*/, SPUsePath *offset) argument
191 sp_usepath_source_modified(SPObject * , guint , SPUsePath *offset) argument
[all...]
H A Dknotholder.cpp32 #include "sp-offset.h"
154 SPOffset *offset = dynamic_cast<SPOffset *>(saved_item); local
155 if (offset) {
156 if (offset->sourceHref) {
248 SPOffset *offset = dynamic_cast<SPOffset *>(object); local
249 if (offset) {
250 if (offset->sourceHref) {
/inkscape/src/filters/
H A Dcomponenttransfer-funcnode.h38 double offset; member in class:SPFeFuncNode
/inkscape/src/widgets/
H A Ddash-selector.h35 void set_dash(int ndash, double *dash, double offset);
36 void get_dash(int *ndash, double **dash, double *offset);
63 * Callback for offset adjustment changing
90 Glib::RefPtr<Gtk::Adjustment> offset; member in class:SPDashSelector
92 Gtk::Adjustment *offset; member in class:SPDashSelector
/inkscape/src/display/
H A Dnr-filter-component-transfer.h48 double offset[4]; member in class:Inkscape::Filters::FilterComponentTransfer
H A Dnr-filter-component-transfer.cpp130 ComponentTransferGamma(guint32 color, double amplitude, double exponent, double offset) argument
134 , _offset(offset)
198 ComponentTransferGamma(color, amplitude[i], exponent[i], offset[i]));
/inkscape/src/libvpsc/
H A Dvariable.h27 double offset; member in class:vpsc::Variable
37 , offset(0)
43 return block->posn+offset;
/inkscape/src/live_effects/
H A Dlpe-offset.cpp2 * LPE <offset> implementation
16 #include "live_effects/lpe-offset.h"
31 offset_pt(_("Offset"), _("Handle to control the distance of the offset from the curve"), "offset_pt", &wr, this)
45 Geom::Point offset = *(SP_SHAPE(lpeitem)->_curve->first_point()); local
46 offset_pt.param_update_default(offset);
47 offset_pt.param_setValue(offset,true);
69 double offset = L2(A - offset_pt); local
74 output = pwd2_in + n * offset;
75 append_half_circle(output, pwd2_in.lastValue(), n.lastValue() * offset);
76 output.continuousConcat(reverse(pwd2_in - n * offset));
[all...]
H A Dlpe-ruler.h60 ScalarParam offset; member in class:Inkscape::LivePathEffect::LPERuler
H A Dlpe-transform_2pts.h61 ScalarParam offset; member in class:Inkscape::LivePathEffect::LPETransform2Pts
H A Dlpe-parallel.cpp50 offset_pt(_("Offset"), _("Adjust the offset"), "offset_pt", &wr, this),
75 Geom::Point offset = (A + B)/2 + dir.ccw() * 100; local
76 offset_pt.param_update_default(offset);
77 offset_pt.param_setValue(offset, true);
/inkscape/share/extensions/
H A Dpathalongpath.py55 def offset(pathcomp,dx,dy): function
104 dest="noffset", default=0.0, help="normal offset")
107 dest="toffset", default=0.0, help="tangential offset")
269 offset(sub,dx,0)
273 offset(sub,xoffset,yoffset)
H A Dpathscatter.py69 def offset(pathcomp,dx,dy): function
118 dest="noffset", default=0.0, help="normal offset")
121 dest="toffset", default=0.0, help="tangential offset")
/inkscape/src/2geom/
H A Drect.cpp121 // compute offset for align
122 Geom::Point offset = vdims - dims * scale; local
123 offset *= Scale(align_factors(aspect.align));
124 total *= scale * Translate(viewport.min() + offset);
H A Dcirculator.h116 difference_type offset=( _pos - _first + n ); local
118 if ( offset < 0 ) {
120 offset += ( ( -offset / range ) + 1 ) * range;
121 } else if ( offset >= range ) {
122 offset %= range;
124 return _first + offset;
/inkscape/src/extension/internal/
H A Dbluredge.cpp83 double offset = (width / (float)(steps - 1) * (float)i) - (width / 2.0); local
95 if (offset < 0.0) {
97 offset *= -1.0;
98 prefs->setDoubleUnit("/options/defaultoffsetwidth/value", offset, "px");
100 } else if (offset > 0.0) {
101 prefs->setDoubleUnit("/options/defaultoffsetwidth/value", offset, "px");
H A Dgrid.cpp57 Geom::Point const &offset, Geom::Point const &spacing)
64 point_offset[axis] = offset[axis];
67 start_point[axis] + offset[axis] <= (bounding_area.max())[axis];
56 build_lines(Geom::Rect bounding_area, Geom::Point const &offset, Geom::Point const &spacing) argument
/inkscape/src/extension/plugins/grid2/
H A Dgrid.cpp57 Geom::Point const &offset, Geom::Point const &spacing)
67 point_offset[axis] = offset[axis];
70 start_point[axis] + offset[axis] <= (bounding_area.max())[axis];
56 build_lines(Geom::Rect bounding_area, Geom::Point const &offset, Geom::Point const &spacing) argument
/inkscape/src/live_effects/parameter/
H A Dpowerstrokepointarray.cpp83 double offset = dot(position - pwd2_in.valueAt(t), normal.valueAt(t)); local
84 _vector[i] = Geom::Point(t, offset);
165 double offset = dot(s - pwd2.valueAt(t), n.valueAt(t)); local
166 _pparam->_vector.at(_index) = Geom::Point(t, offset);
191 void PowerStrokePointArrayParamKnotHolderEntity::knot_set_offset(Geom::Point offset) argument
193 _pparam->_vector.at(_index) = Geom::Point(offset.x(), offset.y() / 2);
246 Geom::Point offset = Geom::Point(_pparam->_vector.at(_index).x(), _pparam->_vector.at(_index).y() * 2); local
247 Inkscape::UI::Dialogs::PowerstrokePropertiesDialog::showDialog(this->desktop, offset, this);

Completed in 398 milliseconds

123