HomeSort by relevance Sort by last modified time
    Searched refs:linesBoundingBox (Results 1 - 15 of 15) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderInline.h 56 IntRect linesBoundingBox() const;
126 virtual int offsetWidth() const { return linesBoundingBox().width(); }
127 virtual int offsetHeight() const { return linesBoundingBox().height(); }
140 IntRect boundingBox = linesBoundingBox();
RenderText.h 87 virtual IntRect linesBoundingBox() const;
RenderInline.cpp     [all...]
RenderTreeAsText.cpp 254 IntRect linesBox = text.linesBoundingBox();
261 r = IntRect(0, 0, inlineFlow.linesBoundingBox().width(), inlineFlow.linesBoundingBox().height());
RenderText.cpp     [all...]
RenderBox.cpp     [all...]
RenderLayer.cpp 681 IntRect lineBox = inlineFlow->linesBoundingBox();
    [all...]
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGInlineText.h 63 virtual IntRect linesBoundingBox() const;
RenderSVGInlineText.cpp 129 IntRect RenderSVGInlineText::linesBoundingBox() const
SVGRenderTreeAsText.cpp 676 // Why not just linesBoundingBox()?
677 ts << " " << FloatRect(text.firstRunOrigin(), text.linesBoundingBox().size()) << "\n";
  /external/webkit/Source/WebKit/mac/WebView/
WebRenderNode.mm 118 IntRect box = text->linesBoundingBox();
  /external/webkit/Source/WebCore/dom/
ContainerNode.cpp 862 point.move(toRenderText(o)->linesBoundingBox().x(),
917 IntRect linesBox = text->linesBoundingBox();
    [all...]
Position.cpp 761 if ((o->isText() && toRenderText(o)->linesBoundingBox().height()) ||
    [all...]
  /external/webkit/Source/WebCore/editing/
visible_units.cpp 219 return (o->isText() && toRenderText(o)->linesBoundingBox().height())
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp     [all...]

Completed in 934 milliseconds