Searched refs:fStep (Results 1 – 4 of 4) sorted by relevance
42 const int fStep; member in AnimatedImageGM71 , fStep(step) in AnimatedImageGM()145 for (int i = 0; i < fStep; i++) { in onDraw()
421 float fStep = m_rtEngine.width / iLimit; in DrawContent() local424 fLeft += fStep; in DrawContent()699 float fStep = m_pEditEngine->GetLineSpace(); in UpdateScroll() local701 std::max(contents_bounds.height - m_rtEngine.height, fStep); in UpdateScroll()708 m_pVertScrollBar->SetStepSize(fStep); in UpdateScroll()1284 float fStep = pScrollBar->GetStepSize(); in OnScroll() local1295 fPos -= fStep; in OnScroll()1296 if (fPos < fs.width + fStep / 2) { in OnScroll()1302 fPos += fStep; in OnScroll()1303 if (fPos > fs.height - fStep / 2) { in OnScroll()
835 float fStep = pScrollBar->GetStepSize(); in OnScroll() local846 fPos -= fStep; in OnScroll()847 if (fPos < fs.width + fStep / 2) in OnScroll()852 fPos += fStep; in OnScroll()853 if (fPos > fs.height - fStep / 2) in OnScroll()
267 const int fStep; member in __anon251903b30211::UnicharGen269 UnicharGen(int step) : fU(0), fStep(step) {} in UnicharGen()272 fU += fStep; in next()