Home
last modified time | relevance | path

Searched defs:rotatedHeight (Results 1 – 3 of 3) sorted by relevance

/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/texturepacker/
DMaxRectsPacker.java376 int rotatedHeight = width - settings.paddingX + settings.paddingY; in scoreRect() local
416 …itionForNewNodeBottomLeft (int width, int height, int rotatedWidth, int rotatedHeight, boolean rot… in findPositionForNewNodeBottomLeft()
451 …findPositionForNewNodeBestShortSideFit (int width, int height, int rotatedWidth, int rotatedHeight, in findPositionForNewNodeBestShortSideFit()
497 … findPositionForNewNodeBestLongSideFit (int width, int height, int rotatedWidth, int rotatedHeight, in findPositionForNewNodeBestLongSideFit()
542 …Rect findPositionForNewNodeBestAreaFit (int width, int height, int rotatedWidth, int rotatedHeight, in findPositionForNewNodeBestAreaFit()
610 …ect findPositionForNewNodeContactPoint (int width, int height, int rotatedWidth, int rotatedHeight, in findPositionForNewNodeContactPoint()
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
DSurfaceViewRendererOnMeasureTest.java140 final int rotatedHeight = 720; in testFrame1280x720() local
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DVideoRenderer.java111 public int rotatedHeight() { in rotatedHeight() method in VideoRenderer.I420Frame