Searched refs:_width (Results 1 - 25 of 32) sorted by relevance

12

/inkscape/src/libdepixelize/priv/
H A Dpixelgraph.h88 _nodes(nodes), _width(width), _column(column)
95 const int _width; member in class:Tracer::PixelGraph::ColumnView
160 return _width;
174 return (&*n - &_nodes[0]) % _width;
179 return (&*n - &_nodes[0]) / _width;
184 return n - _width;
189 return n + _width;
204 return n - _width - 1;
209 return n - _width + 1;
214 return n + _width
265 int _width; member in class:Tracer::PixelGraph
[all...]
H A Dsimplifiedvoronoi.h115 return _width;
244 int _width; member in class:Tracer::SimplifiedVoronoi
252 _width(graph.width()),
265 if ( _width > 2 && _height > 2 ) {
266 PixelGraph::const_iterator graph_it = graph.begin() + _width + 1;
267 Cell *cells_it = &_cells.front() + _width + 1;
270 for ( int j = 1 ; j != _width - 1 ; ++j, ++graph_it, ++cells_it ) {
295 if ( _width > 2 ) {
300 for ( int i = 1 ; i != _width - 1 ; ++i, ++graph_it, ++cells_it ) {
317 for ( int i = 1 ; i != _width
[all...]
H A Dsplines-kopf2011.h112 _width(diagram.width()),
142 _width(homogeneousSplines.width()),
H A Dhomogeneoussplines.h99 return _width;
171 int _width; member in class:Tracer::HomogeneousSplines
179 _width(voronoi.width()),
/inkscape/src/extension/internal/bitmap/
H A DgaussianBlur.cpp22 image->gaussianBlur(_width, _sigma);
27 _width = module->get_param_float("width");
H A DadaptiveThreshold.cpp22 image->adaptiveThreshold(_width, _height);
27 _width = module->get_param_int("width");
H A Draise.cpp22 Magick::Geometry geometry(_width, _height, 0, 0);
28 _width = module->get_param_int("width");
H A Dsample.cpp22 Magick::Geometry geometry(_width, _height, 0, 0);
28 _width = module->get_param_int("width");
H A DadaptiveThreshold.h19 unsigned int _width; member in class:Inkscape::Extension::Internal::Bitmap::AdaptiveThreshold
H A DgaussianBlur.h19 float _width; member in class:Inkscape::Extension::Internal::Bitmap::GaussianBlur
H A Draise.h19 int _width; member in class:Inkscape::Extension::Internal::Bitmap::Raise
H A Dsample.h19 int _width; member in class:Inkscape::Extension::Internal::Bitmap::Sample
/inkscape/cxxtest/cxxtest/
H A DX11Gui.h94 int _width, _height; member in class:CxxTest::X11Gui
228 _width = (screenWidth * 4) / 5;
231 XMoveResizeWindow( _display, _window, xCenter - (_width / 2), yCenter - (_height / 2), _width, _height );
265 _width = attributes.width;
271 unsigned barWidth = (_width * _testsDone) / _numTotalTests;
277 XFillRectangle( _display, _window, _gc, barWidth, 0, _width + 1 - barWidth, _height );
282 if(_width / _numTotalTests < 5)
285 int x = (_width * i) / _numTotalTests;
301 (_width
[all...]
/inkscape/src/libdepixelize/
H A Dsplines.h93 return _width;
103 int _width; member in class:Tracer::Splines
/inkscape/src/
H A Dsvg-view.h31 double _width; member in class:SPSVGView
H A Dsvg-view.cpp31 _width = 0.0;
64 _width = width;
83 _hscale = _width / doc()->getWidth().value("px");
H A Dsp-pattern.h112 SVGLength _width; member in class:SPPattern
H A Dsp-pattern.cpp58 this->_width.unset();
165 this->_width.readOrUnset(value);
482 if (pat_i->_width._set)
483 return pat_i->_width.computed;
/inkscape/src/display/
H A Ddrawing-text.h41 float _width; // These three are used to set up bounding box member in class:Inkscape::DrawingGlyphs
H A Ddrawing-text.cpp111 Geom::Rect bigbox(Geom::Point(0.0, -_dsc*scale_bigbox*1.1),Geom::Point(_width*scale_bigbox, _asc*scale_bigbox*1.1));
129 Geom::Rect pbigbox(Geom::Point(0.0, _asc*scale_bigbox*0.66),Geom::Point(_width*scale_bigbox, 0.0));
146 Geom::Rect padjbox(Geom::Point(0.0, top),Geom::Point(_width*scale_bigbox, bot));
234 ng->_width = width; // used especially when _drawable = false, otherwise, it is the advance of the font
/inkscape/src/extension/internal/
H A Dlatex-pstricks.h30 float _width; member in class:Inkscape::Extension::Internal::PrintLatex
H A Dmetafile-print.h70 double _width; member in class:Inkscape::Extension::Internal::PrintMetafile
H A Dlatex-pstricks.cpp40 _width(0),
119 _width = doc->getWidth().value("pt");
H A Dcairo-render-context.h176 float _width; member in class:Inkscape::Extension::Internal::CairoRenderContext
/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.h225 double _width; // Document size in px member in class:Inkscape::Extension::Internal::SvgBuilder

Completed in 38 milliseconds

12