Home
last modified time | relevance | path

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

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