ScummVM API documentation
AGS3::AGS::Shared::Bitmap Member List

This is the complete list of members for AGS3::AGS::Shared::Bitmap, including all inherited members.

AAStretchBlt(Bitmap *src, const Rect &dst_rc, BitmapMaskOption mask=kBitmap_Copy) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
AAStretchBlt(Bitmap *src, const Rect &src_rc, const Rect &dst_rc, BitmapMaskOption mask=kBitmap_Copy) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
Bitmap() (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
Bitmap(int width, int height, int color_depth=0) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
Bitmap(Bitmap *src, const Rect &rc) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
Bitmap(BITMAP *al_bmp, bool shared_data) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
Blit(Bitmap *src, int dst_x=0, int dst_y=0, BitmapMaskOption mask=kBitmap_Copy) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
Blit(Bitmap *src, int src_x, int src_y, int dst_x, int dst_y, int width, int height, BitmapMaskOption mask=kBitmap_Copy) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
Clear(color_t color=0) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
ClearTransparent() (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
Create(int width, int height, int color_depth=0) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
CreateCopy(Bitmap *src, int color_depth=0) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
CreateSubBitmap(Bitmap *src, const Rect &rc) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
CreateTransparent(int width, int height, int color_depth=0) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
Destroy() (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
DrawLine(const Line &ln, color_t color) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
DrawRect(const Rect &rc, color_t color) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
DrawTriangle(const Triangle &tr, color_t color) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
Fill(color_t color) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
FillCircle(const Circle &circle, color_t color) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
FillRect(const Rect &rc, color_t color) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
FillTransparent() (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
FlipBlt(Bitmap *src, int dst_x, int dst_y, GraphicFlip flip) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
FloodFill(int x, int y, color_t color) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
GetAllegroBitmap() (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmapinline
GetBPP() const (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmapinline
GetClip() const (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
GetColorDepth() const (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmapinline
GetCompatibleColor(color_t color) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
GetData() const (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmapinline
GetDataForWriting() (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmapinline
GetDataSize() const (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmapinline
GetHeight() const (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmapinline
GetLineLength() const (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmapinline
GetMaskColor() const (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmapinline
GetPixel(int x, int y) const (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
GetScanLine(int index) const (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmapinline
GetScanLine(int index) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmapinline
GetScanLineForWriting(int index) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmapinline
GetSize() const (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmapinline
GetSubOffset() const (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmapinline
GetWidth() const (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmapinline
IsEmpty() const (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmapinline
IsLinearBitmap() const (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmapinline
IsMemoryBitmap() const (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmapinline
IsNull() const (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmapinline
IsSameBitmap(Bitmap *other) const (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmapinline
isSubBitmap() const (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmapinline
IsVideoBitmap() const (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmapinline
LitBlendBlt(Bitmap *src, int dst_x, int dst_y, int light_amount) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
LoadFromFile(const String &filename) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmapinline
LoadFromFile(const char *filename) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
LoadFromFile(PACKFILE *pf) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
MaskedBlit(Bitmap *src, int dst_x, int dst_y) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
PutPixel(int x, int y, color_t color) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
ResetClip() (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
ResizeSubBitmap(int width, int height) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
RotateBlt(Bitmap *src, int dst_x, int dst_y, fixed_t angle) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
RotateBlt(Bitmap *src, int dst_x, int dst_y, int pivot_x, int pivot_y, fixed_t angle) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
SaveToFile(const String &filename, const void *palette) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmapinline
SaveToFile(Common::WriteStream &out, const void *palette) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
SaveToFile(const char *filename, const void *palette) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
SetClip(const Rect &rc) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
SetScanLine(int index, unsigned char *data, int data_size=-1) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
StretchBlt(Bitmap *src, const Rect &dst_rc, BitmapMaskOption mask=kBitmap_Copy) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
StretchBlt(Bitmap *src, const Rect &src_rc, const Rect &dst_rc, BitmapMaskOption mask=kBitmap_Copy) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
TransBlendBlt(Bitmap *src, int dst_x, int dst_y) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
WrapAllegroBitmap(BITMAP *al_bmp, bool shared_data) (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap
~Bitmap() (defined in AGS3::AGS::Shared::Bitmap)AGS3::AGS::Shared::Bitmap