Searched refs:ePos (Results 1 – 3 of 3) sorted by relevance
115 int ePos = min(endPos - m_start, (int)m_len); in isSelected() local116 return (sPos < ePos); in isSelected()177 int ePos = min(endPos - m_start, (int)m_len); in selectionRect() local179 if (sPos > ePos) in selectionRect()191 if (ePos == len && hasHyphen()) { in selectionRect()193 ePos = len; in selectionRect()197 IntPoint(), selHeight, sPos, ePos)); in selectionRect()656 int ePos = 0; in paint() local658 selectionStartEnd(sPos, ePos); in paint()662 ePos = min<int>(ePos, m_truncation); in paint()[all …]
102 void selectionStartEnd(int& sPos, int& ePos);
14656 Add a condition for when ePos <= sPos