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, 32, | 5 CANVAS_DIMENSIONS, 32, |
6 PATH_COLOR_ARGB, 0x4D, 0x00, 0x00, 0x00, | 6 PATH_COLOR_ARGB, 0x4D, 0xFF, 0xFF, 0xFF, |
7 MOVE_TO, 26.32f, 18.44f, | 7 MOVE_TO, 26.32f, 18.44f, |
8 R_H_LINE_TO, -4.11f, | 8 R_H_LINE_TO, -4.11f, |
9 R_LINE_TO, 4.11f, -3.54f, | 9 R_LINE_TO, 4.11f, -3.54f, |
10 R_CUBIC_TO, 0.26f, -0.19f, 0.43f, -0.5f, 0.43f, -0.85f, | 10 R_CUBIC_TO, 0.26f, -0.19f, 0.43f, -0.5f, 0.43f, -0.85f, |
11 R_CUBIC_TO, 0, -0.58f, -0.47f, -1.05f, -1.06f, -1.05f, | 11 R_CUBIC_TO, 0, -0.58f, -0.47f, -1.05f, -1.06f, -1.05f, |
12 R_CUBIC_TO, -0.22f, 0, -0.42f, 0.07f, -0.59f, 0.18f, | 12 R_CUBIC_TO, -0.22f, 0, -0.42f, 0.07f, -0.59f, 0.18f, |
13 R_LINE_TO, -8.21f, 5.47f, | 13 R_LINE_TO, -8.21f, 5.47f, |
14 R_CUBIC_TO, -0.1f, 0.05f, -0.19f, 0.11f, -0.28f, 0.18f, | 14 R_CUBIC_TO, -0.1f, 0.05f, -0.19f, 0.11f, -0.28f, 0.18f, |
15 R_LINE_TO, -0.03f, 0.02f, | 15 R_LINE_TO, -0.03f, 0.02f, |
16 R_CUBIC_TO, -0.36f, 0.31f, -0.59f, 0.76f, -0.59f, 1.27f, | 16 R_CUBIC_TO, -0.36f, 0.31f, -0.59f, 0.76f, -0.59f, 1.27f, |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 R_LINE_TO, -8.49f, 8.48f, | 62 R_LINE_TO, -8.49f, 8.48f, |
63 R_LINE_TO, 1.87f, 1.87f, | 63 R_LINE_TO, 1.87f, 1.87f, |
64 R_LINE_TO, 7.55f, -7.55f, | 64 R_LINE_TO, 7.55f, -7.55f, |
65 R_LINE_TO, 0.97f, 0.97f, | 65 R_LINE_TO, 0.97f, 0.97f, |
66 R_LINE_TO, -3.37f, 3.37f, | 66 R_LINE_TO, -3.37f, 3.37f, |
67 R_LINE_TO, 3.64f, 3.64f, | 67 R_LINE_TO, 3.64f, 3.64f, |
68 R_LINE_TO, 5.18f, -3.46f, | 68 R_LINE_TO, 5.18f, -3.46f, |
69 R_CUBIC_TO, 0.45f, -0.29f, 0.93f, -0.43f, 1.42f, -0.43f, | 69 R_CUBIC_TO, 0.45f, -0.29f, 0.93f, -0.43f, 1.42f, -0.43f, |
70 CLOSE, | 70 CLOSE, |
71 END | 71 END |
OLD | NEW |