зеркало из https://github.com/mozilla/moz-skia.git
speculative change to speedup blurrect bench for large radius, to see if the bots are timing out
git-svn-id: http://skia.googlecode.com/svn/trunk@7098 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
Родитель
57585fa2c4
Коммит
732fbee1cb
|
@ -51,8 +51,8 @@ protected:
|
|||
|
||||
int loop_count;
|
||||
|
||||
if (fRadius > SkIntToScalar(50)) {
|
||||
loop_count = 10;
|
||||
if (fRadius > SkIntToScalar(25)) {
|
||||
loop_count = 100;
|
||||
} else if (fRadius > SkIntToScalar(5)) {
|
||||
loop_count = 1000;
|
||||
} else {
|
||||
|
|
Загрузка…
Ссылка в новой задаче