Searched refs:sizeY (Results 1 – 1 of 1) sorted by relevance
34 float sizeY = this->count - this->max; in Update() local36 float offY = *this->pPos / sizeY; in Update()48 *this->pPos = offY * sizeY; in Update()107 float sizeY = count - max; in Draw() local109 float offY = *pPos / sizeY; in Draw()111 subHeight = height * (1.0 - (float)sizeY / count); in Draw()