• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/WebCore-7600.1.25/rendering/

Lines Matching defs:ePos

202     int ePos = std::min(endPos - m_start, static_cast<int>(m_len));
203 return (sPos < ePos);
262 int ePos = std::min(endPos - m_start, (int)m_len);
264 if (sPos > ePos)
275 bool respectHyphen = ePos == m_len && hasHyphen();
282 if (sPos || ePos != static_cast<int>(m_len))
283 font.adjustSelectionRectForText(textRun, selectionRect, sPos, ePos);
620 int ePos = 0;
622 selectionStartEnd(sPos, ePos);
626 ePos = std::min<int>(ePos, m_truncation);
639 TextPainter textPainter(*context, paintSelectedTextOnly, paintSelectedTextSeparately, font, sPos, ePos, length, emphasisMark, combinedText, textRun, boxRect, textOrigin, emphasisMarkOffset, textShadow, selectionShadow, isHorizontal(), textPaintStyle, selectionPaintStyle);
686 void InlineTextBox::selectionStartEnd(int& sPos, int& ePos)
701 ePos = std::min(endPos - m_start, (int)m_len);
711 int sPos, ePos;
712 selectionStartEnd(sPos, ePos);
713 if (sPos >= ePos)
739 bool respectHyphen = ePos == length && hasHyphen();
742 ePos = textRun.length();
752 font.adjustSelectionRectForText(textRun, selectionRect, sPos, ePos);
767 int ePos = std::min(endPos - offset, (int)m_len);
769 if (sPos >= ePos)
787 font.adjustSelectionRectForText(textRun, selectionRect, sPos, ePos);
1167 int ePos = std::min(marker->endOffset() - m_start, (unsigned)m_len);
1173 font.adjustSelectionRectForText(run, renderedRect, sPos, ePos);
1188 font.adjustSelectionRectForText(run, selectionRect, sPos, ePos);
1200 int ePos = std::min(marker->endOffset() - m_start, (unsigned)m_len);
1205 font.adjustSelectionRectForText(run, selectionRect, sPos, ePos);