| 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, 24, 16, | 5 MOVE_TO, 24, 16, |
| 6 R_CUBIC_TO, -4.42f, 0, -8, 3.58f, -8, 8, | 6 R_CUBIC_TO, -4.42f, 0, -8, 3.58f, -8, 8, |
| 7 R_CUBIC_TO, 0, 4.42f, 3.58f, 8, 8, 8, | 7 R_CUBIC_TO, 0, 4.42f, 3.58f, 8, 8, 8, |
| 8 R_CUBIC_TO, 4.42f, 0, 8, -3.58f, 8, -8, | 8 R_CUBIC_TO, 4.42f, 0, 8, -3.58f, 8, -8, |
| 9 R_CUBIC_TO, 0, -4.42f, -3.58f, -8, -8, -8, | 9 R_CUBIC_TO, 0, -4.42f, -3.58f, -8, -8, -8, |
| 10 CLOSE, | 10 CLOSE, |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 R_V_LINE_TO, -4, | 26 R_V_LINE_TO, -4, |
| 27 R_H_LINE_TO, -4.12f, | 27 R_H_LINE_TO, -4.12f, |
| 28 CLOSE, | 28 CLOSE, |
| 29 MOVE_TO, 24, 38, | 29 MOVE_TO, 24, 38, |
| 30 R_CUBIC_TO, -7.73f, 0, -14, -6.27f, -14, -14, | 30 R_CUBIC_TO, -7.73f, 0, -14, -6.27f, -14, -14, |
| 31 R_CUBIC_TO, 0, -7.73f, 6.27f, -14, 14, -14, | 31 R_CUBIC_TO, 0, -7.73f, 6.27f, -14, 14, -14, |
| 32 R_CUBIC_TO, 7.73f, 0, 14, 6.27f, 14, 14, | 32 R_CUBIC_TO, 7.73f, 0, 14, 6.27f, 14, 14, |
| 33 R_CUBIC_TO, 0, 7.73f, -6.27f, 14, -14, 14, | 33 R_CUBIC_TO, 0, 7.73f, -6.27f, 14, -14, 14, |
| 34 CLOSE, | 34 CLOSE, |
| 35 END | 35 END |
| OLD | NEW |