| 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, 16, | 5 CANVAS_DIMENSIONS, 16, |
| 6 MOVE_TO, 3, 7, | 6 MOVE_TO, 3, 7, |
| 7 R_CUBIC_TO, 0, -0.55f, 0.46f, -1, 1, -1, | 7 R_CUBIC_TO, 0, -0.55f, 0.46f, -1, 1, -1, |
| 8 R_H_LINE_TO, 8.01f, | 8 R_H_LINE_TO, 8.01f, |
| 9 R_CUBIC_TO, 0.55f, 0, 1, 0.45f, 1, 1, | 9 R_CUBIC_TO, 0.55f, 0, 1, 0.45f, 1, 1, |
| 10 R_V_LINE_TO, 6.01f, | 10 R_V_LINE_TO, 6.01f, |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 CUBIC_TO, 5, 3.34f, 6.35f, 2, 8, 2, | 27 CUBIC_TO, 5, 3.34f, 6.35f, 2, 8, 2, |
| 28 CLOSE, | 28 CLOSE, |
| 29 R_MOVE_TO, 0, 1, | 29 R_MOVE_TO, 0, 1, |
| 30 R_CUBIC_TO, 1.11f, 0, 2, 0.9f, 2, 2, | 30 R_CUBIC_TO, 1.11f, 0, 2, 0.9f, 2, 2, |
| 31 V_LINE_TO, 6, | 31 V_LINE_TO, 6, |
| 32 H_LINE_TO, 6, | 32 H_LINE_TO, 6, |
| 33 V_LINE_TO, 5, | 33 V_LINE_TO, 5, |
| 34 CUBIC_TO, 6, 3.89f, 6.89f, 3, 8, 3, | 34 CUBIC_TO, 6, 3.89f, 6.89f, 3, 8, 3, |
| 35 CLOSE, | 35 CLOSE, |
| 36 END | 36 END |
| OLD | NEW |