Home
last modified time | relevance | path

Searched refs:addRect (Results 1 – 25 of 33) sorted by relevance

12

/external/webkit/WebCore/platform/graphics/wince/
DPathWince.cpp106 void Path::addRect(const FloatRect& r) in addRect() function in WebCore::Path
108 m_path->addRect(r); in addRect()
DPlatformPathWince.h160 void addRect(const FloatRect& r);
DPlatformPathWince.cpp740 void PlatformPath::addRect(const FloatRect& r) in addRect() function in WebCore::PlatformPath
/external/skia/tests/
DPathTest.cpp56 p.addRect(bounds); in TestPath()
82 p.addRect(bounds); in TestPath()
DParsePathTest.cpp49 p.addRect(r); in TestParsePath()
/external/webkit/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp730 path.addRect(QRectF(rects[i])); in drawFocusRing()
851 path.addRect(rect); in strokeRect()
952 newClip.addRect(p->clipRegion().boundingRect()); in clipOut()
956 newClip.addRect(p->window()); in clipOut()
1021 newClip.addRect(p->clipRegion().boundingRect()); in clipOut()
1022 newClip.addRect(QRect(rect)); in clipOut()
1028 newClip.addRect(window); in clipOut()
1029 newClip.addRect(clipOutRect); in clipOut()
1043 newClip.addRect(p->clipRegion().boundingRect()); in clipOutEllipseInRect()
1050 newClip.addRect(window); in clipOutEllipseInRect()
DPathQt.cpp278 void Path::addRect(const FloatRect& r) in addRect() function in WebCore::Path
280 m_path.addRect(r.x(), r.y(), r.width(), r.height()); in addRect()
DGraphicsLayerQt.cpp311 painterPath.addRect(boundingRect()); in opaqueArea()
317 painterPath.addRect(m_state.contentsRect); in opaqueArea()
/external/webkit/WebCore/html/
DHTMLAreaElement.cpp153 path.addRect(FloatRect(x0, y0, x1 - x0, y1 - y0)); in getRegion()
157 path.addRect(FloatRect(0, 0, width, height)); in getRegion()
/external/webkit/WebCore/platform/graphics/skia/
DPathSkia.cpp158 void Path::addRect(const FloatRect& rect) in addRect() function in WebCore::Path
160 m_path->addRect(rect); in addRect()
/external/skia/include/core/
DSkPath.h364 void addRect(const SkRect& rect, Direction dir = kCW_Direction);
378 void addRect(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom,
/external/skia/src/core/
DSkPictureRecord.cpp127 addRect(rect); in clipRect()
188 addRect(rect); in drawRect()
215 addRect(dst); in drawBitmapRect()
498 void SkPictureRecord::addRect(const SkRect& rect) { in addRect() function in SkPictureRecord
DSkPictureRecord.h113 void addRect(const SkRect& rect);
DSkPath.cpp347 void SkPath::addRect(const SkRect& rect, Direction dir) { in addRect() function in SkPath
348 this->addRect(rect.fLeft, rect.fTop, rect.fRight, rect.fBottom, dir); in addRect()
351 void SkPath::addRect(SkScalar left, SkScalar top, SkScalar right, in addRect() function in SkPath
DSkRegion_path.cpp442 path->addRect(r); in getBoundaryPath()
DSkCanvas.cpp848 path.addRect(rect); in clipRect()
/external/webkit/WebCore/platform/graphics/haiku/
DPathHaiku.cpp119 void Path::addRect(const FloatRect& r) in addRect() function in WebCore::Path
/external/webkit/WebCore/platform/graphics/android/
DPathAndroid.cpp205 void Path::addRect(const FloatRect& rect) in addRect() function in WebCore::Path
207 m_path->addRect(rect); in addRect()
/external/webkit/WebCore/svg/
DSVGClipPathElement.cpp136 pathData.addRect(FloatRect()); in canvasResource()
/external/webkit/WebCore/platform/graphics/
DPath.h131 void addRect(const FloatRect&);
/external/webkit/WebCore/platform/graphics/wx/
DPathWx.cpp189 void Path::addRect(const FloatRect& rect) in addRect() function in WebCore::Path
/external/skia/src/animator/
DSkPathParts.cpp241 fPath->fPath.addRect(fRect, (SkPath::Direction) direction); in add()
/external/webkit/WebCore/platform/graphics/cg/
DPathCG.cpp227 void Path::addRect(const FloatRect& r) in addRect() function in WebCore::Path
/external/webkit/WebCore/platform/graphics/cairo/
DPathCairo.cpp107 void Path::addRect(const FloatRect& rect) in addRect() function in WebCore::Path
/external/skia/src/gl/
DSkGLDevice.cpp320 path.addRect(rect); in drawRect()

12