Located in compilation unit of sun.
Modifier and Type | Field and Description |
---|---|
private final Blit | |
private final Blit | |
private final Blit | |
private WeakReference | |
private WeakReference |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
public synchronized void | Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx, int sy, int dx, int dy, int w, int h)
Overrides sun. |
convertdst | back to summary |
---|---|
private final Blit convertdst |
convertresult | back to summary |
---|---|
private final Blit convertresult |
convertsrc | back to summary |
---|---|
private final Blit convertsrc |
dstTmp | back to summary |
---|---|
private WeakReference<SurfaceData> dstTmp |
srcTmp | back to summary |
---|---|
private WeakReference<SurfaceData> srcTmp |
OGLAnyCompositeBlit | back to summary |
---|---|
pack-priv OGLAnyCompositeBlit(SurfaceType srctype, Blit convertsrc, Blit convertdst, Blit convertresult) |
Blit | back to summary |
---|---|
public synchronized void Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx, int sy, int dx, int dy, int w, int h) Overrides sun. Doc from sun. All Blit implementors must have this invoker method |