summaryrefslogtreecommitdiffstats
path: root/libs/rs/scriptc
diff options
context:
space:
mode:
authorAlex Sakhartchouk <alexst@google.com>2010-08-04 14:45:48 -0700
committerAlex Sakhartchouk <alexst@google.com>2010-08-04 14:45:48 -0700
commitfb10c16a0528a418053e4b8e75eebe57476b86ef (patch)
tree3a48101a091f1e5b34a3c2dd96d7d01fcfd45635 /libs/rs/scriptc
parentcf9a44cdf3647c8b31499ad6250f63259c0e34e2 (diff)
downloadframeworks_base-fb10c16a0528a418053e4b8e75eebe57476b86ef.zip
frameworks_base-fb10c16a0528a418053e4b8e75eebe57476b86ef.tar.gz
frameworks_base-fb10c16a0528a418053e4b8e75eebe57476b86ef.tar.bz2
Added ability to set font color.
Propagating the name of meshes and allocations from native a3d to java Change-Id: If781f55340b5369459610e5e92ea69e240dcd24e
Diffstat (limited to 'libs/rs/scriptc')
-rw-r--r--libs/rs/scriptc/rs_graphics.rsh2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/rs/scriptc/rs_graphics.rsh b/libs/rs/scriptc/rs_graphics.rsh
index 8f89cba..4f53963 100644
--- a/libs/rs/scriptc/rs_graphics.rsh
+++ b/libs/rs/scriptc/rs_graphics.rsh
@@ -71,6 +71,8 @@ extern void __attribute__((overloadable))
rsgDrawText(rs_allocation, int x, int y);
extern void __attribute__((overloadable))
rsgBindFont(rs_font);
+extern void __attribute__((overloadable))
+ rsgFontColor(float, float, float, float);
///////////////////////////////////////////////////////
// misc