| 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, 24, | 5 CANVAS_DIMENSIONS, 24, |
| 6 MOVE_TO, 4, 6, | 6 MOVE_TO, 4, 6, |
| 7 H_LINE_TO, 2, | 7 H_LINE_TO, 2, |
| 8 R_V_LINE_TO, 14, | 8 R_V_LINE_TO, 14, |
| 9 R_CUBIC_TO, 0, 1.1f, 0.9f, 2, 2, 2, | 9 R_CUBIC_TO, 0, 1.1f, 0.9f, 2, 2, 2, |
| 10 R_H_LINE_TO, 14, | 10 R_H_LINE_TO, 14, |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 LINE_TO, 9.76f, 7.17f, | 30 LINE_TO, 9.76f, 7.17f, |
| 31 R_LINE_TO, 1.41f, -1.41f, | 31 R_LINE_TO, 1.41f, -1.41f, |
| 32 LINE_TO, 14, 8.59f, | 32 LINE_TO, 14, 8.59f, |
| 33 R_LINE_TO, 2.83f, -2.83f, | 33 R_LINE_TO, 2.83f, -2.83f, |
| 34 R_LINE_TO, 1.41f, 1.41f, | 34 R_LINE_TO, 1.41f, 1.41f, |
| 35 LINE_TO, 15.41f, 10, | 35 LINE_TO, 15.41f, 10, |
| 36 R_LINE_TO, 2.83f, 2.83f, | 36 R_LINE_TO, 2.83f, 2.83f, |
| 37 R_LINE_TO, -1.41f, 1.41f, | 37 R_LINE_TO, -1.41f, 1.41f, |
| 38 CLOSE, | 38 CLOSE, |
| 39 END | 39 END |
| OLD | NEW |