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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositingLayerAssigner.h 75 IntRect boundingRect;
CompositingLayerAssigner.cpp 68 boundingRect = IntRect();
77 IntRect newBoundingRect = squashingState.boundingRect;
267 squashingState.boundingRect.unite(layerBounds);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
HitRegion.cpp 30 FloatRect boundingRect = m_path.boundingRect();
37 LayoutRect elementRect = enclosingLayoutRect(boundingRect);
CanvasRenderingContext2D.cpp 1036 if (computeDirtyRect(path.boundingRect(), clipBounds, &dirtyRect)) {
    [all...]
CanvasPathMethods.cpp 51 FloatRect boundRect = m_path.boundingRect();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ClipPathOperation.h 105 const Path& path(const FloatRect& boundingRect)
110 m_shape->path(*m_path, boundingRect);
RenderImage.cpp 294 IntRect paintInvalidationRect = enclosingIntRect(path.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());
RenderSVGShape.cpp 377 return path().boundingRect();
  /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.h 80 FloatRect boundingRect() const;
Path.cpp 84 FloatRect Path::boundingRect() const
  /external/chromium_org/third_party/WebKit/Source/web/mac/
WebSubstringUtil.mm 135 IntRect stringRect = enclosingIntRect(wordRange->boundingRect());
  /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 128 FloatRect boundingRect() const;
Range.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAreaElement.cpp 116 return enclosingLayoutRect(computePath(obj).boundingRect());
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathElement.cpp 285 return renderer->path().boundingRect();
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]
View.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/paint/
BoxPainter.cpp     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
power.js 362 var boundingRect = plotCanvas.getBoundingClientRect();
363 var x = Math.round((event.clientX - boundingRect.left) * devicePixelRatio);
364 var y = Math.round((event.clientY - boundingRect.top) * devicePixelRatio);
  /external/chromium-trace/
script.js     [all...]

Completed in 998 milliseconds