Searched refs:oldHeight (Results 1 – 2 of 2) sorted by relevance
194 int oldHeight = oldHeightObject.intValue(); in setBounds() local195 if (oldWidth == newWidth && oldHeight == newHeight) { in setBounds()
276 const int oldHeight = oldSurface.getHeight(); in compareCorners() local280 const int minHeight = de::min(oldHeight, newHeight); in compareCorners()289 const int oldY = yCorner == 0 ? 0 : oldHeight - minHeight; in compareCorners()