Home
last modified time | relevance | path

Searched refs:_centerY (Results 1 – 25 of 26) sorted by relevance

12

/dports/graphics/pear-Image_Graph/Image_Graph-0.8.0/Graph/Plot/
H A DOdo.php166 var $_centerY = false; variable in Image_Graph_Plot_Odo
212 $this->_centerY = $centerY;
256 if ($this->_centerY === false) {
257 $this->_centerY = (int) (($this->_top + $this->_bottom) / 2) +
393 'y' => $this->_centerY,
417 $y = $this->_centerY + $this->_radius * $sin;
484 …l::rotate($this->_centerX, $this->_centerY - $this->_arrowWidth * $this->_radius/100, $this->_cent…
486 …rX - $this->_arrowWidth * $this->_radius / 100, $this->_centerY, $this->_centerX, $this->_centerY,…
492 $this->_centerY,
548 $totals['CENTER_Y'] = $this->_centerY;
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/psp/
H A Dimage_viewer.cpp203 _centerY = PSP_SCREEN_HEIGHT / 2.0f; in setFullScreenImageParams()
268 float newVal = _centerY + val; in moveImageY()
272 _centerY = newVal; in moveImageY()
283 int offsetY = _centerY - (int)(_visibleHeight * 0.5f); in setOffsetParams()
H A Dimage_viewer.h55 float _centerX, _centerY; variable
82 _centerX(0.0f), _centerY(0.0f), _movement(EVENT_MOVE_STOP), in ImageViewer()
/dports/games/scummvm/scummvm-2.5.1/backends/platform/psp/
H A Dimage_viewer.cpp203 _centerY = PSP_SCREEN_HEIGHT / 2.0f; in setFullScreenImageParams()
268 float newVal = _centerY + val; in moveImageY()
272 _centerY = newVal; in moveImageY()
283 int offsetY = _centerY - (int)(_visibleHeight * 0.5f); in setOffsetParams()
H A Dimage_viewer.h57 float _centerX, _centerY; variable
85 _centerX(0.0f), _centerY(0.0f), _movement(EVENT_MOVE_STOP), in ImageViewer()
/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dkis_brush_mask_applicator_base.h34 double _centerY, in MaskProcessingData()
43 centerY = _centerY; in MaskProcessingData()
/dports/graphics/delaboratory/delaboratory-0.8/algorithms/
H A Dvignette.cc25 deEllipse::deEllipse(deValue _centerX, deValue _centerY, deValue _radiusX, deValue _radiusY) in deEllipse() argument
27 centerY(_centerY), in deEllipse()
H A Dvignette.h33 deEllipse(deValue _centerX, deValue _centerY, deValue _radiusX, deValue _radiusY);
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Ddialogue_menu.h72 int _centerY; variable
H A Ddialogue_menu.cpp85 _centerY = y; in showAt()
417 _screenY = _centerY - h / 2; in calculatePosition()
537 _centerY = 0; in clear()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Ddialogue_menu.h72 int _centerY; variable
H A Ddialogue_menu.cpp85 _centerY = y; in showAt()
417 _screenY = _centerY - h / 2; in calculatePosition()
537 _centerY = 0; in clear()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/view/controls/
H A Dhistory_view_voice_record_bar.h138 int _centerY = 0; variable
H A Dhistory_view_voice_record_bar.cpp1053 _centerY = size.height() / 2; in init()
1056 const auto point = _centerY - st::historyRecordSignalRadius; in init()
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/Magick++/lib/Magick++/
H A DDrawable.h1447 _centerY(centerY_), in DrawableRoundRectangle()
1473 _centerY = centerY_; in centerY()
1477 return _centerY; in centerY()
1518 double _centerY; variable
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/util/
H A Dqquickpath.cpp2084 return _centerY; in centerY()
2089 if (_centerY == centerY) in setCenterY()
2092 _centerY = centerY; in setCenterY()
2209 qreal y = _centerY - _radiusY; in addToPath()
H A Dqquickpath_p.h398 qreal _centerY = 0; variable
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/util/
H A Dqquickpath.cpp2084 return _centerY; in centerY()
2089 if (_centerY == centerY) in setCenterY()
2092 _centerY = centerY; in setCenterY()
2209 qreal y = _centerY - _radiusY; in addToPath()
H A Dqquickpath_p.h398 qreal _centerY = 0; variable
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/fullpipe/
H A Dmotion.h198 int _centerY; variable
H A Dmotion.cpp2965 _centerY = 0; in ReactPolygonal()
2972 _centerY = file.readSint32LE(); in load()
2998 _points[i].y += cY - _centerY; in setCenter()
3002 _centerY = cY; in setCenter()
/dports/games/scummvm/scummvm-2.5.1/engines/ngi/
H A Dmotion.h198 int _centerY; variable
H A Dmotion.cpp2973 _centerY = 0; in ReactPolygonal()
2980 _centerY = file.readSint32LE(); in load()
3006 _points[i].y += cY - _centerY; in setCenter()
3010 _centerY = cY; in setCenter()
/dports/www/dojo/dojo-release-1.12.2/dojox/mobile/app/
H A DImageView.js.map7 …ght","dispHeight","sourceX","max","round","floor","_centerX","sourceY","_centerY","destX","destY",…
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/Magick++/lib/
H A DDrawable.cpp963 DrawRoundRectangle( context_, _centerX,_centerY, _width,_hight, in operator ()()

12