Searched defs:_width (Results 1 - 18 of 18) sorted by relevance

/inkscape/src/extension/internal/bitmap/
H A DgaussianBlur.h19 float _width; member in class:Inkscape::Extension::Internal::Bitmap::GaussianBlur
H A Dsample.h19 int _width; member in class:Inkscape::Extension::Internal::Bitmap::Sample
H A DadaptiveThreshold.h19 unsigned int _width; member in class:Inkscape::Extension::Internal::Bitmap::AdaptiveThreshold
H A Draise.h19 int _width; member in class:Inkscape::Extension::Internal::Bitmap::Raise
/inkscape/src/extension/internal/
H A Dlatex-pstricks.h30 float _width; member in class:Inkscape::Extension::Internal::PrintLatex
H A Dcairo-render-context.h176 float _width; member in class:Inkscape::Extension::Internal::CairoRenderContext
H A Dmetafile-print.h70 double _width; member in class:Inkscape::Extension::Internal::PrintMetafile
H A Dlatex-text-renderer.cpp638 double _width = d.width() * scale; local
670 os << " \\begin{picture}(" << _width << "," << _height << ")%\n";
/inkscape/src/display/
H A Ddrawing-text.h41 float _width; // These three are used to set up bounding box member in class:Inkscape::DrawingGlyphs
/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 Dsp-pattern.h112 SVGLength _width; member in class:SPPattern
/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.h225 double _width; // Document size in px member in class:Inkscape::Extension::Internal::SvgBuilder
/inkscape/src/libdepixelize/priv/
H A Dhomogeneoussplines.h99 return _width;
171 int _width; member in class:Tracer::HomogeneousSplines
179 _width(voronoi.width()),
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...]
/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/helper/
H A Dgeom-pathstroke.cpp113 join_data(Geom::Path &_res, Geom::Path const&_outgoing, Geom::Point _in_tang, Geom::Point _out_tang, double _miter, double _width) argument
114 : res(_res), outgoing(_outgoing), in_tang(_in_tang), out_tang(_out_tang), miter(_miter), width(_width) {};

Completed in 384 milliseconds