Searched refs:textCacheCurrentFrame (Results 1 – 1 of 1) sorted by relevance
67 private HashMap<String, BitmapText> textCacheCurrentFrame = new HashMap<String, BitmapText>(); field in RenderDeviceJme141 textCacheLastFrame = textCacheCurrentFrame; in endFrame()142 textCacheCurrentFrame = temp; in endFrame()143 textCacheCurrentFrame.clear(); in endFrame()238 textCacheCurrentFrame.put(key, text); in renderFont()