Searched defs:addRect (Results 1 - 11 of 11) sorted by relevance

/external/webkit/WebCore/platform/graphics/haiku/
H A DPathHaiku.cpp119 void Path::addRect(const FloatRect& r) function in class:WebCore::Path
/external/webkit/WebCore/platform/graphics/wince/
H A DPathWince.cpp106 void Path::addRect(const FloatRect& r) function in class:WebCore::Path
108 m_path->addRect(r);
H A DPlatformPathWince.cpp740 void PlatformPath::addRect(const FloatRect& r) function in class:WebCore::PlatformPath
/external/webkit/WebCore/platform/graphics/wx/
H A DPathWx.cpp189 void Path::addRect(const FloatRect& rect) function in class:WebCore::Path
/external/webkit/WebCore/platform/graphics/android/
H A DPathAndroid.cpp205 void Path::addRect(const FloatRect& rect) function in class:WebCore::Path
207 m_path->addRect(rect);
/external/webkit/WebCore/platform/graphics/cairo/
H A DPathCairo.cpp107 void Path::addRect(const FloatRect& rect) function in class:WebCore::Path
/external/webkit/WebCore/platform/graphics/cg/
H A DPathCG.cpp227 void Path::addRect(const FloatRect& r) function in class:WebCore::Path
/external/webkit/WebCore/platform/graphics/qt/
H A DPathQt.cpp278 void Path::addRect(const FloatRect& r) function in class:WebCore::Path
280 m_path.addRect(r.x(), r.y(), r.width(), r.height());
/external/webkit/WebCore/platform/graphics/skia/
H A DPathSkia.cpp158 void Path::addRect(const FloatRect& rect) function in class:WebCore::Path
160 m_path->addRect(rect);
/external/skia/src/core/
H A DSkPath.cpp347 void SkPath::addRect(const SkRect& rect, Direction dir) { function in class:SkPath
348 this->addRect(rect.fLeft, rect.fTop, rect.fRight, rect.fBottom, dir);
351 void SkPath::addRect(SkScalar left, SkScalar top, SkScalar right, function in class:SkPath
H A DSkPictureRecord.cpp127 addRect(rect);
188 addRect(rect);
215 addRect(dst);
498 void SkPictureRecord::addRect(const SkRect& rect) { function in class:SkPictureRecord

Completed in 55 milliseconds