119 void MHEG5bitmapPrint(
MHEG5Bitmap *bitmap,
char *out);
MHEG5Int yOffset
Definition: mh5bitmap.h:54
MHEG5Int xscale
Definition: mh5bitmap.h:49
void MHEG5bitmapDestruct(MHEG5Bitmap *bitmap)
Destruct a bitmap object.
Definition: mh5bitmap.c:238
Definition: mh5bitmap.h:42
Definition: mh5visible.h:46
MHEG5Int xOffset
Definition: mh5bitmap.h:53
MHEG5Int yscale
Definition: mh5bitmap.h:50
void MHEG5bitmapInit(MHEG5Bitmap *bitmap)
<Function description>="">
Definition: mh5bitmap.c:94
long MHEG5Int
Definition: mh5base.h:69
MHEG5ErrorCode MHEG5setBitmapDecodeOffset(MHEG5Root *target, MHEG5GList *params)
Implementation of the SetBitmapDecodeOffset (NewXOffset, NewYOffset) action of the bitmap class...
Definition: mh5bitmap.c:364
Definition: mh5base.h:165
short MHEG5Bool
Definition: mh5base.h:67
MHEG5ErrorCode
Definition: mh5base.h:218
MHEG5Bool tiling
Definition: mh5bitmap.h:59
Implement the MHEG5 Visible Class Defines the behaviour of Presentables that have a visual representa...
MHEG5Int originalTransparency
Definition: mh5bitmap.h:60
void MHEG5bitmapFree(MHEG5Bitmap *bitmap)
Free off all memory associated with the specified object, including any exchanged attributes and inte...
Definition: mh5bitmap.c:108
MHEG5Bool scaleSet
Definition: mh5bitmap.h:48
void MHEG5bitmapActivate(MHEG5Bitmap *bitmap)
Apply the activation behaviour of the bitmap class. As this class has no own activation behaviour thi...
Definition: mh5bitmap.c:163
MHEG5ErrorCode MHEG5scaleBitmap(MHEG5Root *target, MHEG5GList *params)
The effect of this action is to scale the contents of the Bitmap to the size (XScale, YScale). Implementation of the ScaleBitmap (XScale, YScale) action of the bitmap class.
Definition: mh5bitmap.c:264
MHEG5Int transparency
Definition: mh5bitmap.h:57
MHEG5ErrorCode MHEG5getBitmapDecodeOffset(MHEG5Root *target, MHEG5GList *params)
Implementation of the GetBitmapDecodeOffset (XOffset, YOffset) action of the bitmap class GetBitmapDe...
Definition: mh5bitmap.c:420
void MHEG5bitmapPrepare(MHEG5Bitmap *bitmap)
Apply the preparation behaviour of the bitmap class. As this class has no own preparation behaviour t...
Definition: mh5bitmap.c:145
MHEG5Visible visible
Definition: mh5bitmap.h:45
MHEG5ErrorCode MHEG5setTransparency(MHEG5Root *target, MHEG5GList *params)
Change the value of the Transparency attribute. Implementation of the SetTransparency (NewTransparenc...
Definition: mh5bitmap.c:315
MHEG5Bitmap * MHEG5bitmapClone(MHEG5Bitmap *source)
Copy a bitmap object with original values.
Definition: mh5bitmap.c:120
void MHEG5bitmapDeactivate(MHEG5Bitmap *bitmap)
Apply the deactivation behaviour of the bitmap class. As this class has no own deactivation behaviour...
Definition: mh5bitmap.c:209