OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:flipImage
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
ImageFlipper.java
48
public static void
flipImage
(Image img, int index){
/external/jmonkeyengine/engine/src/desktop/com/jme3/texture/plugins/
AWTLoader.java
79
private void
flipImage
(byte[] img, int width, int height, int bpp){
91
private void
flipImage
(short[] img, int width, int height, int bpp){
112
flipImage
(dataBuf1, width, height, 32);
120
flipImage
(dataBuf2, width, height, 24);
128
flipImage
(dataBuf3, width, height, 8);
135
flipImage
(dataBuf4, width, height, 16);
Completed in 154 milliseconds