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, 20, | 5 CANVAS_DIMENSIONS, 20, |
6 PATH_COLOR_ARGB, 0x4D, 0x00, 0x00, 0x00, | 6 PATH_COLOR_ARGB, 0x4D, 0x00, 0x00, 0x00, |
7 MOVE_TO, 14.96f, 8.04f, | 7 MOVE_TO, 14.96f, 8.04f, |
8 R_H_LINE_TO, -4.56f, | 8 R_H_LINE_TO, -4.56f, |
9 R_LINE_TO, 4.56f, -4.8f, | 9 R_LINE_TO, 4.56f, -4.8f, |
10 R_CUBIC_TO, 0.3f, -0.23f, 0.5f, -0.59f, 0.5f, -0.99f, | 10 R_CUBIC_TO, 0.3f, -0.23f, 0.5f, -0.59f, 0.5f, -0.99f, |
(...skipping 23 matching lines...) Expand all Loading... |
34 R_CUBIC_TO, -0.01f, 0.01f, -0.03f, 0.02f, -0.04f, 0.03f, | 34 R_CUBIC_TO, -0.01f, 0.01f, -0.03f, 0.02f, -0.04f, 0.03f, |
35 CUBIC_TO, 3.49f, 14.13f, 3, 15.01f, 3, 16, | 35 CUBIC_TO, 3.49f, 14.13f, 3, 15.01f, 3, 16, |
36 R_CUBIC_TO, 0, 1.66f, 1.34f, 3, 3, 3, | 36 R_CUBIC_TO, 0, 1.66f, 1.34f, 3, 3, 3, |
37 R_CUBIC_TO, 0.62f, 0, 1.19f, -0.19f, 1.67f, -0.51f, | 37 R_CUBIC_TO, 0.62f, 0, 1.19f, -0.19f, 1.67f, -0.51f, |
38 R_H_LINE_TO, 0, | 38 R_H_LINE_TO, 0, |
39 R_LINE_TO, 0.01f, -0.01f, | 39 R_LINE_TO, 0.01f, -0.01f, |
40 R_CUBIC_TO, 0.16f, -0.11f, 0.32f, -0.24f, 0.45f, -0.38f, | 40 R_CUBIC_TO, 0.16f, -0.11f, 0.32f, -0.24f, 0.45f, -0.38f, |
41 CUBIC_TO, 8.67f, 17.56f, 9, 16.82f, 9, 16, | 41 CUBIC_TO, 8.67f, 17.56f, 9, 16.82f, 9, 16, |
42 CLOSE, | 42 CLOSE, |
43 END | 43 END |
OLD | NEW |