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, 16, 2, | 6 MOVE_TO, 16, 2, |
7 CUBIC_TO, 8.27f, 2, 2, 8.27f, 2, 16, | 7 CUBIC_TO, 8.27f, 2, 2, 8.27f, 2, 16, |
8 CUBIC_TO, 2, 23.73f, 8.27f, 30, 16, 30, | 8 CUBIC_TO, 2, 23.73f, 8.27f, 30, 16, 30, |
9 CUBIC_TO, 23.73f, 30, 30, 23.73f, 30, 16, | 9 CUBIC_TO, 23.73f, 30, 30, 23.73f, 30, 16, |
10 CUBIC_TO, 30, 8.27f, 23.73f, 2, 16, 2, | 10 CUBIC_TO, 30, 8.27f, 23.73f, 2, 16, 2, |
(...skipping 10 matching lines...) Expand all Loading... |
21 LINE_TO, 14.6f, 14.6f, | 21 LINE_TO, 14.6f, 14.6f, |
22 LINE_TO, 14.6f, 23, | 22 LINE_TO, 14.6f, 23, |
23 CLOSE, | 23 CLOSE, |
24 MOVE_TO, 14.6f, 11.8f, | 24 MOVE_TO, 14.6f, 11.8f, |
25 LINE_TO, 17.4f, 11.8f, | 25 LINE_TO, 17.4f, 11.8f, |
26 LINE_TO, 17.4f, 9, | 26 LINE_TO, 17.4f, 9, |
27 LINE_TO, 14.6f, 9, | 27 LINE_TO, 14.6f, 9, |
28 LINE_TO, 14.6f, 11.8f, | 28 LINE_TO, 14.6f, 11.8f, |
29 CLOSE, | 29 CLOSE, |
30 END | 30 END |
OLD | NEW |