| 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, 8, 12, | 6 MOVE_TO, 8, 12, |
| 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, -1.5f, 1.5f, | 9 R_LINE_TO, -1.5f, 1.5f, |
| 10 LINE_TO, 8, 7, | 10 LINE_TO, 8, 7, |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 H_LINE_TO, 1.03f, | 26 H_LINE_TO, 1.03f, |
| 27 R_V_LINE_TO, 1.47f, | 27 R_V_LINE_TO, 1.47f, |
| 28 CUBIC_TO, 1.03f, 14, 2, 15, 3.57f, 15, | 28 CUBIC_TO, 1.03f, 14, 2, 15, 3.57f, 15, |
| 29 R_H_LINE_TO, 8.9f, | 29 R_H_LINE_TO, 8.9f, |
| 30 R_CUBIC_TO, 1.54f, 0, 2.53f, -1, 2.53f, -2.53f, | 30 R_CUBIC_TO, 1.54f, 0, 2.53f, -1, 2.53f, -2.53f, |
| 31 R_V_LINE_TO, -8.9f, | 31 R_V_LINE_TO, -8.9f, |
| 32 CUBIC_TO, 15, 2, 13.96f, 1.03f, 12.46f, 1.03f, | 32 CUBIC_TO, 15, 2, 13.96f, 1.03f, 12.46f, 1.03f, |
| 33 R_H_LINE_TO, -8.9f, | 33 R_H_LINE_TO, -8.9f, |
| 34 CLOSE, | 34 CLOSE, |
| 35 END | 35 END |
| OLD | NEW |