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, 16, | 5 CANVAS_DIMENSIONS, 16, |
| 6 MOVE_TO, 10, 8, | 6 MOVE_TO, 10, 8, |
| 7 R_H_LINE_TO, 1, | 7 R_H_LINE_TO, 1, |
| 8 R_V_LINE_TO, 1, | 8 R_V_LINE_TO, 1, |
| 9 H_LINE_TO, 9, | 9 H_LINE_TO, 9, |
| 10 V_LINE_TO, 5, | 10 V_LINE_TO, 5, |
| (...skipping 18 matching lines...) Expand all Loading... | |
| 29 R_LINE_TO, 1, -1, | 29 R_LINE_TO, 1, -1, |
| 30 R_LINE_TO, -1, -1, | 30 R_LINE_TO, -1, -1, |
| 31 R_V_LINE_TO, -2, | 31 R_V_LINE_TO, -2, |
| 32 R_H_LINE_TO, 2, | 32 R_H_LINE_TO, 2, |
| 33 R_CUBIC_TO, 0.5f, 0, 1, -0.5f, 1, -1, | 33 R_CUBIC_TO, 0.5f, 0, 1, -0.5f, 1, -1, |
| 34 V_LINE_TO, 6, | 34 V_LINE_TO, 6, |
| 35 R_H_LINE_TO, -2, | 35 R_H_LINE_TO, -2, |
| 36 R_V_LINE_TO, 2, | 36 R_V_LINE_TO, 2, |
| 37 CLOSE, | 37 CLOSE, |
| 38 END | 38 END |
| OLD | NEW |