Chromium Code Reviews| 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, 32, | 5 CANVAS_DIMENSIONS, 32, |
| 6 MOVE_TO, 19, 16, | 6 MOVE_TO, 19, 16, |
| 7 R_H_LINE_TO, 1, | 7 R_H_LINE_TO, 1, |
| 8 R_V_LINE_TO, 2, | 8 R_V_LINE_TO, 2, |
| 9 R_H_LINE_TO, -3, | 9 R_H_LINE_TO, -3, |
| 10 R_V_LINE_TO, -8, | 10 R_V_LINE_TO, -8, |
| (...skipping 19 matching lines...) Expand all Loading... | |
| 30 R_V_LINE_TO, -3, | 30 R_V_LINE_TO, -3, |
| 31 R_H_LINE_TO, 3, | 31 R_H_LINE_TO, 3, |
| 32 R_CUBIC_TO, 1.14f, -0.13f, 2.01f, -1.01f, 2, -2, | 32 R_CUBIC_TO, 1.14f, -0.13f, 2.01f, -1.01f, 2, -2, |
| 33 R_V_LINE_TO, -2, | 33 R_V_LINE_TO, -2, |
| 34 R_H_LINE_TO, 1, | 34 R_H_LINE_TO, 1, |
| 35 R_V_LINE_TO, -4, | 35 R_V_LINE_TO, -4, |
| 36 R_H_LINE_TO, -4, | 36 R_H_LINE_TO, -4, |
| 37 R_V_LINE_TO, 4, | 37 R_V_LINE_TO, 4, |
| 38 CLOSE, | 38 CLOSE, |
| 39 END | 39 END |
| OLD | NEW |