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, 40, | 5 CANVAS_DIMENSIONS, 40, |
6 MOVE_TO, 33, 15, | 6 MOVE_TO, 33, 15, |
7 LINE_TO, 26, 15, | 7 LINE_TO, 26, 15, |
8 LINE_TO, 26, 5, | 8 LINE_TO, 26, 5, |
9 LINE_TO, 16, 5, | 9 LINE_TO, 16, 5, |
10 LINE_TO, 16, 15, | 10 LINE_TO, 16, 15, |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 LINE_TO, 29, 34, | 47 LINE_TO, 29, 34, |
48 LINE_TO, 38, 34, | 48 LINE_TO, 38, 34, |
49 LINE_TO, 36, 33, | 49 LINE_TO, 36, 33, |
50 CLOSE, | 50 CLOSE, |
51 // Pupils. | 51 // Pupils. |
52 NEW_PATH, | 52 NEW_PATH, |
53 PATH_COLOR_ARGB, 0xFF, 0x97, 0x97, 0x97, | 53 PATH_COLOR_ARGB, 0xFF, 0x97, 0x97, 0x97, |
54 ROUND_RECT, 31, 36, 1, 1, 0, | 54 ROUND_RECT, 31, 36, 1, 1, 0, |
55 ROUND_RECT, 35, 36, 1, 1, 0, | 55 ROUND_RECT, 35, 36, 1, 1, 0, |
56 END | 56 END |
OLD | NEW |