forked from len0rd/rockbox
lua rocklib_img optimize functions with multiple checkint calls
Uses int arrays and calls luaL_checkint in a loop Change-Id: Ib73dab886f018c787bd995f64d990981d194069f
This commit is contained in:
parent
90118f14cf
commit
138a4f9d3d
2 changed files with 105 additions and 67 deletions
|
|
@ -77,6 +77,7 @@ my @forbidden_functions = ('^open$',
|
|||
'^utf16',
|
||||
'^codec_',
|
||||
'^timer_',
|
||||
'^lcd_blit_(mono|grey_phase)$',
|
||||
'^lcd_(mono_)?+bitmap',
|
||||
'^lcd_(draw|fill|update_)rect$',
|
||||
'^lcd_draw(line|pixel)$',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue