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, 40, | 5 CANVAS_DIMENSIONS, 40, |
6 PATH_COLOR_ARGB, 0x4D, 0x00, 0x00, 0x00, | 6 PATH_COLOR_ARGB, 0x4D, 0x00, 0x00, 0x00, |
7 MOVE_TO, 30.06f, 15, | 7 MOVE_TO, 30.06f, 15, |
8 R_H_LINE_TO, -9.59f, | 8 R_H_LINE_TO, -9.59f, |
9 R_LINE_TO, 9.6f, -9.27f, | 9 R_LINE_TO, 9.6f, -9.27f, |
10 R_CUBIC_TO, 0.6f, -0.48f, 1, -1.24f, 1, -2.11f, | 10 R_CUBIC_TO, 0.6f, -0.48f, 1, -1.24f, 1, -2.11f, |
(...skipping 22 matching lines...) Expand all Loading... |
33 R_CUBIC_TO, -0.03f, 0.02f, -0.05f, 0.05f, -0.08f, 0.07f, | 33 R_CUBIC_TO, -0.03f, 0.02f, -0.05f, 0.05f, -0.08f, 0.07f, |
34 CUBIC_TO, 6.98f, 28.83f, 6, 30.58f, 6, 32.56f, | 34 CUBIC_TO, 6.98f, 28.83f, 6, 30.58f, 6, 32.56f, |
35 R_CUBIC_TO, 0, 3.31f, 2.69f, 6, 6, 6, | 35 R_CUBIC_TO, 0, 3.31f, 2.69f, 6, 6, 6, |
36 R_CUBIC_TO, 1.24f, 0, 2.39f, -0.38f, 3.34f, -1.03f, | 36 R_CUBIC_TO, 1.24f, 0, 2.39f, -0.38f, 3.34f, -1.03f, |
37 R_LINE_TO, 0, 0, | 37 R_LINE_TO, 0, 0, |
38 R_LINE_TO, 0.02f, -0.01f, | 38 R_LINE_TO, 0.02f, -0.01f, |
39 R_CUBIC_TO, 0.33f, -0.22f, 0.63f, -0.48f, 0.91f, -0.76f, | 39 R_CUBIC_TO, 0.33f, -0.22f, 0.63f, -0.48f, 0.91f, -0.76f, |
40 CUBIC_TO, 17.34f, 35.69f, 18, 34.21f, 18, 32.57f, | 40 CUBIC_TO, 17.34f, 35.69f, 18, 34.21f, 18, 32.57f, |
41 CLOSE, | 41 CLOSE, |
42 END | 42 END |
OLD | NEW |