Home
last modified time | relevance | path

Searched defs:addRect (Results 1 – 14 of 14) sorted by relevance

/external/skia/gpu/src/
DGrRectanizer.cpp75 bool GrRectanizerPow2::addRect(int width, int height, GrIPoint16* loc) { in addRect() function in GrRectanizerPow2
DGrRectanizer_fifo.cpp75 bool GrRectanizerFIFO::addRect(int width, int height, GrIPoint16* loc) { in addRect() function in GrRectanizerFIFO
/external/webkit/Source/WebCore/platform/graphics/haiku/
DPathHaiku.cpp127 void Path::addRect(const FloatRect& r) in addRect() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/wince/
DPathWinCE.cpp106 void Path::addRect(const FloatRect& r) in addRect() function in WebCore::Path
DPlatformPathWinCE.cpp739 void PlatformPath::addRect(const FloatRect& r) in addRect() function in WebCore::PlatformPath
/external/webkit/Source/WebCore/platform/graphics/wx/
DPathWx.cpp196 void Path::addRect(const FloatRect& rect) in addRect() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/skia/
DPathSkia.cpp166 void Path::addRect(const FloatRect& rect) in addRect() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/android/
DPathAndroid.cpp218 void Path::addRect(const FloatRect& rect) in addRect() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/cg/
DPathCG.cpp226 void Path::addRect(const FloatRect& r) in addRect() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/openvg/
DPathOpenVG.cpp380 void Path::addRect(const FloatRect& rect) in addRect() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/cairo/
DPathCairo.cpp115 void Path::addRect(const FloatRect& rect) in addRect() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/qt/
DPathQt.cpp322 void Path::addRect(const FloatRect& r) in addRect() function in WebCore::Path
/external/skia/src/core/
DSkPath.cpp386 void SkPath::addRect(const SkRect& rect, Direction dir) { in addRect() function in SkPath
390 void SkPath::addRect(SkScalar left, SkScalar top, SkScalar right, in addRect() function in SkPath
DSkPictureRecord.cpp504 void SkPictureRecord::addRect(const SkRect& rect) { in addRect() function in SkPictureRecord