Searched refs:m_LineInfo (Results 1 – 2 of 2) sorted by relevance
31 return CPVT_WordPlace(LinePlace.nSecIndex, LinePlace.nLineIndex, m_LineInfo.nEndWordIndex); in GetEndWordPlace()35 if (place.nWordIndex > m_LineInfo.nEndWordIndex) { in GetPrevWordPlace()36 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex, m_LineInfo.nEndWordIndex); in GetPrevWordPlace()42 if (place.nWordIndex < m_LineInfo.nBeginWordIndex) { in GetNextWordPlace()43 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex, m_LineInfo.nBeginWordIndex); in GetNextWordPlace()131 if (place.nWordIndex == pLine->m_LineInfo.nBeginWordIndex) { in GetPrevWordPlace()133 } else if (place.nWordIndex < pLine->m_LineInfo.nBeginWordIndex) { in GetPrevWordPlace()152 if (place.nWordIndex >= pLine->m_LineInfo.nEndWordIndex) { in GetNextWordPlace()169 if (place.nWordIndex < pLine->m_LineInfo.nBeginWordIndex) { in UpdateWordPlace()172 } else if (place.nWordIndex > pLine->m_LineInfo.nEndWordIndex) { in UpdateWordPlace()[all …]
228 CPVT_LineInfo m_LineInfo; variable262 pLine->m_LineInfo = lineinfo; in Add()265 pLine->m_LineInfo = lineinfo; in Add()