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

/external/chromium_org/third_party/skia/src/gpu/
H A DGrRectanizer.cpp33 virtual bool addRect(int w, int h, GrIPoint16* loc);
74 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
H A DGrRectanizer_skyline.cpp33 virtual bool addRect(int w, int h, GrIPoint16* loc);
58 bool GrRectanizerSkyline::addRect(int width, int height, GrIPoint16* loc) { function in class:GrRectanizerSkyline
/external/skia/src/gpu/
H A DGrRectanizer.cpp33 virtual bool addRect(int w, int h, GrIPoint16* loc);
74 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
H A DGrRectanizer_skyline.cpp33 virtual bool addRect(int w, int h, GrIPoint16* loc);
58 bool GrRectanizerSkyline::addRect(int width, int height, GrIPoint16* loc) { function in class:GrRectanizerSkyline
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DPath.cpp322 void Path::addRect(const FloatRect& rect) function in class:WebCore::Path
324 m_path.addRect(rect);
395 addRect(rect);
/external/chromium_org/third_party/skia/src/core/
H A DSkPictureRecord.cpp766 addRect(rect);
882 addRect(oval);
892 addRect(rect);
951 addRect(dst);
977 addRect(dst);
1346 void SkPictureRecord::addRect(const SkRect& rect) { function in class:SkPictureRecord
H A DSkPath.cpp790 void SkPath::addRect(const SkRect& rect, Direction dir) { function in class:SkPath
791 this->addRect(rect.fLeft, rect.fTop, rect.fRight, rect.fBottom, dir);
794 void SkPath::addRect(SkScalar left, SkScalar top, SkScalar right, function in class:SkPath
1049 this->addRect(bounds, dir);
/external/skia/src/core/
H A DSkPictureRecord.cpp766 addRect(rect);
882 addRect(oval);
892 addRect(rect);
951 addRect(dst);
977 addRect(dst);
1346 void SkPictureRecord::addRect(const SkRect& rect) { function in class:SkPictureRecord
H A DSkPath.cpp790 void SkPath::addRect(const SkRect& rect, Direction dir) { function in class:SkPath
791 this->addRect(rect.fLeft, rect.fTop, rect.fRight, rect.fBottom, dir);
794 void SkPath::addRect(SkScalar left, SkScalar top, SkScalar right, function in class:SkPath
1049 this->addRect(bounds, dir);

Completed in 255 milliseconds