Home
last modified time | relevance | path

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

/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/map/
H A Dmap_zones.cpp97 if(_ShouldDraw(*it)) { in Draw()
132 if(!_ShouldDraw(section)) in DrawInteractionIcon()
152 bool MapZone::_ShouldDraw(const Rectangle2D& section) in _ShouldDraw() function in vt_map::private_map::MapZone
447 if(_ShouldDraw(*it)) { in Draw()
H A Dmap_zones.h115 bool _ShouldDraw(const vt_common::Rectangle2D& section);