Home
last modified time | relevance | path

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

/haiku/src/apps/haikudepot/ui/
H A DFeaturedPackagesView.cpp578 int32 iEnd = _IndexRoundedOfY(updateRect.bottom); in Draw() local
579 for (int32 i = iStart; i <= iEnd; i++) in Draw()