platform_bootable_recovery/minui
Elliott Hughes 01a4d08010 Fix recovery image text rendering.
Previously most devices would lose the character before a line wrap.
The log's text rendering was starting at offset 4 but none of the
arithmetic was taking this into account. It just happened to work
on the Nexus 9's 1536-pixel wide display (1536/18=85.3) but not on
a device such as the Nexus 5 (1080/18=60).

The only active part of this change is the change from 4 to 0 in the
gr_text call. The rest is just a few bits of trivial cleanup while I
was working out what was going on.

Change-Id: I9279ae323c77bc8b6ea87dc0fe009aaaec6bfa0e
2015-03-24 15:21:48 -07:00
..
Android.mk Fix recovery image text rendering. 2015-03-24 15:21:48 -07:00
events.c recovery: Handle EV_SW events 2015-02-10 16:28:07 -08:00
font_10x18.h minui: do not use flexible array initialization 2013-11-26 03:21:13 +00:00
graphics.c Fix recovery image text rendering. 2015-03-24 15:21:48 -07:00
graphics.h recovery: minui: add adf backend 2014-04-25 15:47:34 -07:00
graphics_adf.c Fix Droid and animation color in recovery mode 2015-02-11 21:36:00 -08:00
graphics_fbdev.c am ff934d02: Merge "Fix Droid and animation color in recovery mode" 2015-02-12 17:42:11 +00:00
minui.h am 80c1a386: resolved conflicts for merge of d90da130 to klp-modular-dev-plus-aosp 2014-03-17 23:33:14 +00:00
mkfont.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
resources.c Fix Droid and animation color in recovery mode 2015-02-11 21:36:00 -08:00