Home
last modified time | relevance | path

Searched refs:oldHeight (Results 1 – 25 of 639) sorted by relevance

12345678910>>...26

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/world/base/
H A Dplane.cpp60 std::array<ddouble, 2> oldHeight; ///< @em sharp height change tracking buffer (for smoothing). in DENG2_PIMPL() local
93 oldHeight[0] = oldHeight[1] = newHeight; in DENG2_PIMPL()
300 d->heightSmoothedDelta = d->oldHeight[0] * (1 - frameTimePos) in lerpSmoothedHeight()
316 ddouble newHeightSmoothed = d->oldHeight[0] = d->oldHeight[1] = d->height; in resetSmoothedHeight()
326 d->oldHeight[0] = d->oldHeight[1]; in updateHeightTracking()
327 d->oldHeight[1] = d->height; in updateHeightTracking()
329 if(!de::fequal(d->oldHeight[0], d->oldHeight[1])) in updateHeightTracking()
331 if(de::abs(d->oldHeight[0] - d->oldHeight[1]) >= MAX_SMOOTH_MOVE) in updateHeightTracking()
334 d->oldHeight[0] = d->oldHeight[1]; in updateHeightTracking()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/widget/
H A DAnimatedHeightLayout.java34 int oldHeight = getMeasuredHeight(); in onMeasure() local
38 if (!mAnimating && oldHeight != 0 && oldHeight != newHeight) { in onMeasure()
40 setMeasuredDimension(getMeasuredWidth(), oldHeight); in onMeasure() local
43 Animation anim = new HeightChangeAnimation(this, oldHeight, newHeight); in onMeasure()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/widget/
H A DAnimatedHeightLayout.java34 int oldHeight = getMeasuredHeight(); in onMeasure() local
38 if (!mAnimating && oldHeight != 0 && oldHeight != newHeight) { in onMeasure()
40 setMeasuredDimension(getMeasuredWidth(), oldHeight); in onMeasure() local
43 Animation anim = new HeightChangeAnimation(this, oldHeight, newHeight); in onMeasure()
/dports/games/trackballs/trackballs-1.3.3/src/
H A DcyclicPlatform.cc55 Real h, oldHeight = map->cell(x1, y1).heights[0]; in tick() local
73 if (h < oldHeight) { in tick()
74 double lower[3] = {(double)x1, (double)y1, oldHeight - 1.0}; in tick()
75 double upper[3] = {(double)x2, (double)y2, oldHeight + 0.1}; in tick()
86 oldHeight + in tick()
88 ball->position[2] += h - oldHeight; in tick()
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Plugins/Plugin_BerkeliumWidget/
H A DBuffer.h42 int oldHeight = mHeightVisible; in resize() local
59 int height = std::min(oldHeight, mHeightVisible); in resize()
93 if (oldHeight < mHeightVisible) in resize()
95 dest = new_data + (oldHeight * width_bytes_dest); in resize()
96 for (int y = oldHeight; y < mHeightVisible; ++y) in resize()
113 int height = std::min(oldHeight, mHeightVisible); in resize()
149 if (oldHeight < mHeightVisible) in resize()
151 dest = mBuffer + (oldHeight * width_bytes_dest); in resize()
152 for (int y = oldHeight; y < mHeightVisible; ++y) in resize()
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Plugins/Plugin_BerkeliumWidget/
H A DBuffer.h42 int oldHeight = mHeightVisible; in resize() local
59 int height = std::min(oldHeight, mHeightVisible); in resize()
93 if (oldHeight < mHeightVisible) in resize()
95 dest = new_data + (oldHeight * width_bytes_dest); in resize()
96 for (int y = oldHeight; y < mHeightVisible; ++y) in resize()
113 int height = std::min(oldHeight, mHeightVisible); in resize()
149 if (oldHeight < mHeightVisible) in resize()
151 dest = mBuffer + (oldHeight * width_bytes_dest); in resize()
152 for (int y = oldHeight; y < mHeightVisible; ++y) in resize()
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Plugins/Plugin_BerkeliumWidget/
H A DBuffer.h42 int oldHeight = mHeightVisible; in resize() local
59 int height = std::min(oldHeight, mHeightVisible); in resize()
93 if (oldHeight < mHeightVisible) in resize()
95 dest = new_data + (oldHeight * width_bytes_dest); in resize()
96 for (int y = oldHeight; y < mHeightVisible; ++y) in resize()
113 int height = std::min(oldHeight, mHeightVisible); in resize()
149 if (oldHeight < mHeightVisible) in resize()
151 dest = mBuffer + (oldHeight * width_bytes_dest); in resize()
152 for (int y = oldHeight; y < mHeightVisible; ++y) in resize()
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Plugins/Plugin_BerkeliumWidget/
H A DBuffer.h42 int oldHeight = mHeightVisible; in resize() local
59 int height = std::min(oldHeight, mHeightVisible); in resize()
93 if (oldHeight < mHeightVisible) in resize()
95 dest = new_data + (oldHeight * width_bytes_dest); in resize()
96 for (int y = oldHeight; y < mHeightVisible; ++y) in resize()
113 int height = std::min(oldHeight, mHeightVisible); in resize()
149 if (oldHeight < mHeightVisible) in resize()
151 dest = mBuffer + (oldHeight * width_bytes_dest); in resize()
152 for (int y = oldHeight; y < mHeightVisible; ++y) in resize()
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/events/
H A DResizeEvent.as46 …* <tr><td><code>oldHeight</code></td><td>The previous height of the object, in pixels.</td></t…
77 * @param oldHeight The previous height of the object, in pixels.
81 oldWidth:Number = NaN, oldHeight:Number = NaN)
86 this.oldHeight = oldHeight;
96 // oldHeight
102 public var oldHeight:Number; variable in ResizeEvent
124 return new ResizeEvent(type, bubbles, cancelable, oldWidth, oldHeight);
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/src/mx/events/
H A DResizeEvent.as51 …* <tr><td><code>oldHeight</code></td><td>The previous height of the object, in pixels.</td></t…
87 * @param oldHeight The previous height of the object, in pixels.
96 oldWidth:Number = NaN, oldHeight:Number = NaN)
101 this.oldHeight = oldHeight;
111 // oldHeight
122 public var oldHeight:Number; variable in ResizeEvent
149 return new ResizeEvent(type, bubbles, cancelable, oldWidth, oldHeight);
/dports/games/spring/spring_98.0/rts/Game/Camera/
H A DRotOverheadController.cpp19 : oldHeight(500) in CRotOverheadController()
82 oldHeight = pos.y - h; in UpdateVectors()
88 pos.y = CGround::GetHeightAboveWater(pos.x, pos.z, false) + oldHeight; in SetPos()
111 sm["oldHeight"] = oldHeight; in GetState()
119 SetStateFloat(sm, "oldHeight", oldHeight); in SetState()
H A DFPSController.cpp23 : oldHeight(300) in CFPSController()
79 oldHeight = pos.y - gndHeight; in UpdateVectors()
94 pos.y = CGround::GetHeightAboveWater(pos.x, pos.z, false) + oldHeight; in SetPos()
124 sm["oldHeight"] = oldHeight; in GetState()
131 SetStateFloat(sm, "oldHeight", oldHeight); in SetState()
/dports/graphics/wdune/wdune-1.926/src/
H A DToolbarWindow.cpp114 int oldWidth, oldHeight; in OnSize() local
118 swGetSize(window, &oldWidth, &oldHeight); in OnSize()
119 swSetSize(window, width, oldHeight); in OnSize()
120 swInvalidateRect(window, oldWidth-1, 0, 1, oldHeight); in OnSize()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/edit_fit/
H A Dbox.h41 float oldHeight; variable
68 oldHeight=0; in Box()
127 if(height!=oldHeight){ in Sampling()
128 scaleY=((height/2)/(oldHeight/2)); in Sampling()
129 oldHeight=height; in Sampling()
212 oldHeight=height; in InitSampling()
/dports/multimedia/cineencoder/cine-encoder-3.5.2/app/
H A Dsettings.cpp397 oldHeight = this->height(); in eventFilter()
399 …dinate.x() < 6) && (mouseClickCoordinate.y() > 62) && (mouseClickCoordinate.y() < (oldHeight - 6))) in eventFilter()
419 …(oldWidth - 6)) && (mouseClickCoordinate.y() > 62) && (mouseClickCoordinate.y() < (oldHeight - 6))) in eventFilter()
424 … if ((mouseClickCoordinate.x() > (oldWidth - 6)) && (mouseClickCoordinate.y() > (oldHeight - 6))) in eventFilter()
429 … 6) && (mouseClickCoordinate.x() < (oldWidth - 6)) && (mouseClickCoordinate.y() > (oldHeight - 6))) in eventFilter()
434 … if ((mouseClickCoordinate.x() < 6) && (mouseClickCoordinate.y() > (oldHeight - 6))) in eventFilter()
454 … this->setGeometry(deltaX, this->pos().y(), this->width() - deltaWidth, oldHeight); in eventFilter()
474 … this->setGeometry(this->pos().x(), this->pos().y(), oldWidth + deltaWidth, oldHeight); in eventFilter()
479 …his->setGeometry(this->pos().x(), this->pos().y(), oldWidth + deltaWidth, oldHeight + deltaHeight); in eventFilter()
484 … this->setGeometry(this->pos().x(), this->pos().y(), oldWidth, oldHeight + deltaHeight); in eventFilter()
[all …]
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/client/gui/
H A DComponentPaintCache.java38 private int oldHeight; field in ComponentPaintCache
66 if (cachedImage == null || (oldWidth != width) || (oldHeight != height)) { in paintComponent()
68 oldHeight = height; in paintComponent()
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/dialog/
H A Ducanvassize.pas61 function ChangeCanvasSizeOrigin(oldWidth,oldHeight,newWidth, newHeight: integer; anchor: string): T… in ChangeCanvasSizeOrigin()
65 origin := Point((newWidth div 2)-(oldWidth div 2),(newHeight div 2)-(oldHeight div 2));
68 …='bottomleft') or (anchor='bottom') or (anchor='bottomright') then origin.Y := newHeight-oldHeight;
74 function ChangeCanvasSize(bmp: TBGRABitmap; ofs: TPoint; oldWidth,oldHeight,newWidth, newHeight: in… in ChangeCanvasSize()
84 origin := ChangeCanvasSizeOrigin(oldWidth, oldHeight, newWidth, newHeight, anchor);
90 dy := oldHeight;
94 miny := (0-origin.Y-oldHeight+1) div oldHeight;
96 maxy := (newHeight-origin.Y+oldHeight-1) div oldHeight;
/dports/www/gohugo/hugo-0.91.2/resources/images/
H A Dsmartcrop.go86 func calcFactorsNfnt(width, height uint, oldWidth, oldHeight float64) (scaleX, scaleY float64) {
92 scaleY = oldHeight / float64(height)
100 scaleY = oldHeight / float64(height)
/dports/graphics/xpdf/xpdf-4.03/splash/
H A DSplashBitmap.cc79 oldHeight = 0; in SplashBitmap()
82 parent->oldHeight == height) { in SplashBitmap()
92 parent->oldHeight == height) : 0); in SplashBitmap()
102 parent->oldHeight == height) { in SplashBitmap()
127 parent->oldHeight = height; in ~SplashBitmap()
/dports/graphics/xpdf4/xpdf-4.03/splash/
H A DSplashBitmap.cc79 oldHeight = 0; in SplashBitmap()
82 parent->oldHeight == height) { in SplashBitmap()
92 parent->oldHeight == height) : 0); in SplashBitmap()
102 parent->oldHeight == height) { in SplashBitmap()
127 parent->oldHeight = height; in ~SplashBitmap()
/dports/games/warzone2100/warzone2100/src/titleui/
H A Dtitleui.h44 …virtual void screenSizeDidChange(unsigned int oldWidth, unsigned int oldHeight, unsigned int newWi…
61 …virtual void screenSizeDidChange(unsigned int oldWidth, unsigned int oldHeight, unsigned int newWi…
73 …virtual void screenSizeDidChange(unsigned int oldWidth, unsigned int oldHeight, unsigned int newWi…
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/model/
H A DObserverCamera.java72 float oldHeight = getHeight(); in setFixedSize() local
78 firePropertyChange(Property.HEIGHT.name(), oldHeight, getHeight()); in setFixedSize() local
123 float oldHeight = getHeight(); in setZ() local
129 firePropertyChange(Property.HEIGHT.name(), oldHeight, getHeight()); in setZ() local
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/views/
H A Dimage.php371 $oldHeight = imagesy($i); variable
374 $height= $oldHeight * $scale / 100.0;
376 $width = ($height * $oldWidth) / $oldHeight;
378 $height = ($width * $oldHeight) / $oldWidth;
379 ZM\Debug("Figuring out height using width: $height = ($width * $oldHeight) / $oldWidth");
381 if ( $width == $oldWidth && $height == $oldHeight ) {
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/toolbar/
H A DForwardButton.java16 protected void onSizeChanged(int width, int height, int oldWidth, int oldHeight) { in onSizeChanged() argument
17 super.onSizeChanged(width, height, oldWidth, oldHeight); in onSizeChanged()
/dports/graphics/kolourpaint/kolourpaint-21.12.3/tools/selection/
H A DkpAbstractSelectionTool_ResizeScale.cpp178 oldHeight = originalSelection.height (); in drawResizeScaleTryKeepAspect() local
189 (verticalGripDragged ? double (newHeight) / oldHeight : 0)) in drawResizeScaleTryKeepAspect()
191 *newHeightOut = newWidth * oldHeight / oldWidth; in drawResizeScaleTryKeepAspect()
198 *newWidthOut = newHeight * oldWidth / oldHeight; in drawResizeScaleTryKeepAspect()

12345678910>>...26