Home
last modified time | relevance | path

Searched defs:toHeight (Results 1 – 18 of 18) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/animation/
H A DHeightChangeAnimation.java16 public HeightChangeAnimation(View view, int fromHeight, int toHeight) { in HeightChangeAnimation()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/animation/
H A DHeightChangeAnimation.java16 public HeightChangeAnimation(View view, int fromHeight, int toHeight) { in HeightChangeAnimation()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/graphics/opengl/
H A Dglframebuffer.cpp289 int toX, int toY, int toWidth, int toHeight) in CopyToScreen()
564 int toX, int toY, int toWidth, int toHeight) in CopyToScreen()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/graphics/core/
H A Dframebuffer.cpp95 …n(int fromX, int fromY, int fromWidth, int fromHeight, int toX, int toY, int toWidth, int toHeight) in CopyToScreen()
/dports/graphics/blender/blender-2.91.0/source/blender/compositor/intern/
H A DCOM_Converter.cpp446 const float toHeight = toOperation->getHeight(); in convertResolution() local
/dports/math/py-svgmath/SVGMath-0.3.3/svgmath/
H A Dmeasurers.py694 def stretch(node, toWidth=None, toHeight=None, toDepth=None, symmetric=False): argument
720 def stretchVertically(node, toHeight, toDepth, minScale, maxScale, symmetric): argument
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/ui/chat/attach/
H A Dattach_album_thumbnail.cpp278 const auto toHeight = Round(previewHeight * scaleHeight); in drawSimpleFrame() local
300 const auto toHeight = Round(previewHeight * scaleHeight); in drawSimpleFrame() local
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/src/image/
H A DRotImage.php115 …public function CopyMerge($fromImg, $toX, $toY, $fromX, $fromY, $toWidth, $toHeight, $fromWidth = …
H A DImage.php197 …public function Copy($fromImg, $toX, $toY, $fromX, $fromY, $toWidth, $toHeight, $fromWidth = -1, $…
202 …public function CopyMerge($fromImg, $toX, $toY, $fromX, $fromY, $toWidth, $toHeight, $fromWidth = …
/dports/sysutils/loganalyzer/loganalyzer-4.1.12/src/classes/jpgraph/
H A Dgd_image.inc.php194 … function Copy($fromImg,$toX,$toY,$fromX,$fromY,$toWidth,$toHeight,$fromWidth=-1,$fromHeight=-1) {
198 …function CopyMerge($fromImg,$toX,$toY,$fromX,$fromY,$toWidth,$toHeight,$fromWidth=-1,$fromHeight=-…
2032 …function CopyMerge($fromImg,$toX,$toY,$fromX,$fromY,$toWidth,$toHeight,$fromWidth=-1,$fromHeight=-…
/dports/net-im/sayaka/sayaka-3.5.1/src/
H A DImageReductor.cpp518 std::vector<uint8_t>& dst, int toWidth, int toHeight) in Convert()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquickstateoperations.cpp823 qreal toHeight; member in QQuickAnchorChangesPrivate
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquickstateoperations.cpp823 qreal toHeight; member in QQuickAnchorChangesPrivate
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/util/
H A Dqdeclarativestateoperations.cpp1015 qreal toHeight; member in QDeclarativeAnchorChangesPrivate
/dports/devel/rth/rth/jpgraph-1.8/jpgraph-1.18/src/
H A Djpgraph.php5736 … function Copy($fromImg,$toX,$toY,$fromX,$fromY,$toWidth,$toHeight,$fromWidth=-1,$fromHeight=-1) {
5741 …function CopyMerge($fromImg,$toX,$toY,$fromX,$fromY,$toWidth,$toHeight,$fromWidth=-1,$fromHeight=-…
7327 …function CopyMerge($fromImg,$toX,$toY,$fromX,$fromY,$toWidth,$toHeight,$fromWidth=-1,$fromHeight=-…
/dports/deskutils/moregroupware/moregroupware/include/jpgraph1/
H A Djpgraph.php6043 … function Copy($fromImg,$toX,$toY,$fromX,$fromY,$toWidth,$toHeight,$fromWidth=-1,$fromHeight=-1) {
6048 …function CopyMerge($fromImg,$toX,$toY,$fromX,$fromY,$toWidth,$toHeight,$fromWidth=-1,$fromHeight=-…
7626 …function CopyMerge($fromImg,$toX,$toY,$fromX,$fromY,$toWidth,$toHeight,$fromWidth=-1,$fromHeight=-…
/dports/deskutils/moregroupware/moregroupware/include/jpgraph2/
H A Djpgraph.php5992 … function Copy($fromImg,$toX,$toY,$fromX,$fromY,$toWidth,$toHeight,$fromWidth=-1,$fromHeight=-1) {
5997 …function CopyMerge($fromImg,$toX,$toY,$fromX,$fromY,$toWidth,$toHeight,$fromWidth=-1,$fromHeight=-…
7295 …function CopyMerge($fromImg,$toX,$toY,$fromX,$fromY,$toWidth,$toHeight,$fromWidth=-1,$fromHeight=-…
/dports/x11-servers/x2x/x2x-e62a535/
H A Dx2x.c967 int fromHeight, fromWidth, toHeight, toWidth; local