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

  /external/webkit/WebCore/rendering/
RenderSVGContainer.cpp 99 FloatRect boundingBox = repaintRectInLocalCoordinates();
103 continueRendering = prepareToRenderSVGContent(this, childPaintInfo, boundingBox, filter);
RenderInline.h 119 IntRect boundingBox = linesBoundingBox();
120 return IntRect(0, 0, boundingBox.width(), boundingBox.height());
RenderSVGRoot.cpp 151 FloatRect boundingBox = repaintRectInLocalCoordinates();
155 continueRendering = prepareToRenderSVGContent(this, childPaintInfo, boundingBox, filter);
RenderSVGText.cpp 133 rects.append(enclosingIntRect(localToAbsoluteQuad(boxRect).boundingBox()));
170 FloatRect boundingBox;
177 boundingBox.unite(FloatRect(box->x(), box->y(), box->width(), box->height()));
180 boundingBox.move(x(), y());
181 return boundingBox;
SVGRenderSupport.cpp 228 FloatRect boundingBox;
234 boundingBox.unite(childBBoxInLocalCoords);
237 return boundingBox;
RenderView.cpp 678 IntRect boundingBox = forRenderer->borderBoundingBox();
679 if (boundingBox.width() > m_truncatorWidth) {
680 m_truncatorWidth = boundingBox.width();
RenderLayer.cpp 820 IntRect clipRect = l->boundingBox(l);
825 IntRect clipRect = l->boundingBox(rootLayer);
    [all...]
  /external/webkit/WebKit/win/
WebElementPropertyBag.cpp 149 IntRect boundingBox = m_result->innerNonSharedNode() && m_result->innerNonSharedNode()->renderer() ?
151 V_ARRAY(pVar) = MarshallingHelpers::intRectToSafeArray(boundingBox);
DOMCoreClasses.cpp 807 HRESULT STDMETHODCALLTYPE DOMElement::boundingBox(
    [all...]
  /external/webkit/WebCore/platform/graphics/
FloatQuad.cpp 77 FloatRect FloatQuad::boundingBox() const
  /frameworks/base/core/java/android/gesture/
GestureStroke.java 36 public final RectF boundingBox;
81 boundingBox = bx;
89 boundingBox = new RectF(bbx.left, bbx.top, bbx.right, bbx.bottom);
97 return new GestureStroke(boundingBox, length, points, timestamps);
163 final RectF rect = boundingBox;
  /external/webkit/WebCore/dom/
Range.cpp     [all...]
  /external/webkit/WebCore/inspector/
InspectorController.cpp     [all...]
  /external/webkit/WebCore/accessibility/
AccessibilityRenderObject.cpp     [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 430 milliseconds