OLD | NEW |
1 /* | 1 /* |
2 * Copyright 2014 Google Inc. | 2 * Copyright 2014 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 "sk_tool_utils.h" | 8 #include "sk_tool_utils.h" |
9 #include "sk_tool_utils_flags.h" | 9 #include "sk_tool_utils_flags.h" |
10 | 10 |
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
338 } else { | 338 } else { |
339 norm = leftUp; | 339 norm = leftUp; |
340 } | 340 } |
341 } | 341 } |
342 | 342 |
343 norm_to_rgb(bm, x, y, norm); | 343 norm_to_rgb(bm, x, y, norm); |
344 } | 344 } |
345 } | 345 } |
346 } | 346 } |
347 | 347 |
| 348 void make_big_path(SkPath& path) { |
| 349 #include "BigPathBench.inc" |
| 350 } |
| 351 |
348 } // namespace sk_tool_utils | 352 } // namespace sk_tool_utils |
OLD | NEW |