Home
last modified time | relevance | path

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

/external/skia/gm/
Danimated_image_orientation.cpp42 const int fStep; member in AnimatedImageGM
71 , fStep(step) in AnimatedImageGM()
145 for (int i = 0; i < fStep; i++) { in onDraw()
/external/pdfium/xfa/fwl/
Dcfwl_edit.cpp421 float fStep = m_rtEngine.width / iLimit; in DrawContent() local
424 fLeft += fStep; in DrawContent()
699 float fStep = m_pEditEngine->GetLineSpace(); in UpdateScroll() local
701 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() local
1295 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()
Dcfwl_listbox.cpp835 float fStep = pScrollBar->GetStepSize(); in OnScroll() local
846 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()
/external/skia/tests/
DTestUtils.cpp267 const int fStep; member in __anon251903b30211::UnicharGen
269 UnicharGen(int step) : fU(0), fStep(step) {} in UnicharGen()
272 fU += fStep; in next()