Home
last modified time | relevance | path

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

/dports/games/brogue/BrogueCE-1.10.1/src/brogue/
H A DLight.c57 short fadeToPercent, radiusRounded; in paintLight() local
65 radiusRounded = fp_round(radius); in paintLight()
79 for (i = max(0, x - radiusRounded); i < DCOLS && i < x + radiusRounded; i++) { in paintLight()
80 for (j = max(0, y - radiusRounded); j < DROWS && j < y + radiusRounded; j++) { in paintLight()
90 for (i = max(0, x - radiusRounded); i < DCOLS && i < x + radiusRounded; i++) { in paintLight()
91 for (j = max(0, y - radiusRounded); j < DROWS && j < y + radiusRounded; j++) { in paintLight()