Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dobstacles.cpp666 bool Obstacles::verticesCanIntersect(int lineType0, int lineType1, float x0, float y0, float x1, fl… in verticesCanIntersect() argument
667 if (lineType0 == TOP_LEFT && lineType1 == TOP_RIGHT) { in verticesCanIntersect()
670 if (lineType0 == TOP_RIGHT && lineType1 == BOTTOM_RIGHT) { in verticesCanIntersect()
673 if (lineType0 == BOTTOM_RIGHT && lineType1 == BOTTOM_LEFT) { in verticesCanIntersect()
676 if (lineType0 == BOTTOM_LEFT && lineType1 == TOP_LEFT) { in verticesCanIntersect()
679 if (lineType0 == TOP_RIGHT && lineType1 == TOP_LEFT) { in verticesCanIntersect()
682 if (lineType0 == BOTTOM_RIGHT && lineType1 == TOP_RIGHT) { in verticesCanIntersect()
685 if (lineType0 == BOTTOM_LEFT && lineType1 == BOTTOM_RIGHT) { in verticesCanIntersect()
688 if (lineType0 == TOP_LEFT && lineType1 == BOTTOM_LEFT) { in verticesCanIntersect()
H A Dobstacles.h102 …bool verticesCanIntersect(int lineType0, int lineType1, float x0, float y0, float x1, float y1) co…
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dobstacles.cpp667 bool Obstacles::verticesCanIntersect(int lineType0, int lineType1, float x0, float y0, float x1, fl… in verticesCanIntersect() argument
668 if (lineType0 == TOP_LEFT && lineType1 == TOP_RIGHT) { in verticesCanIntersect()
671 if (lineType0 == TOP_RIGHT && lineType1 == BOTTOM_RIGHT) { in verticesCanIntersect()
674 if (lineType0 == BOTTOM_RIGHT && lineType1 == BOTTOM_LEFT) { in verticesCanIntersect()
677 if (lineType0 == BOTTOM_LEFT && lineType1 == TOP_LEFT) { in verticesCanIntersect()
680 if (lineType0 == TOP_RIGHT && lineType1 == TOP_LEFT) { in verticesCanIntersect()
683 if (lineType0 == BOTTOM_RIGHT && lineType1 == TOP_RIGHT) { in verticesCanIntersect()
686 if (lineType0 == BOTTOM_LEFT && lineType1 == BOTTOM_RIGHT) { in verticesCanIntersect()
689 if (lineType0 == TOP_LEFT && lineType1 == BOTTOM_LEFT) { in verticesCanIntersect()
H A Dobstacles.h102 …bool verticesCanIntersect(int lineType0, int lineType1, float x0, float y0, float x1, float y1) co…