Home
last modified time | relevance | path

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

/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/gis/trk/
H A DCListTrkPts.cpp97 qint32 idxBeg = 0; in setMouseFocus() local
103 idxBeg = qMax(0, idx - 2); in setMouseFocus()
104 idxEnd = idxBeg == 0 ? maxLines - 1 : qMin(total - 1, idx + 2); in setMouseFocus()
106 idxBeg = idxEnd == (total - 1) ? total - maxLines : idxBeg; in setMouseFocus()
140 for(qint32 i = idxBeg; i <= idxEnd; i++) in setMouseFocus()
/dports/graphics/libdmtx/libdmtx-0.7.5/
H A Ddmtxsymbol.c175 int idxBeg, idxEnd; in FindSymbolSize() local
183 idxBeg = 0; in FindSymbolSize()
187 idxBeg = DmtxSymbolSquareCount; in FindSymbolSize()
191 for(sizeIdx = idxBeg; sizeIdx < idxEnd; sizeIdx++) { in FindSymbolSize()