Package | Description |
---|---|
com.sun.prism.es2 |
Modifier and Type | Method and Description |
---|---|
(package private) static ES2Graphics |
ES2Graphics.create(ES2Context context,
RenderTarget target) |
ES2Graphics |
ES2SwapChain.createGraphics() |
Modifier and Type | Method and Description |
---|---|
private void |
ES2SwapChain.drawTexture(ES2Graphics g,
RTTexture src,
float dx1,
float dy1,
float dx2,
float dy2,
float sx1,
float sy1,
float sx2,
float sy2) |
(package private) void |
ES2Context.forceRenderTarget(ES2Graphics g)
Called from ES2Graphics.updateRenderTarget() in response to a window
resize event.
|