Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DCUIDrawUtil.h78 bool InIsoscelesTriangle(const GG::Pt& pt, const GG::Pt& ul, const GG::Pt& lr,
H A DCUIDrawUtil.cpp327 bool InIsoscelesTriangle(const GG::Pt& pt, const GG::Pt& ul, const GG::Pt& lr, in InIsoscelesTriangle() function
H A DCUIControls.cpp235 return InIsoscelesTriangle(pt, ul, lr, m_orientation); in InWindow()