Home
last modified time | relevance | path

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

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