| 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 MOVE_TO, 36, 16, | 5 MOVE_TO, 36, 16, |
| 6 R_H_LINE_TO, -2, | 6 R_H_LINE_TO, -2, |
| 7 R_V_LINE_TO, -4, | 7 R_V_LINE_TO, -4, |
| 8 R_CUBIC_TO, 0, -5.52f, -4.48f, -10, -10, -10, | 8 R_CUBIC_TO, 0, -5.52f, -4.48f, -10, -10, -10, |
| 9 CUBIC_TO, 18.48f, 2, 14, 6.48f, 14, 12, | 9 CUBIC_TO, 18.48f, 2, 14, 6.48f, 14, 12, |
| 10 R_V_LINE_TO, 4, | 10 R_V_LINE_TO, 4, |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 R_CUBIC_TO, 0, 2.21f, -1.79f, 4, -4, 4, | 24 R_CUBIC_TO, 0, 2.21f, -1.79f, 4, -4, 4, |
| 25 CLOSE, | 25 CLOSE, |
| 26 R_MOVE_TO, 6.2f, -18, | 26 R_MOVE_TO, 6.2f, -18, |
| 27 H_LINE_TO, 17.8f, | 27 H_LINE_TO, 17.8f, |
| 28 R_V_LINE_TO, -4, | 28 R_V_LINE_TO, -4, |
| 29 R_CUBIC_TO, 0, -3.42f, 2.78f, -6.2f, 6.2f, -6.2f, | 29 R_CUBIC_TO, 0, -3.42f, 2.78f, -6.2f, 6.2f, -6.2f, |
| 30 R_CUBIC_TO, 3.42f, 0, 6.2f, 2.78f, 6.2f, 6.2f, | 30 R_CUBIC_TO, 3.42f, 0, 6.2f, 2.78f, 6.2f, 6.2f, |
| 31 R_V_LINE_TO, 4, | 31 R_V_LINE_TO, 4, |
| 32 CLOSE, | 32 CLOSE, |
| 33 END | 33 END |
| OLD | NEW |