HomeSort by relevance Sort by last modified time
    Searched refs:FloatRect (Results 251 - 275 of 297) sorted by null

<<1112

  /external/chromium_org/third_party/WebKit/Source/core/dom/
Range.cpp     [all...]
Document.h 102 class FloatRect;
    [all...]
ContainerNode.cpp 792 return enclosingLayoutRect(FloatRect(upperLeft, lowerRight.expandedTo(upperLeft) - upperLeft));
  /external/chromium_org/third_party/WebKit/Source/core/page/
Page.cpp 200 quads[i] = FloatRect(rects[i]);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestResult.cpp 432 bool HitTestResult::addNodeToRectBasedTestResult(Node* node, const HitTestRequest& request, const HitTestLocation& locationInContainer, const FloatRect& rect)
RenderBoxModelObject.h 69 void computeStickyPositionConstraints(StickyPositionViewportConstraints&, const FloatRect& viewportRect) const;
RenderLayer.h 450 PassOwnPtr<Vector<FloatRect> > collectTrackedRepaintRects() const;
    [all...]
RenderReplaced.cpp 559 rect = localToContainerQuad(FloatRect(rect), repaintContainer).enclosingBoundingBox();
RenderLayerScrollableArea.cpp     [all...]
RenderBoxModelObject.cpp 322 void RenderBoxModelObject::computeStickyPositionConstraints(StickyPositionViewportConstraints& constraints, const FloatRect& viewportRect) const
339 constraints.setAbsoluteContainingBlockRect(containingBlock->localToContainerQuad(FloatRect(containerContentRect), view()).boundingBox());
348 FloatRect absContainerFrame = containingBlock->localToContainerQuad(FloatRect(FloatPoint(), containingBlock->size()), view()).boundingBox();
351 FloatRect absoluteStickyBoxRect(absContainerFrame.location() + stickyLocation, flippedStickyBoxRect.size());
    [all...]
RenderBox.h 545 void flipForWritingMode(FloatRect&) const;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp 357 void RenderSVGRoot::computeFloatRectForRepaint(const RenderLayerModelObject* repaintContainer, FloatRect& repaintRect, bool fixed) const
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
WidthIterator.cpp 150 FloatRect bounds;
Font.cpp 28 #include "platform/geometry/FloatRect.h"
266 FloatRect Font::selectionRectForText(const TextRun& run, const FloatPoint& point, int h, int from, int to) const
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/win/
TransparencyWin.cpp 205 FloatRect clipRect(clipBounds.left(), clipBounds.top(), clipBounds.width(), clipBounds.height());
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.h 39 #include "platform/geometry/FloatRect.h"
324 WebCore::FloatRect m_rect;
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryEvaluator.cpp 52 #include "platform/geometry/FloatRect.h"
261 FloatRect sg = screenRect(frame->view());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.h 37 class FloatRect;
RenderStyle.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeVerticalData.cpp 33 #include "platform/geometry/FloatRect.h"
546 FloatRect bounds = font->boundsForGlyph(glyph);
  /frameworks/native/services/surfaceflinger/
Layer.cpp 275 FloatRect Layer::computeCrop(const sp<const DisplayDevice>& hw) const {
278 FloatRect crop(getContentCrop());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.cpp     [all...]
VisiblePosition.cpp 680 return renderer->localToAbsoluteQuad(FloatRect(localRect)).enclosingBoundingBox();
  /external/chromium_org/third_party/WebKit/Source/core/platform/mac/
ThemeMac.mm 555 void ThemeMac::setFocusRingClipRect(const FloatRect& rect)
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.cpp 710 FloatRect glyphBounds = fontData->boundsForGlyph(glyph);

Completed in 941 milliseconds

<<1112