| 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 MOVE_TO, 14, 24, | 5 MOVE_TO, 14, 24, |
| 6 R_LINE_TO, -4, -4, | 6 R_LINE_TO, -4, -4, |
| 7 R_LINE_TO, -4, 4, | 7 R_LINE_TO, -4, 4, |
| 8 R_LINE_TO, 4, 4, | 8 R_LINE_TO, 4, 4, |
| 9 R_LINE_TO, 4, -4, | 9 R_LINE_TO, 4, -4, |
| 10 CLOSE, | 10 CLOSE, |
| (...skipping 23 matching lines...) Expand all Loading... |
| 34 R_V_LINE_TO, -7.52f, | 34 R_V_LINE_TO, -7.52f, |
| 35 R_LINE_TO, 3.76f, 3.77f, | 35 R_LINE_TO, 3.76f, 3.77f, |
| 36 CLOSE, | 36 CLOSE, |
| 37 MOVE_TO, 38, 20, | 37 MOVE_TO, 38, 20, |
| 38 R_LINE_TO, -4, 4, | 38 R_LINE_TO, -4, 4, |
| 39 R_LINE_TO, 4, 4, | 39 R_LINE_TO, 4, 4, |
| 40 R_LINE_TO, 4, -4, | 40 R_LINE_TO, 4, -4, |
| 41 R_LINE_TO, -4, -4, | 41 R_LINE_TO, -4, -4, |
| 42 CLOSE, | 42 CLOSE, |
| 43 END | 43 END |
| OLD | NEW |