1
0
Fork 0
forked from len0rd/rockbox
foxbox/lib
Jonathan Gordon 014a08cabb skin_engine: New tag to draw a rectangle (optionally with a gradient)
%dr(x, y, width, height, [colour1[, colour2]]):
x,y - viewport relative pixel coordinates to start the rectangle.
width, height - obvious. can be '-' to fill the viewport
if both colours are left out the viewports foreground colour will be used
if one colour is specified it will fill the rectangle that colour.
if both colours are specified it will gradient fill the rectangle.

Change-Id: Iad451e99ded663bc7c5d182443659db7d909b388
2012-03-15 22:52:53 +11:00
..
arm_support Fix native arm builds. arm_support couldn't build properly. 2012-01-22 19:24:48 +01:00
libsetjmp m68k/setjmp.S: fix build with gcc 3.4.6 -std=gnu99 2010-09-07 14:50:26 +00:00
rbcodec/test Re-add -DDEBUG to the warble makefile 2012-03-04 16:35:43 +01:00
skin_parser skin_engine: New tag to draw a rectangle (optionally with a gradient) 2012-03-15 22:52:53 +11:00
unwarminder Fix sanity check in UnwStartThumb() using the wrong register 2012-03-02 18:29:09 +01:00