Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/lib/demo/demowin/
Ddemowin_scroll_bar.cpp34 float sizeY = this->count - this->max; in Update() local
36 float offY = *this->pPos / sizeY; in Update()
48 *this->pPos = offY * sizeY; in Update()
107 float sizeY = count - max; in Draw() local
109 float offY = *pPos / sizeY; in Draw()
111 subHeight = height * (1.0 - (float)sizeY / count); in Draw()