Home
last modified time | relevance | path

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

/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/BBGE/
H A DTexture.cpp226 int smallesty = -1, largesty = -1; in getPixelHeight() local
234 if (smallesty == -1 || y < smallesty) in getPixelHeight()
235 smallesty = y; in getPixelHeight()
242 return largesty - smallesty; in getPixelHeight()
/dports/games/mari0/
H A Dlaser.lua193 local smallesty = 16
197 if objects[rectcol[j]][rectcol[j+1]].y < smallesty then
198 smallesty = objects[rectcol[j]][rectcol[j+1]].y