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

  /external/chromium_org/third_party/WebKit/Source/web/
WebFontImpl.cpp 121 WebFloatRect WebFontImpl::selectionRectForText(const WebTextRun& run, const WebFloatPoint& leftBaseline, int height, int from, int to) const
124 return m_font.selectionRectForText(run, leftBaseline, height, from, to);
WebFontImpl.h 57 virtual WebFloatRect selectionRectForText(const WebTextRun&, const WebFloatPoint& leftBaseline,
  /external/chromium_org/third_party/WebKit/public/web/
WebFont.h 94 virtual WebFloatRect selectionRectForText(const WebTextRun&, const WebFloatPoint& leftBaseline,
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
EllipsisBox.cpp 106 return enclosingIntRect(font.selectionRectForText(constructTextRun(&renderer(), font, m_str, style, TextRun::AllowTrailingExpansion), IntPoint(logicalLeft(), logicalTop() + root().selectionTopAdjustedForPrecedingBlock()), root().selectionHeightAdjustedForPrecedingBlock()));
InlineTextBox.cpp 228 r = enclosingIntRect(font.selectionRectForText(textRun, startingPoint, selHeight, sPos, ePos));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
Font.h 110 FloatRect selectionRectForText(const TextRun&, const FloatPoint&, int h, int from = 0, int to = -1, bool accountForGlyphBounds = false) const;
Font.cpp 242 FloatRect Font::selectionRectForText(const TextRun& run, const FloatPoint& point, int h, int from, int to, bool accountForGlyphBounds) const
    [all...]
  /external/chromium_org/content/child/
browser_font_resource_trusted.cc 376 WebFloatRect rect = font_->selectionRectForText(
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineTextBox.cpp 136 FloatRect selectionRect = scaledFont.selectionRectForText(constructTextRun(style, fragment), textOrigin, fragment.height * scalingFactor, startPosition, endPosition);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.cpp     [all...]

Completed in 902 milliseconds