Searched refs:boundingBox (Results 1 - 25 of 45) sorted by relevance

12

/external/webkit/Source/WebKit/win/Interfaces/
H A DDOMExtensions.idl40 - (NSRect)boundingBox
42 HRESULT boundingBox([out, retval] LPRECT rect);
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGImage.cpp111 FloatRect boundingBox = repaintRectInLocalCoordinates();
112 if (!SVGRenderSupport::paintInfoIntersectsRepaintRect(boundingBox, m_localTransform, paintInfo))
140 paintOutline(childPaintInfo.context, static_cast<int>(boundingBox.x()), static_cast<int>(boundingBox.y()),
141 static_cast<int>(boundingBox.width()), static_cast<int>(boundingBox.height()));
H A DRenderSVGPath.cpp208 FloatRect boundingBox = repaintRectInLocalCoordinates();
209 if (!SVGRenderSupport::paintInfoIntersectsRepaintRect(boundingBox, m_localTransform, paintInfo))
236 paintOutline(childPaintInfo.context, static_cast<int>(boundingBox.x()), static_cast<int>(boundingBox.y()),
237 static_cast<int>(boundingBox.width()), static_cast<int>(boundingBox.height()));
H A DRenderSVGInlineText.cpp131 IntRect boundingBox; local
133 boundingBox.unite(box->calculateBoundaries());
134 return boundingBox;
/external/webkit/Source/WebKit/mac/WebView/
H A DWebRenderNode.mm123 IntRect boundingBox = inlineFlow->borderBoundingBox();
124 x = boundingBox.x();
125 y = boundingBox.y();
126 width = boundingBox.width();
127 height = boundingBox.height();
/external/webkit/Source/WebCore/inspector/
H A DDOMNodeHighlighter.cpp125 void drawElementTitle(GraphicsContext& context, Node* node, const IntRect& boundingBox, const IntRect& anchorBox, const FloatRect& overlayRect, WebCore::Settings* settings) argument
159 nodeTitle += String::number(boundingBox.width());
161 nodeTitle += String::number(boundingBox.height());
224 IntRect boundingBox = renderer->absoluteBoundingBoxRect(true); local
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/platform/graphics/
H A DFloatQuad.h75 bool isEmpty() const { return boundingBox().isEmpty(); }
80 // corresponding FloatRect can be retrieved with boundingBox().
91 FloatRect boundingBox() const;
94 return enclosingIntRect(boundingBox());
H A DFloatQuad.cpp77 FloatRect FloatQuad::boundingBox() const function in class:WebCore::FloatQuad
H A DContextShadow.cpp219 layerFloatRect = transform.inverse().mapQuad(transformedPolygon).boundingBox();
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnPathProcessor.cpp237 const FloatRect& boundingBox() const { return m_boundingBox; } function in class:WebCore::LoopBlinnPathProcessorImplementation::Segment
318 builder.append(" boundingBox=");
319 builder.append(valueToString(boundingBox()));
436 const FloatRect& boundingBox() function in class:WebCore::LoopBlinnPathProcessorImplementation::Contour
442 m_boundingBox = cur->boundingBox();
444 m_boundingBox.unite(cur->boundingBox());
719 const FloatRect& boundingBox = seg->boundingBox(); local
720 if (boundingBox.y() <= y && y <= boundingBox
749 const FloatRect& boundingBox = seg->boundingBox(); local
805 const FloatRect& boundingBox = querySegment->contour()->boundingBox(); local
986 FloatRect boundingBox; local
[all...]
/external/webkit/Source/WebCore/platform/graphics/win/
H A DSimpleFontDataCGWin.cpp134 FloatRect boundingBox = CGRectApplyAffineTransform(box, CGAffineTransformMakeScale(scale, -scale)); local
136 boundingBox.setWidth(boundingBox.width() + m_syntheticBoldOffset);
138 return boundingBox;
/external/webkit/Source/WebCore/editing/
H A DSpellingCorrectionController.cpp156 FloatRect boundingBox = windowRectForRange(rangeToReplace.get()); local
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()); local
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()); local
316 if (!boundingBox.isEmpty())
317 client()->showCorrectionPanel(m_correctionPanelInfo.panelType, boundingBox, m_correctionPanelInfo.replacedString, topSuggestion, suggestions);
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DSimpleFontDataMac.mm461 FloatRect boundingBox;
462 boundingBox = CTFontGetBoundingRectsForGlyphs(m_platformData.ctFont(), platformData().orientation() == Vertical ? kCTFontVerticalOrientation : kCTFontHorizontalOrientation, &glyph, 0, 1);
463 boundingBox.setY(-boundingBox.maxY());
465 boundingBox.setWidth(boundingBox.width() + m_syntheticBoldOffset);
467 return boundingBox;
/external/webkit/Source/WebCore/bindings/objc/
H A DDOMExtensions.h51 - (NSRect)boundingBox WEBKIT_OBJC_METHOD_ANNOTATION(AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER);
H A DDOMPrivate.h47 - (NSRect)boundingBox;
H A DDOMHTML.mm114 NSRect result = [self boundingBox];
H A DDOM.mm354 - (NSRect)boundingBox
400 - (NSRect)boundingBox
404 return core(self)->boundingBox();
/external/webkit/Source/WebCore/rendering/
H A DRenderInline.h140 IntRect boundingBox = linesBoundingBox(); local
141 return IntRect(0, 0, boundingBox.width(), boundingBox.height());
H A DRenderWidget.cpp211 setWidgetGeometry(IntRect(localToAbsoluteQuad(FloatQuad(contentBoxRect())).boundingBox()), contentBoxRect().size());
350 IntRect absoluteContentBox = IntRect(localToAbsoluteQuad(FloatQuad(contentBox)).boundingBox());
/external/webkit/Source/WebKit/android/jni/
H A DAndroidHitTestResult.cpp149 IntRect boundingBox = quads[i].enclosingBoundingBox(); local
150 boundingBox.move(-frameOffset.x(), -frameOffset.y());
151 m_highlightRects.append(boundingBox);
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGLES2Canvas.h116 void endShadowDraw(const FloatRect& boundingBox);
/external/webkit/Source/WebCore/svg/
H A DSVGElement.h103 bool boundingBox(FloatRect&, SVGLocatable::StyleUpdateStrategy = SVGLocatable::AllowStyleUpdate) const;
/external/webkit/Source/WebKit/win/
H A DWebElementPropertyBag.cpp147 IntRect boundingBox = m_result->innerNonSharedNode() && m_result->innerNonSharedNode()->renderer() ? local
149 V_ARRAY(pVar) = MarshallingHelpers::intRectToSafeArray(boundingBox);
/external/webkit/Source/WebCore/dom/
H A DRange.h108 IntRect boundingBox();
/external/webkit/Source/WebCore/platform/graphics/transforms/
H A DAffineTransform.cpp322 return result.boundingBox();

Completed in 265 milliseconds

12