HomeSort by relevance Sort by last modified time
    Searched refs:boundingBox (Results 26 - 50 of 87) sorted by null

12 3 4

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGShape.cpp 245 FloatRect boundingBox = paintInvalidationRectInLocalCoordinates();
246 if (!SVGRenderSupport::paintInfoIntersectsPaintInvalidationRect(boundingBox, m_localTransform, paintInfo))
292 paintOutline(childPaintInfo, IntRect(boundingBox));
  /frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
Quad.java 70 public Rectangle boundingBox() {
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorOverlay.cpp 651 IntRect boundingBox = pixelSnappedIntRect(containingView->contentsToRootView(renderer->absoluteBoundingBoxRect()));
653 elementInfo->setString("nodeWidth", String::number(modelObject ? adjustForAbsoluteZoom(modelObject->pixelSnappedOffsetWidth(), modelObject) : boundingBox.width()));
654 elementInfo->setString("nodeHeight", String::number(modelObject ? adjustForAbsoluteZoom(modelObject->pixelSnappedOffsetHeight(), modelObject) : boundingBox.height()));
812 IntRect boundingBox = pixelSnappedIntRect(view->contentsToRootView(renderer->absoluteBoundingBoxRect()));
820 .setWidth(modelObject ? adjustForAbsoluteZoom(modelObject->pixelSnappedOffsetWidth(), modelObject) : boundingBox.width())
821 .setHeight(modelObject ? adjustForAbsoluteZoom(modelObject->pixelSnappedOffsetHeight(), modelObject) : boundingBox.height());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureManager.java     [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusGraphics.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusgraphics.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
TextFinder.cpp 172 *selectionRect = m_ownerFrame.frameView()->contentsToWindow(m_activeMatch->boundingBox());
283 IntRect resultBounds = resultRange->boundingBox();
287 m_activeMatch->boundingBox() : resultBounds;
LinkHighlight.cpp 228 newPath.addRoundedRect(transformedQuad.boundingBox(), rectRoundingRadii);
WebViewImpl.cpp 758 IntRect boundingBox(
768 boundingBox.move(pinchViewportOffset);
772 findGoodTouchTargets(boundingBox, mainFrameImpl()->frame(), goodTargets, highlightNodes);
776 && m_client->didTapMultipleTargets(pinchViewportOffset, boundingBox, goodTargets)) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestResult.cpp 394 bool regionFilled = rect.contains(locationInContainer.boundingBox());
411 bool regionFilled = rect.contains(locationInContainer.boundingBox());
RenderWidget.cpp 139 LayoutRect absoluteContentBox(localToAbsoluteQuad(FloatQuad(contentBox)).boundingBox());
RenderObject.cpp     [all...]
RenderLayerScrollableArea.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Range.h 123 IntRect boundingBox() const;
Node.h 433 virtual LayoutRect boundingBox() const;
434 IntRect pixelSnappedBoundingBox() const { return pixelSnappedIntRect(boundingBox()); }
    [all...]
ContainerNode.h 108 virtual LayoutRect boundingBox() const OVERRIDE FINAL;
Element.cpp 455 LayoutRect bounds = boundingBox();
470 LayoutRect bounds = boundingBox();
838 FloatRect result = quads[0].boundingBox();
840 result.unite(quads[i].boundingBox());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatQuad.cpp 82 FloatRect FloatQuad::boundingBox() const
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXNodeObject.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
AffineTransform.cpp 286 return result.boundingBox();
  /frameworks/base/core/java/android/gesture/
Gesture.java 97 mBoundingBox.union(stroke.boundingBox);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebViewTest.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.h 143 PassRefPtrWillBeRawPtr<ClientRect> boundingBox(Element*);
Internals.idl 89 [TypeChecking=Interface] ClientRect boundingBox(Element element);

Completed in 2593 milliseconds

12 3 4