Home
last modified time | relevance | path

Searched refs:cIcon (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-3.1.4/build/demos/carddemo/src/
Dcardutil.c350 int cIcon; in DoList() local
459 for (cIcon = 0; cIcon < CARD_ICON_MAX; ++cIcon, ++j) in DoList()
461 speed = CARDGetIconSpeed(&ent->stat, cIcon); in DoList()
468 if (CARDGetIconFormat(&ent->stat, cIcon) != CARD_STAT_ICON_NONE) in DoList()
470 ent->iIcon[j] = cIcon; in DoList()
476 for (i = cIcon; i < CARD_ICON_MAX; ++i) in DoList()
486 if (CARDGetIconAnim(&ent->stat) == CARD_STAT_ANIM_BOUNCE && 2 < cIcon) in DoList()
488 for (i = cIcon - 2; 0 < i; --i, ++j) in DoList()
681 int cIcon; in DoSave() local
691 for (cIcon = 0, i = 0; cIcon < CARD_ICON_MAX; ++cIcon, ++j) in DoSave()
[all …]