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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositingLayerAssigner.h 75 IntRect boundingRect;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRootInlineBox.cpp 160 LayoutRect boundingRect = enclosingLayoutRect(childRect);
161 parentBlock.setLocation(boundingRect.location());
162 parentBlock.setSize(boundingRect.size());
177 setLineTopBottomPositions(0, boundingRect.height(), 0, boundingRect.height());
  /external/chromium_org/third_party/WebKit/Source/web/
LinkHighlight.cpp 233 FloatRect boundingRect = newPath.boundingRect();
234 newPath.translate(-toFloatSize(boundingRect.location()));
239 m_contentLayer->layer()->setBounds(enclosingIntRect(boundingRect).size());
242 m_contentLayer->layer()->setPosition(boundingRect.location());
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Path.cpp 84 FloatRect Path::boundingRect() const
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Range.cpp     [all...]
  /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/html/canvas/
CanvasRenderingContext2D.cpp 1036 if (computeDirtyRect(path.boundingRect(), clipBounds, &dirtyRect)) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/paint/
BoxPainter.cpp     [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]

Completed in 265 milliseconds