Lines Matching refs:fStep
56 float fStep) { in AddSquigglyPath() argument
59 for (float fx = fStartX + fStep; fx < fEndX; fx += fStep, ++i) in AddSquigglyPath()
60 pPathData->LineTo(CFX_PointF(fx, fY + (i & 1) * fStep)); in AddSquigglyPath()
171 float fStep = m_EdtEngine.GetFontSize() / 16.0f; in AddSpellCheckObj() local
181 AddSquigglyPath(&PathData, fStartX, fEndX, fY, fStep); in AddSpellCheckObj()
515 float fStep = m_rtEngine.width / iLimit; in DrawContent() local
518 fLeft += fStep; in DrawContent()
795 float fStep = m_EdtEngine.GetLineSpace(); in UpdateScroll() local
797 std::max(contents_bounds.height - m_rtEngine.height, fStep); in UpdateScroll()
804 m_pVertScrollBar->SetStepSize(fStep); in UpdateScroll()
1387 float fStep = pScrollBar->GetStepSize(); in OnScroll() local
1398 fPos -= fStep; in OnScroll()
1399 if (fPos < fs.width + fStep / 2) { in OnScroll()
1405 fPos += fStep; in OnScroll()
1406 if (fPos > fs.height - fStep / 2) { in OnScroll()