OpenCPN Partial API docs
|
Optimized wxBitmap Object. More...
Go to the source code of this file.
Classes | |
class | PixelCache |
class | ocpnMemDC |
Macros | |
#define | BPP 24 |
Typedefs | |
typedef enum RGBO | _RGBO |
Enumerations | |
enum | RGBO { RGB = 0 , BGR } |
Functions | |
wxImage | Image_Rotate (wxImage &base_image, double angle, const wxPoint ¢re_of_rotation, bool interpolating, wxPoint *offset_after_rotation) |
Optimized wxBitmap Object.
Definition in file ocpn_pixel.h.
#define BPP 24 |
Definition at line 110 of file ocpn_pixel.h.
enum RGBO |
Definition at line 131 of file ocpn_pixel.h.
wxImage Image_Rotate | ( | wxImage & | base_image, |
double | angle, | ||
const wxPoint & | centre_of_rotation, | ||
bool | interpolating, | ||
wxPoint * | offset_after_rotation | ||
) |
Definition at line 1128 of file ocpn_pixel.cpp.