/inkscape/src/extension/internal/bitmap/ |
H A D | sample.h | 20 int _height; member in class:Inkscape::Extension::Internal::Bitmap::Sample
|
H A D | adaptiveThreshold.h | 20 unsigned int _height; member in class:Inkscape::Extension::Internal::Bitmap::AdaptiveThreshold
|
H A D | raise.h | 20 int _height; member in class:Inkscape::Extension::Internal::Bitmap::Raise
|
/inkscape/src/extension/internal/ |
H A D | latex-pstricks.h | 31 float _height; member in class:Inkscape::Extension::Internal::PrintLatex
|
H A D | cairo-render-context.h | 177 float _height; member in class:Inkscape::Extension::Internal::CairoRenderContext
|
H A D | metafile-print.h | 71 double _height; member in class:Inkscape::Extension::Internal::PrintMetafile
|
H A D | latex-text-renderer.cpp | 639 double _height = d.height() * scale; local 670 os << " \\begin{picture}(" << _width << "," << _height << ")%\n"; local
|
/inkscape/src/libdepixelize/ |
H A D | splines.h | 98 return _height; 104 int _height; member in class:Tracer::Splines
|
/inkscape/src/ |
H A D | svg-view.h | 32 double _height; member in class:SPSVGView
|
H A D | sp-pattern.h | 113 SVGLength _height; member in class:SPPattern
|
/inkscape/src/extension/internal/pdfinput/ |
H A D | svg-builder.h | 226 double _height; // Document size in px member in class:Inkscape::Extension::Internal::SvgBuilder
|
/inkscape/src/ui/widget/ |
H A D | preferences-widget.h | 139 int _height; member in class:Inkscape::UI::Widget::ZoomCorrRuler
|
/inkscape/src/libdepixelize/priv/ |
H A D | homogeneoussplines.h | 104 return _height; 172 int _height; member in class:Tracer::HomogeneousSplines 180 _height(voronoi.height())
|
H A D | pixelgraph.h | 165 return _height; 266 int _height; member in class:Tracer::PixelGraph 282 _height(pixbuf->get_height()), 283 _nodes(size_t(_width) * _height) 285 if ( !_width || !_height ) 295 for ( int i = 0 ; i != _height ; ++i ) { 316 for ( int i = 0 ; i != _height ; ++i ) { 342 for ( int i = 0 ; i != _height ; ++i ) { 372 if ( _width > 2 && _height > 2 ) { 374 for ( int i = 1 ; i != _height [all...] |
H A D | simplifiedvoronoi.h | 120 return _height; 245 int _height; member in class:Tracer::SimplifiedVoronoi 253 _height(graph.height()), 265 if ( _width > 2 && _height > 2 ) { 269 for ( int i = 1 ; i != _height - 1 ; ++i ) { 299 if ( _height > 1 ) { 337 if ( _width > 2 && _height > 1 ) { 338 // Node *it = &((*this)[1][_height - 1]); 340 = graph.begin() + (_height - 1) * _width + 1; 341 Cell *cells_it = &_cells.front() + (_height [all...] |
/inkscape/cxxtest/cxxtest/ |
H A D | X11Gui.h | 94 int _width, _height; member in class:CxxTest::X11Gui 229 _height = screenHeight / 14; 231 XMoveResizeWindow( _display, _window, xCenter - (_width / 2), yCenter - (_height / 2), _width, _height ); 266 _height = attributes.height; 274 XFillRectangle( _display, _window, _gc, 0, 0, barWidth, _height ); 277 XFillRectangle( _display, _window, _gc, barWidth, 0, _width + 1 - barWidth, _height ); 286 XDrawLine( _display, _window, _gc, x, 0, x, _height); 301 (_width - textWidth) / 2, ((_height + _textHeight) / 2) - _textDescent,
|