Searched refs:sxxxx (Results 1 – 1 of 1) sorted by relevance
/external/jmonkeyengine/engine/src/desktop/jme3tools/converters/ |
D | ImageToAwt.java | 106 final int sxxxx = 0; 144 mxxxx, sxxxx)); in params.put() argument 147 mxxxx, sxxxx)); in params.put() argument 148 params.put(Format.Alpha16, new DecodeParams(2, mxxxx, sxxxx, mxxxx, sxxxx, true)); in params.put() argument 149 params.put(Format.Alpha8, new DecodeParams(1, mxxxx, sxxxx, mxxxx, sxxxx, true)); in params.put() argument 152 mxxxx, sxxxx)); in params.put() argument 153 params.put(Format.Luminance16, new DecodeParams(2, mxxxx, sxxxx, mxxxx, sxxxx, false)); in params.put() argument 154 params.put(Format.Luminance8, new DecodeParams(1, mxxxx, sxxxx, mxxxx, sxxxx, false)); in params.put() argument 157 mxxxx, sxxxx)); in params.put() argument 158 params.put(Format.Luminance16F, new DecodeParams(2, mxxxx, sxxxx, mxxxx, sxxxx, false)); in params.put() argument [all …]
|