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, 20, | 5 CANVAS_DIMENSIONS, 20, |
6 PATH_COLOR_ARGB, 0xFF, 0x5A, 0x5A, 0x5A, | 6 PATH_COLOR_ARGB, 0xFF, 0x5A, 0x5A, 0x5A, |
7 MOVE_TO, 2, 15.03f, | 7 MOVE_TO, 2, 15.03f, |
8 V_LINE_TO, 17, | 8 V_LINE_TO, 17, |
9 R_H_LINE_TO, 2, | 9 R_H_LINE_TO, 2, |
10 R_CUBIC_TO, 0, -1.09f, -0.89f, -1.97f, -2, -1.97f, | 10 R_CUBIC_TO, 0, -1.09f, -0.89f, -1.97f, -2, -1.97f, |
(...skipping 27 matching lines...) Expand all Loading... |
38 CLOSE, | 38 CLOSE, |
39 NEW_PATH, | 39 NEW_PATH, |
40 MOVE_TO, 5, 7, | 40 MOVE_TO, 5, 7, |
41 R_V_LINE_TO, 1.31f, | 41 R_V_LINE_TO, 1.31f, |
42 R_CUBIC_TO, 3.13f, 0.44f, 5.42f, 4.16f, 6.04f, 5.69f, | 42 R_CUBIC_TO, 3.13f, 0.44f, 5.42f, 4.16f, 6.04f, 5.69f, |
43 H_LINE_TO, 15, | 43 H_LINE_TO, 15, |
44 V_LINE_TO, 7, | 44 V_LINE_TO, 7, |
45 H_LINE_TO, 5, | 45 H_LINE_TO, 5, |
46 CLOSE, | 46 CLOSE, |
47 END | 47 END |
OLD | NEW |