Home
last modified time | relevance | path

Searched refs:_yoffset (Results 1 – 25 of 51) sorted by relevance

123

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/
H A DDragState.h44 _yoffset(0) in DragState()
58 _yoffset = y; in setOffset()
62 std::int32_t yOffset() const { return _yoffset; } in yOffset()
124 std::int32_t _yoffset; variable
/dports/astro/geographiclib/GeographicLib-1.52/include/GeographicLib/
H A DGeoid.hpp117 mutable int _xoffset, _yoffset, _xsize, _ysize; member in GeographicLib::Geoid
132 if (_cache && iy >= _yoffset && iy < _yoffset + _ysize && in rawval()
135 return real(_data[iy - _yoffset] in rawval()
414 return _cache ? 90 - (_yoffset + _cubic) / _rlatres : 0; in CacheNorth()
422 return _cache ? 90 - ( _yoffset + _ysize - 1 - _cubic) / _rlatres : 0; in CacheSouth()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dport_matrix_body.h53 return _yoffset; in yoffset()
99 uint32_t _yoffset; variable
H A Dport_matrix_body.cc42 _yoffset (0), in PortMatrixBody()
329 _yoffset = yo; in set_yoffset()
/dports/textproc/py-pdfminer3k/pdfminer3k-1.3.4/pdfminer/
H A Dconverter.py226 self._yoffset = self.pagemargin
253 x*self.scale, (self._yoffset-y)*self.scale,
265 x*self.scale, (self._yoffset-y)*self.scale,
272 … (color, x*self.scale, (self._yoffset-y)*self.scale, size*self.scale*self.fontscale))
282 x*self.scale, (self._yoffset-y)*self.scale,
313 self._yoffset += item.y1
317 ((self._yoffset-item.y1)*self.scale))
364 self._yoffset += self.pagemargin
/dports/graphics/fpc-ncurses/fpc-3.2.2/packages/ncurses/examples/
H A Dtwindow.pp37 printw(win,19,1,'_yoffset=%-3d : real begy is _begy + _yoffset',[_yoffset]);
/dports/lang/fpc-source/fpc-3.2.2/packages/ncurses/examples/
H A Dtwindow.pp37 printw(win,19,1,'_yoffset=%-3d : real begy is _begy + _yoffset',[_yoffset]);
/dports/devel/ncurses/ncurses-6.3/ncurses/base/
H A Dlib_refresh.c152 for (src_row = 0, dst_row = begy + win->_yoffset; in wnoutrefresh()
272 : (begy + oind + win->_yoffset)); in wnoutrefresh()
287 win->_begy + win->_yoffset); in wnoutrefresh()
H A Dlib_window.c212 nwin->_yoffset = win->_yoffset; in dupwin()
H A Dlib_pad.c225 for (i = pminrow, m = sminrow + win->_yoffset; in pnoutrefresh()
307 + win->_begy + win->_yoffset); in pnoutrefresh()
H A Dresizeterm.c230 (long) getbegy(win) + win->_yoffset, (long) getbegx(win))); in adjust_window()
237 win->_begy = (NCURSES_SIZE_T) (ToLines - ripped_bottom(win) - 0 - win->_yoffset); in adjust_window()
H A Dlib_screen.c155 DATA(_yoffset, pSIZE),
570 nwin->_yoffset = tmp._yoffset; in NCURSES_SP_NAME()
/dports/textproc/py-pdfminer.six/pdfminer.six-20201018/pdfminer/
H A Dconverter.py274 self._yoffset = self.pagemargin
318 (self._yoffset - y) * self.scale, w * self.scale,
335 (self._yoffset - y) * self.scale, w * self.scale,
345 (color, x * self.scale, (self._yoffset - y) * self.scale,
359 (self._yoffset - y) * self.scale, w * self.scale, h * self.scale)
398 self._yoffset += item.y1
402 ((self._yoffset-item.y1)*self.scale))
457 self._yoffset += self.pagemargin
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/gui/
H A Dgui.cpp106 _yoffset(0) in Gui()
150 _yoffset(0) in Gui()
340 _yoffset=0; in updateStageMatrix()
392 _yoffset = diffHeight; in updateStageMatrix()
400 _yoffset = diffHeight/2.0; in updateStageMatrix()
417 _renderer->set_translation(_xoffset, _yoffset); in updateStageMatrix()
482 std::int32_t y = (uy-_yoffset) / _yscale; in notifyMouseMove()
H A Dgui.h552 std::int32_t _yoffset; variable
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dstafftype.h186 Spatium _yoffset { 0.0 };
307 Spatium yoffset() const { return _yoffset; } in yoffset()
308 void setYoffset(Spatium val) { _yoffset = val; } in setYoffset()
/dports/misc/morse/morse-1.4-154-g53f9eaa8/src/morse/actuators/
H A Darucomarker.py133 self.local_data['x']+self._yoffset,
/dports/math/curv/curv-0.5/libcurv/viewer/
H A Dviewer.cc401 void Viewer::onScroll(float _yoffset) in onScroll() argument
406 if (_yoffset != 0) { in onScroll()
407 float z = pow(zoomfactor, _yoffset); in onScroll()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/common/
H A Draster_cmd_format_autogen.h814 GLint _yoffset, in Init()
824 yoffset = _yoffset; in Init()
836 GLint _yoffset, in Set()
844 static_cast<ValueType*>(cmd)->Init(_xoffset, _yoffset, _x, _y, _width, in Set()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/ogl/
H A Ddivided.py149 self._yoffset = y - dividedObject.GetY()
465 controlPoint._yoffset = actualY - self.GetY()
H A Dbasic.py1679 self._controlPoints[0]._yoffset = top
1682 self._controlPoints[1]._yoffset = top
1685 self._controlPoints[2]._yoffset = top
1688 self._controlPoints[3]._yoffset = 0
1691 self._controlPoints[4]._yoffset = bottom
1694 self._controlPoints[5]._yoffset = bottom
1697 self._controlPoints[6]._yoffset = bottom
1700 self._controlPoints[7]._yoffset = 0
3204 self._controlPoints[i]._yoffset = point[1]
3865 self._yoffset = the_yoffset
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/common/
H A Draster_cmd_format_autogen.h814 GLint _yoffset, in Init()
823 yoffset = _yoffset; in Init()
834 GLint _yoffset, in Set()
841 static_cast<ValueType*>(cmd)->Init(_xoffset, _yoffset, _x, _y, _width, in Set()
/dports/graphics/py-visvis/visvis-1.13.0/core/
H A Daxes.py1122 self._yoffset = 3
1142 y = self._yoffset + yspacing * (index)
1233 self.position.h = pos.top + labelHeight + self._yoffset + 2
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/splash/
H A Dsplash.cxx97 static constexpr tools::Long _xoffset = 12, _yoffset = 18; member in __anon38a04b1c0111::SplashScreen
285 _tly = _height - _yoffset; // top-left y in initialize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/splash/
H A Dsplash.cxx103 static constexpr long _xoffset = 12, _yoffset = 18; member in __anonec60f3740111::SplashScreen
290 _tly = _height - _yoffset; // top-left y in initialize()

123