|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Picture | |
---|---|
gnu.app.displayhack | Provide display hacks. |
gnu.x11.extension.render | Provide X Rendering Extension. |
gnu.x11.test | Provide test suits for package gnu.x11 . |
Uses of Picture in gnu.app.displayhack |
---|
Fields in gnu.app.displayhack declared as Picture | |
---|---|
Picture |
Sprites.back_buffer_picture
|
Uses of Picture in gnu.x11.extension.render |
---|
Fields in gnu.x11.extension.render declared as Picture | |
---|---|
static Picture |
Picture.NONE
Predefined picture. |
Methods in gnu.x11.extension.render that return Picture | |
---|---|
Picture |
Render.create_picture(Drawable drawable,
Picture.Format format,
Picture.Attributes attr)
|
Methods in gnu.x11.extension.render with parameters of type Picture | |
---|---|
void |
Render.composite(int op,
Picture src,
Picture mask,
Picture dst,
int src_x,
int src_y,
int mask_x,
int mask_y,
int dst_x,
int dst_y,
int width,
int height)
|
void |
Picture.scale(int color_scale,
int alpha_scale,
Picture src,
int src_x,
int src_y,
int dst_x,
int dst_y,
int width,
int height)
|
void |
Picture.Attributes.set_alpha_map(Picture p)
|
Uses of Picture in gnu.x11.test |
---|
Fields in gnu.x11.test declared as Picture | |
---|---|
Picture |
Blend.alpha_picture
|
Picture |
Blend.color_picture
|
Picture |
Blend.window_picture
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |