/external/chromium_org/third_party/WebKit/Source/web/ |
LinkHighlight.cpp | 222 FloatRect boundingRect = newPath.boundingRect(); 318 m_currentGraphicsLayer->addRepaintRect(FloatRect(layer()->position().x, layer()->position().y, layer()->bounds().width, layer()->bounds().height));
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
HWComposer.h | 50 class FloatRect; 165 virtual void setCrop(const FloatRect& crop) = 0;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
SVGTextQuery.cpp | 460 FloatRect extent; 463 static inline void calculateGlyphBoundaries(SVGTextQuery::Data* queryData, const SVGTextFragment& fragment, int startPosition, FloatRect& extent) 526 FloatRect extent;
|
RenderSVGContainer.cpp | 119 FloatRect repaintRect = repaintRectInLocalCoordinates();
|
RenderSVGResourceGradient.cpp | 80 FloatRect objectBoundingBox = object->objectBoundingBox();
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
HitTestLocation.cpp | 159 bool HitTestLocation::intersects(const FloatRect& rect) const
|
InlineTextBox.cpp | 222 r = enclosingIntRect(FloatRect(startingPoint, FloatSize(m_logicalWidth, selHeight))); 382 FloatRect rect(boxOrigin, size()); 395 const FloatPoint& textOrigin, const FloatRect& boxRect, 526 FloatRect boxRect(boxOrigin, LayoutSize(logicalWidth(), logicalHeight())); [all...] |
RenderText.cpp | 322 rects.append(enclosingIntRect(FloatRect(accumulatedOffset + box->topLeft(), box->size()))); 325 static FloatRect localQuadForTextBox(InlineTextBox* box, unsigned start, unsigned end, bool useSelectionHeight) 341 return FloatRect(r); 343 return FloatRect(); 361 FloatRect r = box->calculateBoundaries(); 375 FloatRect rect = localQuadForTextBox(box, start, end, useSelectionHeight); 409 FloatRect boundaries = box->calculateBoundaries(); 412 // FIXME: ellipsisRectForBox should switch to return FloatRect soon with the subpixellayout branch. 444 FloatRect r = box->calculateBoundaries(); 457 FloatRect rect = localQuadForTextBox(box, start, end, useSelectionHeight) [all...] |
RenderObject.h | 463 virtual FloatRect objectBoundingBox() const; 464 virtual FloatRect strokeBoundingBox() const; 468 virtual FloatRect repaintRectInLocalCoordinates() const; [all...] |
RenderThemeChromiumMac.mm | 575 FloatRect RenderThemeChromiumMac::convertToPaintingRect(const RenderObject* inputRenderer, const RenderObject* partRenderer, const FloatRect& inputRect, const IntRect& r) const 577 FloatRect partRect(inputRect); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGElement.h | 107 bool getBoundingBox(FloatRect&);
|
SVGPreserveAspectRatio.cpp | 28 #include "platform/geometry/FloatRect.h" 184 void SVGPreserveAspectRatio::transformRect(FloatRect& destRect, FloatRect& srcRect)
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/ |
FontMac.cpp | 91 const FloatPoint& point, const FloatRect& textRect) const
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
IntRect.cpp | 29 #include "platform/geometry/FloatRect.h" 37 IntRect::IntRect(const FloatRect& r)
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
FilterOperations.cpp | 151 FloatRect outsetRect(0, 0, 1, 1);
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/ |
CustomFilterMeshGenerator.cpp | 44 CustomFilterMeshGenerator::CustomFilterMeshGenerator(unsigned columns, unsigned rows, const FloatRect& meshBox, CustomFilterMeshType meshType)
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
DOMWindow.cpp | 98 #include "platform/geometry/FloatRect.h" 254 FloatRect DOMWindow::adjustWindowRect(Page* page, const FloatRect& pendingChanges) 258 FloatRect screen = screenAvailableRect(page->mainFrame()->view()); 259 FloatRect window = page->chrome().windowRect(); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
CanvasPathMethods.cpp | 40 #include "platform/geometry/FloatRect.h" 51 FloatRect boundRect = m_path.boundingRect(); 318 m_path.addRect(FloatRect(x, y, width, height));
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
TouchActionTest.cpp | 208 WebCore::FloatRect clientFloatRect = WebCore::FloatRect(r->left(), r->top(), r->width(), r->height());
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorOverlay.cpp | 200 FloatQuad absContentQuad = renderer->localToAbsoluteQuad(FloatRect(contentBox)); 201 FloatQuad absPaddingQuad = renderer->localToAbsoluteQuad(FloatRect(paddingBox)); 202 FloatQuad absBorderQuad = renderer->localToAbsoluteQuad(FloatRect(borderBox)); 203 FloatQuad absMarginQuad = renderer->localToAbsoluteQuad(FloatRect(marginBox)); 329 FloatRect outlineRect = rect;
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
TouchAdjustment.cpp | 209 FloatRect borderBoxRect = renderer->borderBoxRect(); 210 FloatRect contentBoxRect = renderer->contentBoxRect(); 372 void adjustPointToRect(FloatPoint& point, const FloatRect& rect)
|
/external/chromium_org/third_party/WebKit/Source/platform/transforms/ |
TransformationMatrix.cpp | 32 #include "platform/geometry/FloatRect.h" 629 FloatRect mappedQuadBounds = projectQuad(q).boundingBox(); 669 return enclosingIntRect(mapRect(FloatRect(rect))); 674 return enclosingLayoutRect(mapRect(FloatRect(r))); 677 FloatRect TransformationMatrix::mapRect(const FloatRect& r) const 680 FloatRect mappedRect(r); 966 TransformationMatrix TransformationMatrix::rectToRect(const FloatRect& from, const FloatRect& to) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Range.h | 31 #include "platform/geometry/FloatRect.h" 129 FloatRect boundingRect() const;
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
Caret.cpp | 179 return caretPainter->localToAbsoluteQuad(FloatRect(localRect)).enclosingBoundingBox();
|
FrameSelection.h | 199 FloatRect bounds(bool clipToVisibleContent = true) const;
|