Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
DRenderManager.java291 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/
DApplication.java450 renderManager.notifyReshape(w, h); in reshape()