ArduinoLibs
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Bitmap Member List

This is the complete list of members for Bitmap, including all inherited members.

Bitmap(int width, int height)Bitmap
bitsPerPixel() const Bitmapinline
BlackBitmapstatic
charWidth(char ch) const Bitmap
clear(Color color=Black)Bitmap
Color typedefBitmap
copy(int x, int y, int width, int height, Bitmap *dest, int destX, int destY)Bitmap
data()Bitmapinline
data() const Bitmapinline
DMD (defined in Bitmap)Bitmapfriend
drawBitmap(int x, int y, const Bitmap &bitmap, Color color=White)Bitmap
drawBitmap(int x, int y, Bitmap::ProgMem bitmap, Color color=White)Bitmap
drawChar(int x, int y, char ch)Bitmap
drawCircle(int centerX, int centerY, int radius, Color borderColor=White, Color fillColor=NoFill)Bitmap
drawFilledCircle(int centerX, int centerY, int radius, Color color=White)Bitmapinline
drawFilledRect(int x1, int y1, int x2, int y2, Color color=White)Bitmapinline
drawInvertedBitmap(int x, int y, const Bitmap &bitmap)Bitmapinline
drawInvertedBitmap(int x, int y, Bitmap::ProgMem bitmap)Bitmapinline
drawLine(int x1, int y1, int x2, int y2, Color color=White)Bitmap
drawRect(int x1, int y1, int x2, int y2, Color borderColor=White, Color fillColor=NoFill)Bitmap
drawText(int x, int y, const char *str, int len=-1)Bitmap
drawText(int x, int y, const String &str, int start=0, int len=-1)Bitmap
fill(int x, int y, int width, int height, Color color)Bitmap
fill(int x, int y, int width, int height, Bitmap::ProgMem pattern, Color color=White)Bitmap
font() const Bitmapinline
Font typedefBitmap
height() const Bitmapinline
invert(int x, int y, int width, int height)Bitmap
isValid() const Bitmapinline
NoFillBitmapstatic
pixel(int x, int y) const Bitmap
ProgMem typedefBitmap
scroll(int dx, int dy, Color fillColor=Black)Bitmapinline
scroll(int x, int y, int width, int height, int dx, int dy, Color fillColor=Black)Bitmap
setFont(Font font)Bitmapinline
setPixel(int x, int y, Color color)Bitmap
setTextColor(Color color)Bitmapinline
stride() const Bitmapinline
textColor() const Bitmapinline
textHeight() const Bitmap
textWidth(const char *str, int len=-1) const Bitmap
textWidth(const String &str, int start=0, int len=-1) const Bitmap
WhiteBitmapstatic
width() const Bitmapinline
~Bitmap()Bitmap