BumpMapImage::currentTime is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

BumpMapImage::currentTime field

Syntax

int currentTime;

References

LocationReferrerScopeText
BumpMapImage.hpp:78
int currentTime;
BumpMapImage.cpp:30BumpMapImage::BumpMapImage()BumpMapImage
currentTime(0),
BumpMapImage.cpp:51BumpMapImage::handleTickEvent()BumpMapImage
currentTime += 2;
BumpMapImage.cpp:52BumpMapImage::handleTickEvent()BumpMapImage
tempPositionX = (int)(128.0f * cos((double)currentTime / 64)) - 20 + 160;
BumpMapImage.cpp:53BumpMapImage::handleTickEvent()BumpMapImage
tempPositionY = (int)(128.0f * sin((double) - currentTime / 45)) + 20 + 110;

Data Use

Functions writing BumpMapImage::currentTime
Functions reading BumpMapImage::currentTime
all items filtered out
BumpMapImage::currentTime
all items filtered out