зеркало из https://github.com/mozilla/moz-skia.git
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@6936 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
Родитель
bcbef579d0
Коммит
1a60dab449
|
@ -231,7 +231,7 @@ void SkRRect::computeType() const {
|
|||
|
||||
void SkRRect::inset(SkScalar dx, SkScalar dy, SkRRect* dst) const {
|
||||
SkRect r = fRect;
|
||||
|
||||
|
||||
r.inset(dx, dy);
|
||||
if (r.isEmpty()) {
|
||||
dst->setEmpty();
|
||||
|
|
|
@ -21,7 +21,7 @@ static void test_inset(skiatest::Reporter* reporter) {
|
|||
|
||||
rr.inset(20, 20, &rr2);
|
||||
REPORTER_ASSERT(reporter, rr2.isRect());
|
||||
|
||||
|
||||
rr.inset(r.width()/2, r.height()/2, &rr2);
|
||||
REPORTER_ASSERT(reporter, rr2.isEmpty());
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче