Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfl_BlockLayout.cpp4491 const UT_uint32 iRelOffset = iPos - dPos; in findPointCoords() local
4510 while (pRun->getNextRun() && pRun->getBlockOffset() < iRelOffset) in findPointCoords()
4543 pPrevRun->getBlockOffset() + pPrevRun->getLength() > iRelOffset) in findPointCoords()
4596 if (bEOL && pRun->getBlockOffset() < iRelOffset && in findPointCoords()
4597 pRun->getBlockOffset() + pRun->getLength() >= iRelOffset) in findPointCoords()
4651 pPrevRun->findPointCoords(iRelOffset, x, y, x2, y2, height, bDirection); in findPointCoords()
4662 pRun->findPointCoords(iRelOffset, x, y, x2, y2, height, bDirection); in findPointCoords()
4690 pRun->findPointCoords(iRelOffset, x, y, x2, y2, height, bDirection); in findPointCoords()
4726 pRun->findPointCoords(iRelOffset, x, y, x2, y2, height, bDirection); in findPointCoords()
4742 pRun->findPointCoords(iRelOffset, x, y, x2, y2, height, bDirection); in findPointCoords()
[all …]