Searched refs:textCacheLastFrame (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
H A DRenderDeviceJme.java66 private HashMap<String, BitmapText> textCacheLastFrame = new HashMap<String, BitmapText>(); field in class:RenderDeviceJme
140 HashMap<String, BitmapText> temp = textCacheLastFrame;
141 textCacheLastFrame = textCacheCurrentFrame;
232 BitmapText text = textCacheLastFrame.get(key);

Completed in 314 milliseconds