Searched refs:_offset (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/extension/internal/bitmap/
H A DadaptiveThreshold.h21 unsigned _offset; member in class:Inkscape::Extension::Internal::Bitmap::AdaptiveThreshold
H A DadaptiveThreshold.cpp29 _offset = module->get_param_int("offset");
/inkscape/src/2geom/
H A Dcirculator.h89 _pos = _offset(n);
93 return Circulator(_first, _last, _offset(n));
96 _pos = _offset(-n);
100 return Circulator(_first, _last, _offset(-n));
108 return *_offset(n);
114 Iterator _offset(int n) { function in class:Geom::Circulator
H A Dconicsec.h368 xAx translate (const Point & _offset) const;
H A Dconicsec.cpp1188 * _offset: represent the vector offset
1190 xAx xAx::translate (const Point & _offset) const
1196 Point T = - _offset;
/inkscape/src/
H A Dgc-finalized.h80 _offset(base, this),
118 static void *_offset(void *base, Finalized *self) { function in class:Inkscape::GC::Finalized
/inkscape/src/display/
H A Dnr-filter-component-transfer.cpp134 , _offset(offset)
139 component = _amplitude * pow(component, _exponent) + _offset;
146 double _offset; member in struct:Inkscape::Filters::ComponentTransferGamma

Completed in 38 milliseconds