Modifier and Type | Method and Description |
---|---|
void |
DumpRenderTree.RenderThemeStub.drawWidget(WCGraphicsContext g,
Ref widget,
int x,
int y) |
void |
DumpRenderTree.ScrollBarThemeStub.paint(WCGraphicsContext g,
Ref sbRef,
int x,
int y,
int pressedPart,
int hoveredPart) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
WCBufferedContext |
(package private) class |
WCGraphicsPrismContext |
Modifier and Type | Method and Description |
---|---|
WCGraphicsContext |
WCPageBackBufferImpl.createGraphics() |
WCGraphicsContext |
PrismGraphicsManager.createGraphicsContext(java.lang.Object platG) |
Modifier and Type | Method and Description |
---|---|
void |
WCPageBackBufferImpl.disposeGraphics(WCGraphicsContext gc) |
void |
WCPageBackBufferImpl.flush(WCGraphicsContext gc,
int x,
int y,
int w,
int h) |
protected void |
WCMediaPlayerImpl.renderCurrentFrame(WCGraphicsContext gc,
int x,
int y,
int w,
int h) |
private void |
WCMediaPlayerImpl.renderImpl(WCGraphicsContext gc,
int x,
int y,
int w,
int h) |
Constructor and Description |
---|
WCRenderQueueImpl(WCGraphicsContext gc) |
Modifier and Type | Method and Description |
---|---|
protected void |
PrismRenderer.render(Control control,
WCGraphicsContext g) |
Modifier and Type | Method and Description |
---|---|
void |
RenderThemeImpl.drawWidget(WCGraphicsContext g,
Ref widget,
int x,
int y) |
void |
ScrollBarThemeImpl.paint(WCGraphicsContext g,
Ref sbRef,
int x,
int y,
int pressedPart,
int hoveredPart) |
protected abstract void |
Renderer.render(Control c,
WCGraphicsContext g) |
Modifier and Type | Method and Description |
---|---|
private void |
WCPluginWidget.paint(WCGraphicsContext g,
int x,
int y,
int width,
int height) |
void |
WebPage.paint(WCGraphicsContext gc,
int x,
int y,
int w,
int h) |
private void |
WebPage.paint2GC(WCGraphicsContext gc) |
void |
WebPage.print(WCGraphicsContext gc,
int pageNumber,
float width) |
void |
WebPage.print(WCGraphicsContext gc,
int x,
int y,
int w,
int h) |
Modifier and Type | Field and Description |
---|---|
protected WCGraphicsContext |
WCRenderQueue.gc |
Modifier and Type | Method and Description |
---|---|
abstract WCGraphicsContext |
WCPageBackBuffer.createGraphics() |
abstract WCGraphicsContext |
WCGraphicsManager.createGraphicsContext(java.lang.Object g) |
Modifier and Type | Method and Description |
---|---|
void |
WCRenderQueue.decode(WCGraphicsContext gc) |
(package private) static void |
GraphicsDecoder.decode(WCGraphicsManager gm,
WCGraphicsContext gc,
BufferData bdata) |
abstract void |
WCPageBackBuffer.disposeGraphics(WCGraphicsContext gc) |
private static void |
GraphicsDecoder.drawImage(WCGraphicsContext gc,
java.lang.Object imgFrame,
float dstx,
float dsty,
float dstw,
float dsth,
float srcx,
float srcy,
float srcw,
float srch) |
private static void |
GraphicsDecoder.drawPattern(WCGraphicsContext gc,
java.lang.Object imgFrame,
WCRectangle srcRect,
WCTransform patternTransform,
WCPoint phase,
WCRectangle destRect) |
abstract void |
RenderTheme.drawWidget(WCGraphicsContext g,
Ref widget,
int x,
int y) |
abstract void |
WCPageBackBuffer.flush(WCGraphicsContext gc,
int x,
int y,
int w,
int h) |
private static WCGradient |
GraphicsDecoder.getGradient(WCGraphicsContext gc,
java.nio.ByteBuffer buf) |
abstract void |
ScrollBarTheme.paint(WCGraphicsContext g,
Ref sbRef,
int x,
int y,
int pressedPart,
int hoveredPart) |
(package private) static void |
RenderMediaControls.paintControl(WCGraphicsContext gc,
int type,
int x,
int y,
int w,
int h) |
private static void |
RenderMediaControls.paintControlImage(java.lang.String resName,
WCGraphicsContext gc,
int x,
int y,
int w,
int h) |
(package private) static void |
RenderMediaControls.paintTimeSliderTrack(WCGraphicsContext gc,
float duration,
float curTime,
float[] bufferedPairs,
int x,
int y,
int w,
int h) |
(package private) static void |
RenderMediaControls.paintVolumeTrack(WCGraphicsContext gc,
float curVolume,
boolean muted,
int x,
int y,
int w,
int h) |
(package private) void |
WCMediaPlayer.render(WCGraphicsContext gc,
int x,
int y,
int w,
int h) |
protected abstract void |
WCMediaPlayer.renderCurrentFrame(WCGraphicsContext gc,
int x,
int y,
int w,
int h) |
Constructor and Description |
---|
WCRenderQueue(WCGraphicsContext gc) |
Modifier and Type | Class and Description |
---|---|
class |
WCGraphicsPerfLogger |
Modifier and Type | Field and Description |
---|---|
private WCGraphicsContext |
WCGraphicsPerfLogger.gc |
Constructor and Description |
---|
WCGraphicsPerfLogger(WCGraphicsContext gc) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultPlugin.paint(WCGraphicsContext g,
int intX,
int intY,
int intWidth,
int intHeight) |
void |
Plugin.paint(WCGraphicsContext g,
int intX,
int intY,
int intWidth,
int intHeight)
Paints plugin by Webkit request in selected bounds
|