touchgfx::Bitmap::bitmaps is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

touchgfx::Bitmap::bitmaps variable

Syntax

static const BitmapData* bitmaps;

References

LocationReferrerScopeText
Bitmap.hpp:516
static const BitmapData* bitmaps;
Bitmap.hpp:149touchgfx::Bitmap::getId() consttouchgfx::Bitmap
assert(bitmaps != 0 && "Bitmap database has not been initialized.");
Bitmap.hpp:238touchgfx::Bitmap::isAlphaPerPixel() consttouchgfx::Bitmap
assert(bitmaps != 0 && "Bitmap database has not been initialized.");
Bitmap.hpp:239touchgfx::Bitmap::isAlphaPerPixel() consttouchgfx::Bitmap
return ((bitmaps != 0) && (bitmapId < numberOfBitmaps)) ? (bitmaps[bitmapId].alphaData != 0) : false;

Data Use

Functions reading touchgfx::Bitmap::bitmaps
touchgfx::Bitmap::bitmaps
Type of touchgfx::Bitmap::bitmaps
touchgfx::Bitmap::bitmaps
all items filtered out