Searched refs:fEndX (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Utils.cpp | 427 FX_FLOAT fEndX, in GetSquigglyAppearanceStream() argument 437 for (i = 1, fx = fStartX + fStep; fx < fEndX; fx += fStep, i++) { in GetSquigglyAppearanceStream() 453 FX_FLOAT fEndX = 0.0f; in GetWordSpellCheckAppearanceStream() local 485 fEndX = word.ptWord.x + word.fWidth; in GetWordSpellCheckAppearanceStream() 490 fEndX = line.ptLine.x + line.fLineWidth; in GetWordSpellCheckAppearanceStream() 494 fStartX + ptOffset.x, fEndX + ptOffset.x, fY + ptOffset.y, fStep); in GetWordSpellCheckAppearanceStream() 1605 FX_FLOAT fEndX, in AddSquigglyPath() argument 1614 for (i = 1, fx = fStartX + fStep; fx < fEndX; fx += fStep, i++) { in AddSquigglyPath() 1625 FX_FLOAT fEndX = 0.0f; in AddSpellCheckObj() local 1657 fEndX = word.ptWord.x + word.fWidth; in AddSpellCheckObj() [all …]
|
/external/pdfium/xfa/src/fwl/src/basewidget/ |
D | fwl_editimp.cpp | 321 FX_FLOAT fEndX, in AddSquigglyPath() argument 327 for (i = 1, fx = fStartX + fStep; fx < fEndX; fx += fStep, i++) { in AddSquigglyPath() 337 FX_FLOAT fEndX = 0.0f; in AddSpellCheckObj() local 352 fEndX = fStartX + rectText.Width(); in AddSpellCheckObj() 353 AddSquigglyPath(PathData, fStartX, fEndX, fY, fStep); in AddSpellCheckObj()
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_textlayout.cpp | 1958 FX_FLOAT fOrgX = 0.0f, fEndX = 0.0f; in RenderPath() local 1971 fEndX = pCharPos[0].m_OriginX; in RenderPath() 1973 pt1.x = fOrgX, pt2.x = fEndX; in RenderPath()
|