HomeSort by relevance Sort by last modified time
    Searched defs:ePos (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/rendering/
InlineTextBox.cpp 59 int ePos = min(endPos - m_start, (int)m_len);
60 return (sPos < ePos);
109 int ePos = min(endPos - m_start, (int)m_len);
111 if (sPos > ePos)
120 IntPoint(tx + m_x, ty + selTop), selHeight, sPos, ePos));
478 int ePos = 0;
480 selectionStartEnd(sPos, ePos);
485 ePos = min<int>(ePos, m_truncation);
496 if (!paintSelectedTextSeparately || ePos <= sPos)
    [all...]
RenderText.cpp     [all...]

Completed in 32 milliseconds