Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(504)

Side by Side Diff: tests/BlurTest.cpp

Issue 2209533004: spin off easy stuff from Herb's windows GN CL (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « include/core/SkPreConfig.h ('k') | third_party/expat/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright 2011 Google Inc. 2 * Copyright 2011 Google Inc.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license that can be 4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file. 5 * found in the LICENSE file.
6 */ 6 */
7 7
8 #include "SkBlurMask.h" 8 #include "SkBlurMask.h"
9 #include "SkBlurMaskFilter.h" 9 #include "SkBlurMaskFilter.h"
10 #include "SkBlurDrawLooper.h" 10 #include "SkBlurDrawLooper.h"
11 #include "SkCanvas.h" 11 #include "SkCanvas.h"
12 #include "SkColorFilter.h"
12 #include "SkEmbossMaskFilter.h" 13 #include "SkEmbossMaskFilter.h"
13 #include "SkLayerDrawLooper.h" 14 #include "SkLayerDrawLooper.h"
14 #include "SkMath.h" 15 #include "SkMath.h"
15 #include "SkPaint.h" 16 #include "SkPaint.h"
16 #include "SkPath.h" 17 #include "SkPath.h"
17 #include "Test.h" 18 #include "Test.h"
18 19
19 #if SK_SUPPORT_GPU 20 #if SK_SUPPORT_GPU
20 #include "GrContextFactory.h" 21 #include "GrContextFactory.h"
21 #include "SkGpuDevice.h" 22 #include "SkGpuDevice.h"
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 568
568 SkPaint p; 569 SkPaint p;
569 p.setMaskFilter(SkBlurMaskFilter::Make(kNormal_SkBlurStyle, 0.01f)); 570 p.setMaskFilter(SkBlurMaskFilter::Make(kNormal_SkBlurStyle, 0.01f));
570 571
571 canvas->drawRRect(rr, p); 572 canvas->drawRRect(rr, p);
572 } 573 }
573 574
574 #endif 575 #endif
575 576
576 //////////////////////////////////////////////////////////////////////////////// /////////// 577 //////////////////////////////////////////////////////////////////////////////// ///////////
OLDNEW
« no previous file with comments | « include/core/SkPreConfig.h ('k') | third_party/expat/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698