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, 2, 11.5f, | 6 MOVE_TO, 2, 11.5f, |
7 V_LINE_TO, 13, | 7 V_LINE_TO, 13, |
8 R_H_LINE_TO, 1.5f, | 8 R_H_LINE_TO, 1.5f, |
9 R_CUBIC_TO, 0, -0.83f, -0.67f, -1.5f, -1.5f, -1.5f, | 9 R_CUBIC_TO, 0, -0.83f, -0.67f, -1.5f, -1.5f, -1.5f, |
10 CLOSE, | 10 CLOSE, |
(...skipping 25 matching lines...) Expand all Loading... |
36 R_H_LINE_TO, 9, | 36 R_H_LINE_TO, 9, |
37 R_V_LINE_TO, 7, | 37 R_V_LINE_TO, 7, |
38 H_LINE_TO, 8.5f, | 38 H_LINE_TO, 8.5f, |
39 R_V_LINE_TO, 1, | 39 R_V_LINE_TO, 1, |
40 H_LINE_TO, 12, | 40 H_LINE_TO, 12, |
41 R_CUBIC_TO, 0.55f, 0, 1, -0.45f, 1, -1, | 41 R_CUBIC_TO, 0.55f, 0, 1, -0.45f, 1, -1, |
42 V_LINE_TO, 5, | 42 V_LINE_TO, 5, |
43 R_CUBIC_TO, 0, -0.55f, -0.45f, -1, -1, -1, | 43 R_CUBIC_TO, 0, -0.55f, -0.45f, -1, -1, -1, |
44 CLOSE, | 44 CLOSE, |
45 END | 45 END |
OLD | NEW |