Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: tests/bitmaps/case_simple.yaml

Issue 6508006: Enable EFIv1 compression in bmpbklk_utility. (Closed) Base URL: http://git.chromium.org/git/vboot_reference.git@master
Patch Set: Added tests, updated copyrights, moved bmpblk_util.h as suggested. Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tests/bitmaps/Word.bmp ('k') | utility/Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1
2 bmpblock: 1.0
3
4 images:
5 background: Background.bmp
6 text: Word.bmp
7
8 screens:
9 scr_1:
10 - [0, 0, background]
11 - [45, 45, text ]
12
13 scr_2:
14 - [0, 0, background]
15 - [45, 400, text ]
16
17 scr_3:
18 - [0, 0, background]
19 - [400, 400, text ]
20
21 scr_4:
22 - [0, 0, background]
23 - [400, 45, text ]
24
25
26 localizations:
27 - [ scr_1, scr_2, scr_3, scr_4 ]
OLDNEW
« no previous file with comments | « tests/bitmaps/Word.bmp ('k') | utility/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698