зеркало из https://github.com/mozilla/moz-skia.git
fix printf output for name when skscalar is fixed
git-svn-id: http://skia.googlecode.com/svn/trunk@1866 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
Родитель
25df8884bb
Коммит
8c4a2db81c
|
@ -26,7 +26,7 @@ public:
|
||||||
fRadius = rad;
|
fRadius = rad;
|
||||||
fStyle = bs;
|
fStyle = bs;
|
||||||
const char* name = rad > 0 ? gStyleName[bs] : "none";
|
const char* name = rad > 0 ? gStyleName[bs] : "none";
|
||||||
fName.printf("blur_%g_%s", rad, name);
|
fName.printf("blur_%d_%s", SkScalarRound(rad), name);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
Загрузка…
Ссылка в новой задаче