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

/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
H A DRenderDeviceJme.java67 private HashMap<String, BitmapText> textCacheCurrentFrame = new HashMap<String, BitmapText>(); field in class:RenderDeviceJme
141 textCacheLastFrame = textCacheCurrentFrame;
142 textCacheCurrentFrame = temp;
143 textCacheCurrentFrame.clear();
238 textCacheCurrentFrame.put(key, text);

Completed in 58 milliseconds