OLD | NEW |
1 // Copyright 2016 The Chromium Authors. All rights reserved. | 1 // Copyright 2016 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 CANVAS_DIMENSIONS, 40, | 5 CANVAS_DIMENSIONS, 40, |
6 PATH_COLOR_ARGB, 0xFF, 0x5A, 0x5A, 0x5A, | 6 PATH_COLOR_ARGB, 0xFF, 0x5A, 0x5A, 0x5A, |
7 MOVE_TO, 4, 30.06f, | 7 MOVE_TO, 4, 30.06f, |
8 V_LINE_TO, 34, | 8 V_LINE_TO, 34, |
9 R_H_LINE_TO, 4, | 9 R_H_LINE_TO, 4, |
10 R_CUBIC_TO, 0, -2.18f, -1.79f, -3.94f, -4, -3.94f, | 10 R_CUBIC_TO, 0, -2.18f, -1.79f, -3.94f, -4, -3.94f, |
(...skipping 27 matching lines...) Expand all Loading... |
38 CLOSE, | 38 CLOSE, |
39 NEW_PATH, | 39 NEW_PATH, |
40 MOVE_TO, 10, 14, | 40 MOVE_TO, 10, 14, |
41 R_V_LINE_TO, 2.63f, | 41 R_V_LINE_TO, 2.63f, |
42 CUBIC_TO, 16.25f, 17.5f, 20.83f, 24.94f, 22.08f, 28, | 42 CUBIC_TO, 16.25f, 17.5f, 20.83f, 24.94f, 22.08f, 28, |
43 H_LINE_TO, 30, | 43 H_LINE_TO, 30, |
44 V_LINE_TO, 14, | 44 V_LINE_TO, 14, |
45 H_LINE_TO, 10, | 45 H_LINE_TO, 10, |
46 CLOSE, | 46 CLOSE, |
47 END | 47 END |
OLD | NEW |