Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfp_AnnotationRun.cpp99 UT_uint32 iSel1 = UT_MIN(iSelAnchor, iPoint); in _draw() local
102 UT_ASSERT(iSel1 <= iSel2); in _draw()
107 (iSel1 <= iRunBase) in _draw()
H A Dfp_RDFAnchorRun.cpp118 UT_uint32 iSel1 = UT_MIN(iSelAnchor, iPoint); in _draw() local
121 UT_ASSERT(iSel1 <= iSel2); in _draw()
126 (iSel1 <= iRunBase) in _draw()
H A Dfp_DirectionMarkerRun.cpp237 UT_uint32 iSel1 = UT_MIN(iSelAnchor, iPoint); in _draw() local
240 UT_ASSERT_HARMLESS(iSel1 <= iSel2); in _draw()
243 if (/* pView->getFocus()!=AV_FOCUS_NONE && */ (iSel1 <= iRunBase) && (iSel2 > iRunBase)) in _draw()
H A Dfp_TextRun.cpp1637 iSel1 = iRunBase; in _draw()
1642 iSel1 = iRunBase-1; in _draw()
1643 iSel2 = iSel1; in _draw()
1648 iSel1 = iRunBase-1; in _draw()
1649 iSel2 = iSel1; in _draw()
1652 UT_ASSERT(iSel1 <= iSel2); in _draw()
1671 if (iSel1 <= iRunBase) in _draw()
1705 iSegmentOffset[1] = iSel1 - iRunBase; in _draw()
1713 _fillRect(clrSelBackground, pDA->xoff, yTopOfSel, iSel1 - iBase, iSel2 - iSel1, rSegment,pG); in _draw()
1719 iSegmentOffset[1] = iSel1 - iRunBase; in _draw()
[all …]
H A Dfp_EmbedRun.cpp428 UT_uint32 iSel1 = UT_MIN(iSelAnchor, iPoint); in _draw() local
431 UT_ASSERT(iSel1 <= iSel2); in _draw()
440 (isInSelectedTOC() || (iSel1 <= iRunBase && iSel2 > iRunBase)) in _draw()
H A Dfp_MathRun.cpp407 UT_uint32 iSel1 = UT_MIN(iSelAnchor, iPoint); in _draw() local
410 UT_ASSERT(iSel1 <= iSel2); in _draw()
421 (isInSelectedTOC() || ((iSel1 <= iRunBase) && (iSel2 > iRunBase))) in _draw()
H A Dfp_Run.cpp2363 UT_uint32 iSel1 = UT_MIN(iSelAnchor, iPoint); in _draw() local
2366 UT_ASSERT(iSel1 <= iSel2); in _draw()
2629 UT_uint32 iSel1 = UT_MIN(iSelAnchor, iPoint); in _draw() local
2632 UT_ASSERT(iSel1 <= iSel2); in _draw()
2636 ((iSel1 <= iRunBase) && (iSel2 > iRunBase))) in _draw()
3416 UT_uint32 iSel1 = UT_MIN(iSelAnchor, iPoint); in _draw() local
3419 UT_ASSERT(iSel1 <= iSel2); in _draw()
3893 UT_ASSERT(iSel1 <= iSel2); in _draw()
3897 (iSel1 <= iRunBase) in _draw()
4477 UT_ASSERT(iSel1 <= iSel2); in _defaultDraw()
[all …]
H A Dfv_View.cpp10533 UT_uint32 iSel1 = UT_MIN(iSelAnchor, iPoint); in _getMouseContext() local
10536 UT_ASSERT(iSel1 <= iSel2); in _getMouseContext()
10540 (iSel1 <= iRunBase) in _getMouseContext()
10597 UT_uint32 iSel1 = UT_MIN(iSelAnchor, iPoint); in _getMouseContext() local
10600 UT_ASSERT(iSel1 <= iSel2); in _getMouseContext()
10604 (iSel1 <= iRunBase) in _getMouseContext()
11057 UT_uint32 iSel1 = UT_MIN(iSelAnchor, iPoint); in getInsertionPointContext() local
11060 UT_ASSERT(iSel1 <= iSel2); in getInsertionPointContext()
11064 (iSel1 <= iRunBase) in getInsertionPointContext()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/agi/
H A Dpreagi_mickey.cpp233 int iSel0, iSel1; in checkMenu() local
252 getMenuSel(buffer, &iSel0, &iSel1); in checkMenu()
255 return parse(menu.cmd[iSel0].data[iSel1], menu.arg[iSel0].data[iSel1]); in checkMenu()
/dports/games/scummvm/scummvm-2.5.1/engines/agi/
H A Dpreagi_mickey.cpp233 int iSel0, iSel1; in checkMenu() local
252 getMenuSel(buffer, &iSel0, &iSel1); in checkMenu()
255 return parse(menu.cmd[iSel0].data[iSel1], menu.arg[iSel0].data[iSel1]); in checkMenu()