HomeSort by relevance Sort by last modified time
    Searched full:portraitwidth (Results 1 - 2 of 2) sorted by null

  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/assets/loaders/resolvers/
ResolutionFileResolver.java 26 public final int portraitWidth;
30 public Resolution (int portraitWidth, int portraitHeight, String folder) {
31 this.portraitWidth = portraitWidth;
70 if (descriptors[i].portraitWidth < best) {
71 best = descriptors[i].portraitWidth;
78 if (descriptors[i].portraitWidth <= width) {
79 best = descriptors[i].portraitWidth;
  /external/libgdx/gdx/src/com/badlogic/gdx/assets/loaders/resolvers/
ResolutionFileResolver.java 32 * <li>{@code portraitWidth = 1920}</li>
55 public final int portraitWidth;
62 * @param portraitWidth This resolution's width.
65 public Resolution (int portraitWidth, int portraitHeight, String folder) {
66 this.portraitWidth = portraitWidth;
110 if (w >= other.portraitWidth && other.portraitWidth >= best.portraitWidth && h >= other.portraitHeight
116 if (w >= other.portraitHeight && other.portraitHeight >= best.portraitHeight && h >= other.portraitWidth
    [all...]

Completed in 169 milliseconds