HomeSort by relevance Sort by last modified time
    Searched defs:boundingRect (Results 1 - 22 of 22) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/haiku/
PathHaiku.cpp 86 FloatRect Path::boundingRect() const
  /external/webkit/Source/WebCore/platform/graphics/wince/
PathWinCE.cpp 66 FloatRect Path::boundingRect() const
68 return m_path->boundingRect();
PlatformPathWinCE.h 153 const FloatRect& boundingRect() const { return m_boundingRect; }
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
PageClientQt.h 126 QRectF boundingRect() const
128 return q->boundingRect();
  /external/webkit/Source/WebCore/platform/graphics/wx/
PathWx.cpp 97 FloatRect Path::boundingRect() const
  /external/webkit/Source/WebKit/qt/Api/
qwebframe_p.h 138 QRect boundingRect;
qwebframe.cpp 315 renderCompositedLayers(context, IntRect(clip.boundingRect()));
385 renderCompositedLayers(context, IntRect(clip.boundingRect()));
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
PathAndroid.cpp 113 FloatRect Path::boundingRect() const
  /external/webkit/Source/WebCore/platform/graphics/cairo/
PathCairo.cpp 276 FloatRect Path::boundingRect() const
  /external/webkit/Source/WebCore/platform/graphics/cg/
PathCG.cpp 127 if (!boundingRect().contains(point))
164 FloatRect Path::boundingRect() const
  /external/webkit/Source/WebCore/platform/graphics/skia/
PathSkia.cpp 95 FloatRect Path::boundingRect() const
  /external/webkit/Source/WebCore/platform/graphics/openvg/
PathOpenVG.cpp 139 return boundingRect().contains(point);
158 FloatRect Path::boundingRect() const
178 return boundingRect();
  /external/webkit/Source/WebCore/platform/graphics/qt/
PathQt.cpp 152 FloatRect Path::boundingRect() const
154 return m_path.boundingRect();
172 return stroke.createStroke(m_path).boundingRect();
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...]
GraphicsLayerQt.cpp 177 virtual QRectF boundingRect() const;
457 const QRect cleanBounds(cleanRegion.boundingRect());
494 painter.fillRect(region.boundingRect(), Qt::transparent);
504 m_layer->paintGraphicsLayerContents(gc, region.boundingRect());
608 painterPath.addRect(boundingRect());
620 QRectF GraphicsLayerQtImpl::boundingRect() const
839 update(m_pendingContent.regionToUpdate.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/platform/graphics/
ShadowBlur.cpp 646 FloatRect boundingRect = rect;
647 boundingRect.move(m_offset);
656 exteriorPath.addRect(boundingRect);
    [all...]
  /external/webkit/Source/WebCore/dom/
Range.cpp     [all...]
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 757 FloatRect boundRect = m_path.boundingRect();
912 didDraw(m_path.boundingRect());
933 FloatRect boundingRect = m_path.platformPath().controlPointRect();
934 boundingRect.inflate(state().m_miterLimit + state().m_lineWidth);
937 FloatRect boundingRect = m_path.strokeBoundingRect(&strokeApplier);
940 didDraw(boundingRect);
1042 FloatRect boundingRect = rect;
1043 boundingRect.inflate(lineWidth / 2);
1046 didDraw(boundingRect);
    [all...]
  /external/webkit/Source/WebCore/editing/
Editor.cpp     [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java     [all...]

Completed in 163 milliseconds