Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 // Copyright 2015 The Chromium Authors. All rights reserved. | 1 // Copyright 2015 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 PATH_MODE_CLEAR, | 6 PATH_MODE_CLEAR, |
| 7 MOVE_TO, 32, 32, | 7 MOVE_TO, 32, 32, |
| 8 LINE_TO, 16, 32, | 8 LINE_TO, 16, 32, |
| 9 LINE_TO, 16, 18, | 9 LINE_TO, 16, 18, |
| 10 CUBIC_TO, 16, 16.9f, 16.9f, 16, 18, 16, | 10 CUBIC_TO, 16, 16.9f, 16.9f, 16, 18, 16, |
| (...skipping 17 matching lines...) Expand all Loading... | |
| 28 LINE_TO, 26, 21, | 28 LINE_TO, 26, 21, |
| 29 LINE_TO, 26, 26, | 29 LINE_TO, 26, 26, |
| 30 LINE_TO, 24, 26, | 30 LINE_TO, 24, 26, |
| 31 CLOSE, | 31 CLOSE, |
| 32 MOVE_TO, 24, 27, | 32 MOVE_TO, 24, 27, |
| 33 LINE_TO, 26, 27, | 33 LINE_TO, 26, 27, |
| 34 LINE_TO, 26, 29, | 34 LINE_TO, 26, 29, |
| 35 LINE_TO, 24, 29, | 35 LINE_TO, 24, 29, |
| 36 CLOSE, | 36 CLOSE, |
| 37 END | 37 END |
| OLD | NEW |