Home
last modified time | relevance | path

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

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
DButtonPropertyEditorPresentationImpl.java194 int oldHeight = oldHeightObject.intValue(); in setBounds() local
195 if (oldWidth == newWidth && oldHeight == newHeight) { in setBounds()
/external/deqp/modules/egl/
DteglResizeTests.cpp276 const int oldHeight = oldSurface.getHeight(); in compareCorners() local
280 const int minHeight = de::min(oldHeight, newHeight); in compareCorners()
289 const int oldY = yCorner == 0 ? 0 : oldHeight - minHeight; in compareCorners()