Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_editimp.cpp323 FX_FLOAT fStep) { in AddSquigglyPath() argument
327 for (i = 1, fx = fStartX + fStep; fx < fEndX; fx += fStep, i++) { in AddSquigglyPath()
328 PathData.LineTo(fx, fY + (i & 1) * fStep); in AddSquigglyPath()
339 FX_FLOAT fStep = 0.0f; in AddSpellCheckObj() local
350 fStep = txtEdtParams->fFontSize / 16.0f; in AddSpellCheckObj()
353 AddSquigglyPath(PathData, fStartX, fEndX, fY, fStep); in AddSpellCheckObj()
1109 FX_FLOAT fStep = m_rtEngine.width / iLimit; in DrawContent() local
1112 fLeft += fStep; in DrawContent()
1452 FX_FLOAT fStep = m_pEdtEngine->GetEditParams()->fLineSpace; in UpdateScroll() local
1454 if (fRange < fStep) { in UpdateScroll()
[all …]
Dfwl_listboximp.cpp1185 FX_FLOAT fStep = pScrollBar->GetStepSize(); in OnScroll() local
1196 fPos -= fStep; in OnScroll()
1197 if (fPos < fs.x + fStep / 2) { in OnScroll()
1203 fPos += fStep; in OnScroll()
1204 if (fPos > fs.y - fStep / 2) { in OnScroll()
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Utils.cpp429 FX_FLOAT fStep) { in GetSquigglyAppearanceStream() argument
437 for (i = 1, fx = fStartX + fStep; fx < fEndX; fx += fStep, i++) { in GetSquigglyAppearanceStream()
438 sRet << fx << " " << fY + (i & 1) * fStep << " l\n"; in GetSquigglyAppearanceStream()
455 FX_FLOAT fStep = 0.0f; in GetWordSpellCheckAppearanceStream() local
468 fStep = (line.fLineAscent - line.fLineDescent) / 16.0f; in GetWordSpellCheckAppearanceStream()
494 fStartX + ptOffset.x, fEndX + ptOffset.x, fY + ptOffset.y, fStep); in GetWordSpellCheckAppearanceStream()
1607 FX_FLOAT fStep) { in AddSquigglyPath() argument
1614 for (i = 1, fx = fStartX + fStep; fx < fEndX; fx += fStep, i++) { in AddSquigglyPath()
1616 PathData.SetPoint(PathData.GetPointCount() - 1, fx, fY + (i & 1) * fStep, in AddSquigglyPath()
1627 FX_FLOAT fStep = 0.0f; in AddSpellCheckObj() local
[all …]