Searched refs:m_LineInfo (Results 1 – 2 of 2) sorted by relevance
31 m_LineInfo.nEndWordIndex); in GetEndWordPlace()34 if (place.nWordIndex > m_LineInfo.nEndWordIndex) { in GetPrevWordPlace()36 m_LineInfo.nEndWordIndex); in GetPrevWordPlace()42 if (place.nWordIndex < m_LineInfo.nBeginWordIndex) { in GetNextWordPlace()44 m_LineInfo.nBeginWordIndex); in GetNextWordPlace()117 if (place.nWordIndex == pLine->m_LineInfo.nBeginWordIndex) { in GetPrevWordPlace()120 if (place.nWordIndex < pLine->m_LineInfo.nBeginWordIndex) { in GetPrevWordPlace()138 if (place.nWordIndex >= pLine->m_LineInfo.nEndWordIndex) { in GetNextWordPlace()154 if (place.nWordIndex < pLine->m_LineInfo.nBeginWordIndex) { in UpdateWordPlace()157 } else if (place.nWordIndex > pLine->m_LineInfo.nEndWordIndex) { in UpdateWordPlace()[all …]
201 CPVT_LineInfo m_LineInfo; variable220 pLine->m_LineInfo = lineinfo; in Add()223 pLine->m_LineInfo = lineinfo; in Add()