Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/desktop/com/jme3/texture/plugins/
DAWTLoader.java79 private void flipImage(byte[] img, int width, int height, int bpp){ in flipImage() method in AWTLoader
91 private void flipImage(short[] img, int width, int height, int bpp){ in flipImage() method in AWTLoader
112 flipImage(dataBuf1, width, height, 32); in load()
120 flipImage(dataBuf2, width, height, 24); in load()
128 flipImage(dataBuf3, width, height, 8); in load()
135 flipImage(dataBuf4, width, height, 16); in load()
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
DImageFlipper.java48 public static void flipImage(Image img, int index){ in flipImage() method in ImageFlipper