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

Side by Side Diff: src/core/SkLineClipper.h

Issue 1842753002: Style bikeshed - remove extraneous whitespace (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 8 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 | « src/core/SkLightingShader.cpp ('k') | src/core/SkLinearBitmapPipeline.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1
2 /* 1 /*
3 * Copyright 2011 Google Inc. 2 * Copyright 2011 Google Inc.
4 * 3 *
5 * 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
6 * found in the LICENSE file. 5 * found in the LICENSE file.
7 */ 6 */
8 #ifndef SkLineClipper_DEFINED 7 #ifndef SkLineClipper_DEFINED
9 #define SkLineClipper_DEFINED 8 #define SkLineClipper_DEFINED
10 9
11 #include "SkRect.h" 10 #include "SkRect.h"
(...skipping 25 matching lines...) Expand all
37 return false and ignore dst[]. 36 return false and ignore dst[].
38 37
39 ClipLine is specialized for scan-conversion, as it adds vertical 38 ClipLine is specialized for scan-conversion, as it adds vertical
40 segments on the sides to show where the line extended beyond the 39 segments on the sides to show where the line extended beyond the
41 left or right sides. IntersectLine does not. 40 left or right sides. IntersectLine does not.
42 */ 41 */
43 static bool IntersectLine(const SkPoint src[2], const SkRect& clip, SkPoint dst[2]); 42 static bool IntersectLine(const SkPoint src[2], const SkRect& clip, SkPoint dst[2]);
44 }; 43 };
45 44
46 #endif 45 #endif
OLDNEW
« no previous file with comments | « src/core/SkLightingShader.cpp ('k') | src/core/SkLinearBitmapPipeline.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698