OLD | NEW |
1 // Copyright 2017 The Chromium Authors. All rights reserved. | 1 // Copyright 2017 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, 0xFF, 0x42, 0x85, 0xF4, | 6 PATH_COLOR_ARGB, 0xFF, 0x42, 0x85, 0xF4, |
7 MOVE_TO, 31.9f, 16.36f, | 7 MOVE_TO, 31.9f, 16.36f, |
8 R_CUBIC_TO, 0, -1.13f, -0.1f, -2.22f, -0.3f, -3.27f, | 8 R_CUBIC_TO, 0, -1.13f, -0.1f, -2.22f, -0.3f, -3.27f, |
9 H_LINE_TO, 16.27f, | 9 H_LINE_TO, 16.27f, |
10 R_V_LINE_TO, 6.15f, | 10 R_V_LINE_TO, 6.15f, |
(...skipping 29 matching lines...) Expand all Loading... |
40 PATH_COLOR_ARGB, 0xFF, 0xEA, 0x43, 0x35, | 40 PATH_COLOR_ARGB, 0xFF, 0xEA, 0x43, 0x35, |
41 MOVE_TO, 16.27f, 6.36f, | 41 MOVE_TO, 16.27f, 6.36f, |
42 R_CUBIC_TO, 2.4f, 0, 4.53f, 0.8f, 6.22f, 2.4f, | 42 R_CUBIC_TO, 2.4f, 0, 4.53f, 0.8f, 6.22f, 2.4f, |
43 R_LINE_TO, 4.63f, -4.6f, | 43 R_LINE_TO, 4.63f, -4.6f, |
44 CUBIC_TO, 24.33f, 1.6f, 20.63f, 0, 16.23f, 0, | 44 CUBIC_TO, 24.33f, 1.6f, 20.63f, 0, 16.23f, 0, |
45 CUBIC_TO, 9.96f, 0, 4.46f, 3.6f, 1.78f, 8.8f, | 45 CUBIC_TO, 9.96f, 0, 4.46f, 3.6f, 1.78f, 8.8f, |
46 R_LINE_TO, 5.43f, 4.16f, | 46 R_LINE_TO, 5.43f, 4.16f, |
47 R_CUBIC_TO, 1.27f, -3.78f, 4.85f, -6.6f, 9.1f, -6.6f, | 47 R_CUBIC_TO, 1.27f, -3.78f, 4.85f, -6.6f, 9.1f, -6.6f, |
48 CLOSE, | 48 CLOSE, |
49 END | 49 END |
OLD | NEW |