Searched refs:hSearchDirection (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/servers/app/stackandtile/
H A DTiling.cpp256 int8 vSearchDirection = 1, hSearchDirection = 1; local
264 hSearchDirection = 1;
272 hSearchDirection = 1;
280 hSearchDirection = -1;
288 hSearchDirection = -1;
304 h += hSearchDirection;
307 if (h == hIndex + hSearchDirection)

Completed in 43 milliseconds