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, 16, | 5 CANVAS_DIMENSIONS, 16, |
6 MOVE_TO, 11, 4, | 6 MOVE_TO, 11, 4, |
7 R_CUBIC_TO, -0.01f, -0.07f, -0.14f, -1, 0.52f, -1, | 7 R_CUBIC_TO, -0.01f, -0.07f, -0.14f, -1, 0.52f, -1, |
8 R_CUBIC_TO, 0.69f, 0, 0.5f, 0.99f, 0.5f, 0.99f, | 8 R_CUBIC_TO, 0.69f, 0, 0.5f, 0.99f, 0.5f, 0.99f, |
9 R_LINE_TO, 1, -0.01f, | 9 R_LINE_TO, 1, -0.01f, |
10 R_LINE_TO, -0.01f, -0.44f, | 10 R_LINE_TO, -0.01f, -0.44f, |
(...skipping 27 matching lines...) Expand all Loading... |
38 CLOSE, | 38 CLOSE, |
39 MOVE_TO, 5.95f, 12.67f, | 39 MOVE_TO, 5.95f, 12.67f, |
40 R_ARC_TO, 5.55f, 5.55f, 0, 0, 1, -3.16f, -4.48f, | 40 R_ARC_TO, 5.55f, 5.55f, 0, 0, 1, -3.16f, -4.48f, |
41 H_LINE_TO, 2, | 41 H_LINE_TO, 2, |
42 ARC_TO, 6.34f, 6.34f, 0, 0, 0, 8.32f, 14, | 42 ARC_TO, 6.34f, 6.34f, 0, 0, 0, 8.32f, 14, |
43 R_LINE_TO, 0.35f, -0.02f, | 43 R_LINE_TO, 0.35f, -0.02f, |
44 R_LINE_TO, -2.01f, -2.02f, | 44 R_LINE_TO, -2.01f, -2.02f, |
45 R_LINE_TO, -0.7f, 0.7f, | 45 R_LINE_TO, -0.7f, 0.7f, |
46 CLOSE, | 46 CLOSE, |
47 END | 47 END |
OLD | NEW |