Home
last modified time | relevance | path

Searched refs:strokeBoundingRect (Results 1 – 18 of 18) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/haiku/
DPathHaiku.cpp157 FloatRect Path::strokeBoundingRect(StrokeStyleApplier* applier) in strokeBoundingRect() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/wince/
DPathWinCE.cpp136 FloatRect Path::strokeBoundingRect(StrokeStyleApplier*) const in strokeBoundingRect() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/
DPath.h116 FloatRect strokeBoundingRect(StrokeStyleApplier* = 0) const;
/external/webkit/Source/WebCore/platform/graphics/openvg/
DPathOpenVG.cpp148 return (const_cast<Path*>(this))->strokeBoundingRect().contains(point); in strokeContains()
172 FloatRect Path::strokeBoundingRect(StrokeStyleApplier* applier) const in strokeBoundingRect() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/wx/
DPathWx.cpp108 FloatRect Path::strokeBoundingRect(StrokeStyleApplier* applier) const in strokeBoundingRect() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/skia/
DPathSkia.cpp231 FloatRect Path::strokeBoundingRect(StrokeStyleApplier* applier) const in strokeBoundingRect() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/cg/
DPathCG.cpp169 FloatRect Path::strokeBoundingRect(StrokeStyleApplier* applier) const in strokeBoundingRect() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/android/
DPathAndroid.cpp287 FloatRect Path::strokeBoundingRect(StrokeStyleApplier* applier) const in strokeBoundingRect() function in WebCore::Path
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGPath.cpp324 m_strokeAndMarkerBoundingBox.unite(m_path.strokeBoundingRect(&strokeStyle)); in updateCachedBoundaries()
/external/webkit/Source/WebCore/platform/graphics/qt/
DPathQt.cpp157 FloatRect Path::strokeBoundingRect(StrokeStyleApplier* applier) const in strokeBoundingRect() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/cairo/
DPathCairo.cpp284 FloatRect Path::strokeBoundingRect(StrokeStyleApplier* applier) const in strokeBoundingRect() function in WebCore::Path
/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp937 FloatRect boundingRect = m_path.strokeBoundingRect(&strokeApplier); in stroke()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-166928 (WebCore::Path::strokeBoundingRect): Ditto.
56652 (WebCore::Path::strokeBoundingRect):
58951 (WebCore::Path::strokeBoundingRect): Added stub.
60387 a couple tweaks to the new strokeBoundingRect functions
60390 (WebCore::Path::strokeBoundingRect): Only create a GraphicsContext
60400 (WebCore::Path::strokeBoundingRect): Only create a GraphicsContext
60945 into Path with strokeBoundingRect.
60957 (WebCore::Path::strokeBoundingRect):
60961 (WebCore::Path::strokeBoundingRect):
60965 (WebCore::Path::strokeBoundingRect):
DChangeLog50773 (WebCore::Path::strokeBoundingRect):
50775 (WebCore::Path::strokeBoundingRect):
50777 (WebCore::Path::strokeBoundingRect):
50782 (WebCore::Path::strokeBoundingRect):
50787 (WebCore::Path::strokeBoundingRect):
50789 (WebCore::Path::strokeBoundingRect):
50791 (WebCore::Path::strokeBoundingRect):
DChangeLog-2010-12-0621912 (WebCore::Path::strokeBoundingRect):
78421 (WebCore::Path::strokeBoundingRect):
78448 (WebCore::Path::strokeBoundingRect): Use QPainterPath::controlPointRect()
88773 (WebCore::Path::strokeBoundingRect): Ditto.
98350 [Qt] Path: Avoid creating a new GraphicsContext in strokeContains() and strokeBoundingRect()
98357 (WebCore::Path::strokeBoundingRect): Ditto.
DChangeLog-2010-01-2912343 (WebCore::Path::strokeBoundingRect):
73055 (WebCore::Path::strokeBoundingRect):
74749 (WebCore::Path::strokeBoundingRect):
DChangeLog-2011-02-1616508 (WebCore::Path::strokeBoundingRect):
DChangeLog-2010-05-2442090 (WebCore::Path::strokeBoundingRect):