Home
last modified time | relevance | path

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

/dports/graphics/libGLU/glu-9.0.2/src/libnurbs/internals/
H A Darc.cc117 REAL leftpt, botpt, rightpt, toppt; in getextrema() local
122 botpt = toppt = this->tail()[1]; in getextrema()
135 if ( jarc->tail()[1] < botpt || in getextrema()
136 (jarc->tail()[1] <= botpt && jarc->rhead()[1] <= botpt )) { in getextrema()
137 botpt = jarc->pwlArc->pts->param[1]; in getextrema()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dv_draw.cpp1144 int toppt, botpt, pt1, pt2; in FillSimplePoly() local
1158 …for (botpt = toppt = 0, boty = topy = points[0].Y, leftx = rightx = points[0].X, i = 1; i <= npoin… in FillSimplePoly()
1168 botpt = i; in FillSimplePoly()
1231 } while (pt1 != botpt); in FillSimplePoly()
1287 } while (pt1 != botpt); in FillSimplePoly()
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dv_draw.cpp1160 int toppt, botpt, pt1, pt2; in FillSimplePoly() local
1174 …for (botpt = toppt = 0, boty = topy = points[0].Y, leftx = rightx = points[0].X, i = 1; i <= npoin… in FillSimplePoly()
1184 botpt = i; in FillSimplePoly()
1250 } while (pt1 != botpt); in FillSimplePoly()
1308 } while (pt1 != botpt); in FillSimplePoly()