OLD | NEW |
1 // Copyright 2015 The Chromium Authors. All rights reserved. | 1 // Copyright 2015 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, 24.45f, 25.91f, | 6 MOVE_TO, 24.45f, 25.91f, |
7 LINE_TO, 26.65f, 28, | 7 LINE_TO, 26.65f, 28, |
8 LINE_TO, 28, 26.48f, | 8 LINE_TO, 28, 26.48f, |
9 R_LINE_TO, -2.11f, -2.01f, | 9 R_LINE_TO, -2.11f, -2.01f, |
10 CUBIC_TO, 26.59f, 23.49f, 27, 22.29f, 27, 21, | 10 CUBIC_TO, 26.59f, 23.49f, 27, 22.29f, 27, 21, |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 R_H_LINE_TO, -2, | 53 R_H_LINE_TO, -2, |
54 R_V_LINE_TO, 2, | 54 R_V_LINE_TO, 2, |
55 R_H_LINE_TO, 2, | 55 R_H_LINE_TO, 2, |
56 R_V_LINE_TO, 2, | 56 R_V_LINE_TO, 2, |
57 R_H_LINE_TO, 2, | 57 R_H_LINE_TO, 2, |
58 R_V_LINE_TO, -2, | 58 R_V_LINE_TO, -2, |
59 R_H_LINE_TO, 2, | 59 R_H_LINE_TO, 2, |
60 R_V_LINE_TO, -2, | 60 R_V_LINE_TO, -2, |
61 CLOSE, | 61 CLOSE, |
62 END | 62 END |
OLD | NEW |