HomeSort by relevance Sort by last modified time
    Searched full:selectionrectfortext (Results 1 - 13 of 13) sorted by null

  /external/webkit/Source/WebKit/chromium/src/
WebFontImpl.cpp 118 WebFloatRect WebFontImpl::selectionRectForText(const WebTextRun& run, const WebFloatPoint& leftBaseline, int height, int from, int to) const
120 return m_font.selectionRectForText(run, leftBaseline, height, from, to);
WebFontImpl.h 57 virtual WebFloatRect selectionRectForText(const WebTextRun&, const WebFloatPoint& leftBaseline,
  /external/webkit/Source/WebKit/chromium/public/
WebFont.h 94 virtual WebFloatRect selectionRectForText(const WebTextRun&, const WebFloatPoint& leftBaseline,
  /external/webkit/Source/WebCore/rendering/
EllipsisBox.cpp 77 return enclosingIntRect(f.selectionRectForText(TextRun(m_str.characters(), m_str.length(), false, 0, 0, TextRun::AllowTrailingExpansion, false, style->visuallyOrdered()),
InlineTextBox.cpp 195 IntRect r = enclosingIntRect(f.selectionRectForText(TextRun(characters, len, textObj->allowTabs(), textPos(), m_expansion, expansionBehavior(), !isLeftToRightDirection(), m_dirOverride),
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
Font.h 104 FloatRect selectionRectForText(const TextRun&, const FloatPoint&, int h, int from = 0, int to = -1) const;
Font.cpp 204 FloatRect Font::selectionRectForText(const TextRun& run, const FloatPoint& point, int h, int from, int to) const
GraphicsContext.cpp 440 fillRect(font.selectionRectForText(run, point, h, from, to), backgroundColor, colorSpace);
  /external/webkit/Source/WebCore/inspector/
DOMNodeHighlighter.cpp 175 IntRect titleRect = enclosingIntRect(font.selectionRectForText(nodeTitleRun, titleBasePoint, fontHeightPx));
  /external/webkit/Source/WebCore/rendering/svg/
SVGInlineTextBox.cpp 107 FloatRect selectionRect = scaledFont.selectionRectForText(constructTextRun(style, fragment), textOrigin, fragment.height * scalingFactor, startPosition, endPosition);
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp     [all...]
  /external/webkit/Source/WebCore/
ChangeLog-2006-05-10 85 (WebCore::Font::selectionRectForText): Use UChar.
417 (WebCore::Font::selectionRectForText):
    [all...]
ChangeLog     [all...]

Completed in 1044 milliseconds