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

1 2

  /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();
PageClientQt.cpp 443 return graphicsView->mapFromScene(view->boundingRect()).boundingRect();
  /external/webkit/Source/WebCore/platform/graphics/haiku/
PathHaiku.cpp 86 FloatRect Path::boundingRect() const
  /external/webkit/Tools/QtTestBrowser/
webview.h 123 QRectF r = graphicsWebView()->boundingRect();
webview.cpp 173 QSizeF center = graphicsWebView()->boundingRect().size() / 2;
  /external/webkit/Source/WebCore/platform/graphics/qt/
FontQt.cpp 125 QRectF boundingRect(point.x() + x1, point.y() - ascent, x2 - x1, fm.height());
126 QRectF clip = boundingRect;
157 QPainter* shadowPainter = ctxShadow->beginShadowLayer(ctx, boundingRect);
198 QRectF boundingRect(pt.x(), point.y() - fm.ascent(), fm.width(string, -1, flags), fm.height());
199 QPainter* shadowPainter = ctxShadow->beginShadowLayer(ctx, boundingRect);
215 QRectF boundingRect(pt.x(), point.y() - fm.ascent(), fm.width(string, -1, flags), fm.height());
216 QPainter* shadowPainter = ctxShadow->beginShadowLayer(ctx, boundingRect);
ContextShadowQt.cpp 120 clipRect = p->clipRegion().boundingRect();
PathQt.cpp 152 FloatRect Path::boundingRect() const
154 return m_path.boundingRect();
172 return stroke.createStroke(m_path).boundingRect();
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...]
  /external/webkit/Source/WebCore/platform/graphics/
Path.h 115 FloatRect boundingRect() const;
  /external/webkit/Source/WebKit/qt/Api/
qwebframe_p.h 138 QRect boundingRect;
qwebframe.h 75 QRect boundingRect() const;
qwebframe.cpp 315 renderCompositedLayers(context, IntRect(clip.boundingRect()));
385 renderCompositedLayers(context, IntRect(clip.boundingRect()));
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/qt/
TiledDrawingAreaTileQt.cpp 147 IntRect dirtyRect = m_dirtyRegion.boundingRect();
  /external/webkit/Source/WebCore/platform/graphics/cg/
PathCG.cpp 127 if (!boundingRect().contains(point))
164 FloatRect Path::boundingRect() const
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java     [all...]
  /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/wx/
PathWx.cpp 97 FloatRect Path::boundingRect() const
  /external/webkit/Source/WebCore/dom/
Range.h 114 FloatRect boundingRect() const;
  /external/webkit/Source/WebCore/html/
HTMLAreaElement.cpp 116 return enclosingIntRect(computePath(obj).boundingRect());
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.cpp 724 clipState(path.boundingRect());
753 clipState(pathToClip.boundingRect());
871 appendDrawingOperation(NEW_OP(FillPath)(pathToFill, fillRule), pathToFill.boundingRect());
904 appendDrawingOperation(NEW_OP(StrokePath)(pathToStroke), pathToStroke.boundingRect());
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
PathSkia.cpp 95 FloatRect Path::boundingRect() const
  /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...]

Completed in 287 milliseconds

1 2