void {@native glPopMatrix}(void);
371372373374375376377378379380381
GL.glPushMatrix(); g.setClip((int) screenX, (int) screenY, (int) width, (int) height); g.translate(screenX - x, screenY - y); paint(g); g.clearClip(); GL.glPopMatrix(); if (renderSet != null) render(renderSet, g); if (borderColor != null) {