public static class NativeFramebuffer.fb_fix_screeninfo
extends Structure
Modifier and Type | Class and Description |
---|---|
static class |
NativeFramebuffer.fb_fix_screeninfo.ByReference
Reference wrapper
|
static class |
NativeFramebuffer.fb_fix_screeninfo.ByValue
Value wrapper
|
Modifier and Type | Field and Description |
---|---|
int |
accel
Indicate to driver which specific chip/card we have
|
short |
capabilities
see FB_CAP_*
|
byte[] |
id
identification string eg "TT Builtin"
|
int |
line_length
length of a line in bytes
|
int |
mmio_len
Length of Memory Mapped I/O
|
NativeLong |
mmio_start
Start of Memory Mapped I/O (physical address)
|
short[] |
reserved
Reserved for future compatibility
|
int |
smem_len
Length of frame buffer mem
|
NativeLong |
smem_start
Start of frame buffer mem (physical address)
|
int |
type
see FB_TYPE_*
|
int |
type_aux
Interleave for interleaved Planes
|
int |
visual
see FB_VISUAL_*
|
short |
xpanstep
zero if no hardware panning
|
short |
ypanstep
zero if no hardware panning
|
short |
ywrapstep
zero if no hardware ywrap
|
Constructor and Description |
---|
fb_fix_screeninfo()
Initialize this structure.
|
fb_fix_screeninfo(Pointer p) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<java.lang.String> |
getFieldOrder() |
public byte[] id
public NativeLong smem_start
public int smem_len
public int type
public int type_aux
public int visual
public short xpanstep
public short ypanstep
public short ywrapstep
public int line_length
public NativeLong mmio_start
public int mmio_len
public int accel
public short capabilities
public short[] reserved