Searched defs:_height (Results 1 - 16 of 16) sorted by relevance

/inkscape/src/extension/internal/bitmap/
H A Dsample.h20 int _height; member in class:Inkscape::Extension::Internal::Bitmap::Sample
H A DadaptiveThreshold.h20 unsigned int _height; member in class:Inkscape::Extension::Internal::Bitmap::AdaptiveThreshold
H A Draise.h20 int _height; member in class:Inkscape::Extension::Internal::Bitmap::Raise
/inkscape/src/extension/internal/
H A Dlatex-pstricks.h31 float _height; member in class:Inkscape::Extension::Internal::PrintLatex
H A Dcairo-render-context.h177 float _height; member in class:Inkscape::Extension::Internal::CairoRenderContext
H A Dmetafile-print.h71 double _height; member in class:Inkscape::Extension::Internal::PrintMetafile
H A Dlatex-text-renderer.cpp639 double _height = d.height() * scale; local
670 os << " \\begin{picture}(" << _width << "," << _height << ")%\n"; local
/inkscape/src/libdepixelize/
H A Dsplines.h98 return _height;
104 int _height; member in class:Tracer::Splines
/inkscape/src/
H A Dsvg-view.h32 double _height; member in class:SPSVGView
H A Dsp-pattern.h113 SVGLength _height; member in class:SPPattern
/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.h226 double _height; // Document size in px member in class:Inkscape::Extension::Internal::SvgBuilder
/inkscape/src/ui/widget/
H A Dpreferences-widget.h139 int _height; member in class:Inkscape::UI::Widget::ZoomCorrRuler
/inkscape/src/libdepixelize/priv/
H A Dhomogeneoussplines.h104 return _height;
172 int _height; member in class:Tracer::HomogeneousSplines
180 _height(voronoi.height())
H A Dpixelgraph.h165 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 Dsimplifiedvoronoi.h120 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 DX11Gui.h94 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,

Completed in 1372 milliseconds