Searched refs:textCacheLastFrame (Results 1 – 1 of 1) sorted by relevance
66 private HashMap<String, BitmapText> textCacheLastFrame = new HashMap<String, BitmapText>(); field in RenderDeviceJme140 HashMap<String, BitmapText> temp = textCacheLastFrame; in endFrame()141 textCacheLastFrame = textCacheCurrentFrame; in endFrame()232 BitmapText text = textCacheLastFrame.get(key); in renderFont()