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 MOVE_TO, 27.53f, 17.18f, | 6 MOVE_TO, 27.53f, 17.18f, |
7 R_LINE_TO, -2.72f, -2.72f, | 7 R_LINE_TO, -2.72f, -2.72f, |
8 R_LINE_TO, -1.49f, 1.49f, | 8 R_LINE_TO, -1.49f, 1.49f, |
9 R_LINE_TO, 2.35f, 2.35f, | 9 R_LINE_TO, 2.35f, 2.35f, |
10 R_LINE_TO, -5.99f, 5.99f, | 10 R_LINE_TO, -5.99f, 5.99f, |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 R_H_LINE_TO, 5.02f, | 43 R_H_LINE_TO, 5.02f, |
44 CLOSE, | 44 CLOSE, |
45 R_MOVE_TO, -2.51f, -8.5f, | 45 R_MOVE_TO, -2.51f, -8.5f, |
46 R_CUBIC_TO, 0.99f, 0, 1.8f, 0.88f, 1.8f, 1.94f, | 46 R_CUBIC_TO, 0.99f, 0, 1.8f, 0.88f, 1.8f, 1.94f, |
47 V_LINE_TO, 7, | 47 V_LINE_TO, 7, |
48 H_LINE_TO, 20.71f, | 48 H_LINE_TO, 20.71f, |
49 R_V_LINE_TO, -0.56f, | 49 R_V_LINE_TO, -0.56f, |
50 R_CUBIC_TO, 0, -1.06f, 0.8f, -1.94f, 1.8f, -1.94f, | 50 R_CUBIC_TO, 0, -1.06f, 0.8f, -1.94f, 1.8f, -1.94f, |
51 CLOSE, | 51 CLOSE, |
52 END | 52 END |
OLD | NEW |