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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ClipPathOperation.h 104 const Path& path(const FloatRect& boundingRect)
109 m_shape->path(*m_path, boundingRect);
RenderBoxModelObject.cpp     [all...]
RenderImage.cpp 455 IntRect repaintRect = enclosingIntRect(path.boundingRect());
  /external/chromium_org/third_party/WebKit/Source/web/
LinkHighlight.cpp 222 FloatRect boundingRect = newPath.boundingRect();
223 newPath.translate(-toFloatSize(boundingRect.location()));
228 m_contentLayer->layer()->setBounds(enclosingIntRect(boundingRect).size());
231 m_contentLayer->layer()->setPosition(boundingRect.location());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRootInlineBox.cpp 173 LayoutRect boundingRect = enclosingLayoutRect(childRect);
174 parentBlock->setLocation(boundingRect.location());
175 parentBlock->setSize(boundingRect.size());
190 setLineTopBottomPositions(0, boundingRect.height(), 0, boundingRect.height());
RenderSVGShape.cpp 387 return path().boundingRect();
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Path.h 80 FloatRect boundingRect() const;
Path.cpp 85 FloatRect Path::boundingRect() const
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Range.h 129 FloatRect boundingRect() const;
Range.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAreaElement.cpp 121 return enclosingLayoutRect(computePath(obj).boundingRect());
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]
View.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasPathMethods.cpp 51 FloatRect boundRect = m_path.boundingRect();
CanvasRenderingContext2D.cpp 917 if (computeDirtyRect(m_path.boundingRect(), clipBounds, &dirtyRect)) {
941 FloatRect bounds = m_path.boundingRect();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathElement.cpp 397 return renderer->path().boundingRect();
  /external/chromium-trace/
script.js     [all...]

Completed in 650 milliseconds