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

/external/skia/src/gpu/
H A DGrRectanizer.cpp27 virtual bool addRect(int w, int h, GrIPoint16* loc);
68 bool GrRectanizerPow2::addRect(int width, int height, GrIPoint16* loc) { function in class:GrRectanizerPow2
H A DGrRectanizer_fifo.cpp27 virtual bool addRect(int w, int h, GrIPoint16* loc);
68 bool GrRectanizerFIFO::addRect(int width, int height, GrIPoint16* loc) { function in class:GrRectanizerFIFO
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DPathHaiku.cpp127 void Path::addRect(const FloatRect& r) function in class:WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DPathSkia.cpp166 void Path::addRect(const FloatRect& rect) function in class:WebCore::Path
168 m_path->addRect(rect);
/external/webkit/Source/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.cpp739 void PlatformPath::addRect(const FloatRect& r) function in class:WebCore::PlatformPath
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DPathWx.cpp196 void Path::addRect(const FloatRect& rect) function in class:WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/android/
H A DPathAndroid.cpp217 void Path::addRect(const FloatRect& rect) function in class:WebCore::Path
219 m_path->addRect(rect);
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DPathCairo.cpp115 void Path::addRect(const FloatRect& rect) function in class:WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DPathCG.cpp226 void Path::addRect(const FloatRect& r) function in class:WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DPathOpenVG.cpp380 void Path::addRect(const FloatRect& rect) function in class:WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DPathQt.cpp322 void Path::addRect(const FloatRect& r) function in class:WebCore::Path
324 m_path.addRect(r.x(), r.y(), r.width(), r.height());
/external/skia/src/core/
H A DSkPictureRecord.cpp184 addRect(rect);
245 addRect(rect);
272 addRect(dst);
291 addRect(dst);
564 void SkPictureRecord::addRect(const SkRect& rect) { function in class:SkPictureRecord
H A DSkPath.cpp567 void SkPath::addRect(const SkRect& rect, Direction dir) { function in class:SkPath
568 this->addRect(rect.fLeft, rect.fTop, rect.fRight, rect.fBottom, dir);
571 void SkPath::addRect(SkScalar left, SkScalar top, SkScalar right, function in class:SkPath

Completed in 183 milliseconds