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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListItem.cpp 413 LayoutRect markerRect(markerLogicalLeft + lineOffset, blockOffset, m_marker->width(), m_marker->height());
415 markerRect = markerRect.transposedRect();
423 toRenderBlock(o)->addContentsVisualOverflow(markerRect);
425 toRenderBlock(o)->addLayoutOverflow(markerRect);
433 markerRect.moveBy(-o->location());
InlineTextBox.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGShape.h 106 FloatRect markerRect(float strokeWidth) const;
RenderSVGShape.cpp 354 FloatRect RenderSVGShape::markerRect(float strokeWidth) const
402 strokeBoundingBox.unite(markerRect(strokeWidth()));
SVGInlineTextBox.cpp 723 FloatRect markerRect;
763 markerRect.unite(fragmentRect);
767 toRenderedDocumentMarker(marker)->setRenderedRect(textRenderer.localToAbsoluteQuad(markerRect).enclosingBoundingBox());

Completed in 147 milliseconds