Home | History | Annotate | Download | only in rendering

Lines Matching refs:endPos

111 bool InlineTextBox::isSelected(int startPos, int endPos) const
114 int ePos = min(endPos - m_start, (int)m_len);
122 int startPos, endPos;
123 renderer()->selectionStartEnd(startPos, endPos);
128 bool end = (state != RenderObject::SelectionStart && endPos > m_start && endPos <= lastSelectable);
136 (state == RenderObject::SelectionStart || endPos > lastSelectable))
173 IntRect InlineTextBox::selectionRect(int tx, int ty, int startPos, int endPos)
176 int ePos = min(endPos - m_start, (int)m_len);
775 int startPos, endPos;
778 endPos = textRenderer()->textLength();
780 textRenderer()->selectionStartEnd(startPos, endPos);
782 endPos = textRenderer()->textLength();
788 ePos = min(endPos - m_start, (int)m_len);
833 void InlineTextBox::paintCompositionBackground(GraphicsContext* context, const FloatPoint& boxOrigin, RenderStyle* style, const Font& font, int startPos, int endPos)
837 int ePos = min(endPos - offset, (int)m_len);