Home
last modified time | relevance | path

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

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/hud/
H A Dautomapstyle.cpp106 info->scaleWithView = scaleGlowWithView; in DENG2_PIMPL_NOREF()
182 d->mapObjectInfo[MOL_LINEDEF_UNSEEN].scaleWithView = false; in applyDefaults()
191 d->mapObjectInfo[MOL_LINEDEF].scaleWithView = false; in applyDefaults()
200 d->mapObjectInfo[MOL_LINEDEF_TWOSIDED].scaleWithView = false; in applyDefaults()
209 d->mapObjectInfo[MOL_LINEDEF_FLOOR].scaleWithView = false; in applyDefaults()
218 d->mapObjectInfo[MOL_LINEDEF_CEILING].scaleWithView = false; in applyDefaults()
392 info->scaleWithView = canScale; in setObjectGlow()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/include/hud/
H A Dautomapstyle.h169 dd_bool scaleWithView; member
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/hud/widgets/
H A Dautomapwidget.cpp676 info->glowSize, rs.glowOnly, info->scaleWithView, in DENG2_PIMPL()