Package | Description |
---|---|
com.sun.prism.d3d | |
com.sun.prism.es2 | |
com.sun.prism.impl | |
com.sun.prism.impl.ps | |
com.sun.prism.null3d |
Modifier and Type | Class and Description |
---|---|
(package private) class |
D3DContext |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ES2Context |
Modifier and Type | Field and Description |
---|---|
private BaseContext |
GlyphCache.context |
private BaseContext |
BaseGraphics.context |
private BaseContext |
VertexBuffer.ownerCtx |
Modifier and Type | Field and Description |
---|---|
(package private) static java.util.WeakHashMap<BaseContext,RectanglePacker> |
GlyphCache.greyPackerMap |
(package private) static java.util.WeakHashMap<BaseContext,RectanglePacker> |
GlyphCache.lcdPackerMap |
Modifier and Type | Method and Description |
---|---|
void |
GlyphCache.render(BaseContext ctx,
GlyphList gl,
float x,
float y,
int start,
int end,
Color rangeColor,
Color textColor,
BaseTransform xform,
BaseBounds clip) |
Constructor and Description |
---|
BaseGraphics(BaseContext context,
RenderTarget target) |
GlyphCache(BaseContext context,
FontStrike strike) |
VertexBuffer(BaseContext owner,
int maxQuads) |
Modifier and Type | Class and Description |
---|---|
class |
BaseShaderContext
Maintains resources such as Shaders and GlyphCaches that are intended to
be cached on a per-Screen basis, and provides methods that are called by
BaseShaderGraphics to validate current state.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
DummyContext |