TouchGFX + 0/2 examples
CodeScope will show references to touchgfx::ZoomAnimationImage::setBitmaps() from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::ZoomAnimationImage::setBitmaps()

touchgfx::ZoomAnimationImage::setBitmaps() method

@fn void ZoomAnimationImage::setBitmaps(const Bitmap& smallBitmap, const Bitmap& largeBitmap); Initializes the bitmap of the image to be used. Initializes the bitmap of the image to be used. The bitmaps should represent the same image in the two needed static resolutions. Note that it is possible to scale the image beyond the sizes of these bitmaps.

Syntax

void setBitmaps(const Bitmap& smallBitmap,     const Bitmap& largeBitmap);

Arguments

smallBitmap

The image in the smallest resolution.

largeBitmap

The image in the largest resolution.

Examples

touchgfx::ZoomAnimationImage::setBitmaps() is referenced by 2 libraries and example projects.

References

LocationText
ZoomAnimationImage.hpp:187
void setBitmaps(const Bitmap& smallBitmap, const Bitmap& largeBitmap);