/external/webkit/WebCore/platform/graphics/wince/ |
D | PathWince.cpp | 106 void Path::addRect(const FloatRect& r) in addRect() function in WebCore::Path 108 m_path->addRect(r); in addRect()
|
D | PlatformPathWince.h | 160 void addRect(const FloatRect& r);
|
D | PlatformPathWince.cpp | 740 void PlatformPath::addRect(const FloatRect& r) in addRect() function in WebCore::PlatformPath
|
/external/skia/tests/ |
D | PathTest.cpp | 56 p.addRect(bounds); in TestPath() 82 p.addRect(bounds); in TestPath()
|
D | ParsePathTest.cpp | 49 p.addRect(r); in TestParsePath()
|
/external/webkit/WebCore/platform/graphics/qt/ |
D | GraphicsContextQt.cpp | 730 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()
|
D | PathQt.cpp | 278 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()
|
D | GraphicsLayerQt.cpp | 311 painterPath.addRect(boundingRect()); in opaqueArea() 317 painterPath.addRect(m_state.contentsRect); in opaqueArea()
|
/external/webkit/WebCore/html/ |
D | HTMLAreaElement.cpp | 153 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/ |
D | PathSkia.cpp | 158 void Path::addRect(const FloatRect& rect) in addRect() function in WebCore::Path 160 m_path->addRect(rect); in addRect()
|
/external/skia/include/core/ |
D | SkPath.h | 364 void addRect(const SkRect& rect, Direction dir = kCW_Direction); 378 void addRect(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom,
|
/external/skia/src/core/ |
D | SkPictureRecord.cpp | 127 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
|
D | SkPictureRecord.h | 113 void addRect(const SkRect& rect);
|
D | SkPath.cpp | 347 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
|
D | SkRegion_path.cpp | 442 path->addRect(r); in getBoundaryPath()
|
D | SkCanvas.cpp | 848 path.addRect(rect); in clipRect()
|
/external/webkit/WebCore/platform/graphics/haiku/ |
D | PathHaiku.cpp | 119 void Path::addRect(const FloatRect& r) in addRect() function in WebCore::Path
|
/external/webkit/WebCore/platform/graphics/android/ |
D | PathAndroid.cpp | 205 void Path::addRect(const FloatRect& rect) in addRect() function in WebCore::Path 207 m_path->addRect(rect); in addRect()
|
/external/webkit/WebCore/svg/ |
D | SVGClipPathElement.cpp | 136 pathData.addRect(FloatRect()); in canvasResource()
|
/external/webkit/WebCore/platform/graphics/ |
D | Path.h | 131 void addRect(const FloatRect&);
|
/external/webkit/WebCore/platform/graphics/wx/ |
D | PathWx.cpp | 189 void Path::addRect(const FloatRect& rect) in addRect() function in WebCore::Path
|
/external/skia/src/animator/ |
D | SkPathParts.cpp | 241 fPath->fPath.addRect(fRect, (SkPath::Direction) direction); in add()
|
/external/webkit/WebCore/platform/graphics/cg/ |
D | PathCG.cpp | 227 void Path::addRect(const FloatRect& r) in addRect() function in WebCore::Path
|
/external/webkit/WebCore/platform/graphics/cairo/ |
D | PathCairo.cpp | 107 void Path::addRect(const FloatRect& rect) in addRect() function in WebCore::Path
|
/external/skia/src/gl/ |
D | SkGLDevice.cpp | 320 path.addRect(rect); in drawRect()
|