| Index: samplecode/SampleTiling.cpp
|
| ===================================================================
|
| --- samplecode/SampleTiling.cpp (revision 11004)
|
| +++ samplecode/SampleTiling.cpp (working copy)
|
| @@ -66,8 +66,7 @@
|
| SkBlurDrawLooper fLooper;
|
| public:
|
| TilingView()
|
| - : fLooper(SkIntToScalar(1), SkIntToScalar(2), SkIntToScalar(2),
|
| - 0x88000000) {
|
| + : fLooper(0x88000000, SkFloatToScalar(1.07735f), SkIntToScalar(2), SkIntToScalar(2)) {
|
| fTextPicture = new SkPicture();
|
| for (size_t i = 0; i < SK_ARRAY_COUNT(gConfigs); i++) {
|
| makebm(&fTexture[i], gConfigs[i], gWidth, gHeight);
|
|
|