| java.lang.Object org.apache.harmony.awt.gl.opengl.OGLBlitter
Inner Class :final static class OGLTextureParams | |
Method Summary | |
public void | blit(int srcX, int srcY, Surface srcSurf, int dstX, int dstY, Surface dstSurf, int width, int height, AffineTransform sysxform, AffineTransform xform, Composite comp, Color bgcolor, MultiRectArea clip) | public void | blit(int srcX, int srcY, Surface srcSurf, int dstX, int dstY, Surface dstSurf, int width, int height, AffineTransform sysxform, Composite comp, Color bgcolor, MultiRectArea clip) | public void | blit(int srcX, int srcY, Surface srcSurf, int dstX, int dstY, Surface dstSurf, int width, int height, Composite comp, Color bgcolor, MultiRectArea clip) | final OGLTextureParams | blitImg2OGLTexCached(Surface srcSurf, int width, int height, boolean needPremultiply) | public static OGLBlitter | getInstance() |
blit | public void blit(int srcX, int srcY, Surface srcSurf, int dstX, int dstY, Surface dstSurf, int width, int height, AffineTransform sysxform, AffineTransform xform, Composite comp, Color bgcolor, MultiRectArea clip)(Code) | | |
blit | public void blit(int srcX, int srcY, Surface srcSurf, int dstX, int dstY, Surface dstSurf, int width, int height, AffineTransform sysxform, Composite comp, Color bgcolor, MultiRectArea clip)(Code) | | |
blit | public void blit(int srcX, int srcY, Surface srcSurf, int dstX, int dstY, Surface dstSurf, int width, int height, Composite comp, Color bgcolor, MultiRectArea clip)(Code) | | |
blitImg2OGLTexCached | final OGLTextureParams blitImg2OGLTexCached(Surface srcSurf, int width, int height, boolean needPremultiply)(Code) | | |
|
|