Searched refs:selectionRectForText (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebFontImpl.cpp | 123 WebFloatRect WebFontImpl::selectionRectForText(const WebTextRun& run, const WebFloatPoint& leftBase… in selectionRectForText() function in blink::WebFontImpl 126 return m_font.selectionRectForText(run, leftBaseline, height, from, to); in selectionRectForText()
|
D | WebFontImpl.h | 57 virtual WebFloatRect selectionRectForText(const WebTextRun&, const WebFloatPoint& leftBaseline,
|
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebFont.h | 94 virtual WebFloatRect selectionRectForText(const WebTextRun&, const WebFloatPoint& leftBaseline,
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
D | Font.h | 102 …FloatRect selectionRectForText(const TextRun&, const FloatPoint&, int h, int from = 0, int to = -1…
|
D | Font.cpp | 209 FloatRect Font::selectionRectForText(const TextRun& run, const FloatPoint& point, int h, int from, … in selectionRectForText() function in WebCore::Font
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | EllipsisBox.cpp | 132 …return enclosingIntRect(font.selectionRectForText(RenderBlockFlow::constructTextRun(&renderer(), f… in selectionRect()
|
D | InlineTextBox.cpp | 220 … r = enclosingIntRect(font.selectionRectForText(textRun, startingPoint, selHeight, sPos, ePos)); in localSelectionRect() 1250 …IntRect markerRect = enclosingIntRect(font.selectionRectForText(run, startPoint, selHeight, startP… in paintDocumentMarker() 1295 …IntRect markerRect = enclosingIntRect(font.selectionRectForText(run, IntPoint(x(), selectionTop())… in paintTextMatchMarker() 1472 …return font.selectionRectForText(constructTextRun(styleToUse, font), IntPoint(logicalLeft(), 0), 0… in positionForOffset()
|
/external/chromium_org/content/child/ |
D | browser_font_resource_trusted.cc | 377 WebFloatRect rect = font_->selectionRectForText( in PixelOffsetForCharacter()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGInlineTextBox.cpp | 139 …FloatRect selectionRect = scaledFont.selectionRectForText(constructTextRun(style, fragment), textO… in selectionRectForTextFragment()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | GraphicsContext.cpp | 984 fillRect(font.selectionRectForText(run, point, h, from, to), backgroundColor); in drawHighlightForText()
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | CanvasRenderingContext2D.cpp | 2078 …FloatRect textBounds = font.selectionRectForText(textRun, FloatPoint(), font.fontDescription().com… in measureText()
|
/external/chromium_org/tools/valgrind/drmemory/ |
D | suppressions_full.txt | 1203 *!WebCore::Font::selectionRectForText
|