Home
last modified time | relevance | path

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

/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dwindow_skillstatus.cpp50 int hpdigits = (actor.MaxHpValue() >= 1000) ? 4 : 3; in Refresh() local
52 x += (96 - hpdigits * 6 - spdigits * 6); in Refresh()
53 DrawActorHp(actor, x, y, hpdigits); in Refresh()
54 x += (66 + hpdigits * 6 - spdigits * 6); in Refresh()
H A Dwindow_battlestatus.cpp93 int hpdigits = (actor->MaxHpValue() >= 1000) ? 4 : 3; in Refresh() local
95 DrawActorState(*actor, (hpdigits < 4 && spdigits < 4) ? 86 : 80, y); in Refresh()
96 DrawActorHp(*actor, 178 - hpdigits * 6 - spdigits * 6, y, hpdigits, true); in Refresh()
179 int hpdigits = (actor->MaxHpValue() >= 1000) ? 4 : 3; in RefreshGauge() local
181 DrawActorHp(*actor, 178 - hpdigits * 6 - spdigits * 6, y, hpdigits, true); in RefreshGauge()