Searched refs:notifyReshape (Results 1 – 2 of 2) sorted by relevance
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/ |
D | RenderManager.java | 291 private void notifyReshape(ViewPort vp, int w, int h) { in notifyReshape() method in RenderManager 307 public void notifyReshape(int w, int h) { in notifyReshape() method in RenderManager 313 notifyReshape(vp, w, h); in notifyReshape() 320 notifyReshape(vp, w, h); in notifyReshape() 327 notifyReshape(vp, w, h); in notifyReshape()
|
/external/jmonkeyengine/engine/src/core/com/jme3/app/ |
D | Application.java | 450 renderManager.notifyReshape(w, h); in reshape()
|