touchgfx::Bitmap::cacheIsCached() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::Bitmap::cacheIsCached()

touchgfx::Bitmap::cacheIsCached() method

@fn static bool Bitmap::cacheIsCached(BitmapId id); Check if the Bitmap is cached. Check if the Bitmap is cached.

Syntax

static bool cacheIsCached(BitmapId id);

Arguments

id

The id of the bitmap.

Return value

true if bitmap is cached.

References

LocationText
Bitmap.hpp:358
static bool cacheIsCached(BitmapId id);