commit | 9b949fce39f0f39ce9275b71d7c347210775e7a8 | [log] [tgz] |
---|---|---|
author | Alex Sakhartchouk <alexst@google.com> | Thu Jun 24 17:15:34 2010 -0700 |
committer | Alex Sakhartchouk <alexst@google.com> | Thu Jun 24 17:15:34 2010 -0700 |
tree | 76b739126b5b3f10e8fd0bc63071dd22a105e227 | |
parent | 8f31bd6b68c796d4a4176721a6e13bfdba2166e0 [diff] [blame] |
Adding freetype font rendering to renderscript. Change-Id: I3a10ffe27092a41df156341c9cb3f7aa19c49f19
diff --git a/libs/rs/rsFileA3D.cpp b/libs/rs/rsFileA3D.cpp index 23c0cf5..4fac421 100644 --- a/libs/rs/rsFileA3D.cpp +++ b/libs/rs/rsFileA3D.cpp
@@ -26,6 +26,7 @@ #include "rsMesh.h" #include "rsAnimation.h" + using namespace android; using namespace android::renderscript;