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

1 2

  /external/webkit/Source/WebKit/win/
WebElementPropertyBag.cpp 147 IntRect boundingBox = m_result->innerNonSharedNode() && m_result->innerNonSharedNode()->renderer() ?
149 V_ARRAY(pVar) = MarshallingHelpers::intRectToSafeArray(boundingBox);
DOMCoreClasses.cpp 847 HRESULT STDMETHODCALLTYPE DOMElement::boundingBox(
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
FloatQuad.cpp 77 FloatRect FloatQuad::boundingBox() const
  /external/webkit/Source/WebCore/platform/graphics/win/
SimpleFontDataCGWin.cpp 134 FloatRect boundingBox = CGRectApplyAffineTransform(box, CGAffineTransformMakeScale(scale, -scale));
136 boundingBox.setWidth(boundingBox.width() + m_syntheticBoldOffset);
138 return boundingBox;
  /external/webkit/Source/WebCore/rendering/
RenderInline.h 140 IntRect boundingBox = linesBoundingBox();
141 return IntRect(0, 0, boundingBox.width(), boundingBox.height());
RenderView.cpp 776 IntRect boundingBox = forRenderer->borderBoundingBox();
777 if (boundingBox.width() > m_legacyPrinting.m_truncatorWidth) {
778 m_legacyPrinting.m_truncatorWidth = boundingBox.width();
RenderBox.cpp     [all...]
RenderLayer.cpp     [all...]
  /system/media/mca/filterfw/java/android/filterfw/geometry/
Quad.java 70 public Rectangle boundingBox() {
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGInlineText.cpp 131 IntRect boundingBox;
133 boundingBox.unite(box->calculateBoundaries());
134 return boundingBox;
  /external/webkit/Source/WebCore/editing/
SpellingCorrectionController.cpp 156 FloatRect boundingBox = windowRectForRange(rangeToReplace.get());
157 if (boundingBox.isEmpty())
163 client()->showCorrectionPanel(m_correctionPanelInfo.panelType, boundingBox, m_correctionPanelInfo.replacedString, replacement, Vector<String>());
297 FloatRect boundingBox = windowRectForRange(m_correctionPanelInfo.rangeToBeReplaced.get());
298 if (!boundingBox.isEmpty())
299 client()->showCorrectionPanel(m_correctionPanelInfo.panelType, boundingBox, m_correctionPanelInfo.replacedString, m_correctionPanelInfo.replacementString, Vector<String>());
315 FloatRect boundingBox = windowRectForRange(m_correctionPanelInfo.rangeToBeReplaced.get());
316 if (!boundingBox.isEmpty())
317 client()->showCorrectionPanel(m_correctionPanelInfo.panelType, boundingBox, m_correctionPanelInfo.replacedString, topSuggestion, suggestions);
  /external/webkit/Source/WebCore/inspector/
DOMNodeHighlighter.cpp 125 void drawElementTitle(GraphicsContext& context, Node* node, const IntRect& boundingBox, const IntRect& anchorBox, const FloatRect& overlayRect, WebCore::Settings* settings)
159 nodeTitle += String::number(boundingBox.width());
161 nodeTitle += String::number(boundingBox.height());
224 IntRect boundingBox = renderer->absoluteBoundingBoxRect(true);
226 boundingBox.move(mainFrameOffset);
228 IntRect titleAnchorBox = boundingBox;
232 if (!overlayRect.contains(boundingBox) && !boundingBox.contains(enclosingIntRect(overlayRect)))
288 drawElementTitle(context, node, boundingBox, titleAnchorBox, overlayRect, settings);
  /external/webkit/Source/WebCore/svg/
SVGElement.cpp 192 bool SVGElement::boundingBox(FloatRect& rect, SVGLocatable::StyleUpdateStrategy styleUpdateStrategy) 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/Source/WebCore/dom/
Range.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnPathProcessor.cpp 237 const FloatRect& boundingBox() const { return m_boundingBox; }
318 builder.append(" boundingBox=");
319 builder.append(valueToString(boundingBox()));
436 const FloatRect& boundingBox()
442 m_boundingBox = cur->boundingBox();
444 m_boundingBox.unite(cur->boundingBox());
719 const FloatRect& boundingBox = seg->boundingBox();
720 if (boundingBox.y() <= y && y <= boundingBox.maxY()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureManager.java 809 Rectangle boundingBox = ImageUtils.getBoundingRectangle(rectangles);
811 e.image = SwtUtils.drawRectangles(image, rectangles, boundingBox, scale,
817 int deltaX = (int) (scale * (boundingBox.x - p.x));
818 int deltaY = (int) (scale * (boundingBox.y - p.y));
    [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.cpp     [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 350 milliseconds

1 2