1
0
Fork 0
forked from len0rd/rockbox
foxbox/lib/skin_parser
Thomas Jarosch fdd4aef340 Make thirty functions static to reduce binary size
If any of those functions should be (unused) API functions,
they can easily be turned back once really needed.

Detected using a new cppcheck check that
uses the internal symbol database to catch
functions that are only used in the current file.

Change-Id: Ic2b1e5b8020b76397f11cefc4e205f3b7ac1f184
2015-01-05 18:44:36 +01:00
..
Makefile Fix Theme Editor build. 2013-02-08 22:38:57 +01:00
skin_buffer.c Use buflib for all skin engine allocations. 2011-11-15 14:11:08 +00:00
skin_buffer.h Use buflib for all skin engine allocations. 2011-11-15 14:11:08 +00:00
skin_buffer_debug.pl Add a simple perl script to display info about what is allocating skin buffer. 2011-09-25 12:05:03 +00:00
skin_debug.c checkwps: show a helpful error if the parser callback errors out 2013-02-26 21:18:16 +11:00
skin_debug.h skin_engine: Reenable skin debugging in the sim (use --debugwps) 2012-03-15 23:26:07 +11:00
skin_parser.c Make thirty functions static to reduce binary size 2015-01-05 18:44:36 +01:00
skin_parser.h Make thirty functions static to reduce binary size 2015-01-05 18:44:36 +01:00
skin_parser.make build system: unify/simplify library handling a bit. 2012-03-26 22:27:40 +02:00
skin_scan.c Make thirty functions static to reduce binary size 2015-01-05 18:44:36 +01:00
skin_scan.h Make thirty functions static to reduce binary size 2015-01-05 18:44:36 +01:00
SOURCES skin_engine: Reenable skin debugging in the sim (use --debugwps) 2012-03-15 23:26:07 +11:00
symbols.h Correct spelling of 'seperate' in the skin parsing code - FS#11724 by Alexander Levin 2010-11-05 09:51:19 +00:00
tag_table.c add supports for x,y value in percentage to several tags. 2014-07-21 04:54:53 +02:00
tag_table.h 9 segment bitmap drawing: 2012-12-09 17:11:19 +11:00