HomeSort by relevance Sort by last modified time
    Searched refs:boundingRect (Results 26 - 42 of 42) sorted by null

12

  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]
View.java     [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
PathAndroid.cpp 112 FloatRect Path::boundingRect() const
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGPath.cpp 316 m_fillBoundingBox = m_path.boundingRect();
  /external/webkit/Source/WebCore/platform/graphics/
ShadowBlur.cpp 646 FloatRect boundingRect = rect;
647 boundingRect.move(m_offset);
656 exteriorPath.addRect(boundingRect);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
PathCairo.cpp 276 FloatRect Path::boundingRect() const
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 209 return p()->clipRegion().boundingRect();
555 FloatRect boundingRect = platformPath.controlPointRect();
556 boundingRect.inflate(pen.miterLimit() + pen.widthF());
557 QPainter* shadowPainter = shadow->beginShadowLayer(this, boundingRect);
    [all...]
GraphicsContext3DQt.cpp 166 QRectF boundingRect() const;
539 QRectF rect = option ? option->rect : boundingRect();
585 QRectF GraphicsContext3DInternal::boundingRect() const
    [all...]
  /external/webkit/Source/WebCore/editing/
SpellingCorrectionController.cpp 364 return view ? view->contentsToWindow(IntRect(range->boundingRect())) : FloatRect();
Editor.cpp     [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 557 FloatRect rect = path.boundingRect();
612 FloatRect rect = path.boundingRect();
    [all...]
  /external/webkit/Source/WebCore/dom/
Range.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderTreeAsText.cpp 485 ts << "mask: {" << wid->mask().boundingRect() << "} ] ";
  /external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview.cpp 1016 QRect hitRect = hit.boundingRect();
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GLES2Canvas.cpp 263 endShadowDraw(path.boundingRect());
    [all...]

Completed in 1178 milliseconds

12