commit | 764205c19420256ccc05df2a1669a7b69c5daaf9 | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Thu Jul 16 17:47:40 2009 -0700 |
committer | Jason Sams <rjsams@android.com> | Thu Jul 16 17:47:40 2009 -0700 |
tree | 59c966cad8f88d2dbcfb9fd88d6d7f5d8178587e | |
parent | a2b0d2e422b481f532c36efc58f701791cb2c24a [diff] [blame] |
Fix conflict with automatic DPI support on high density devices by forcing bitmap loading to not be scaled.
diff --git a/libs/rs/rsScriptC.h b/libs/rs/rsScriptC.h index 9d9ec49..3a3f2f7 100644 --- a/libs/rs/rsScriptC.h +++ b/libs/rs/rsScriptC.h
@@ -77,6 +77,7 @@ }; static SymbolTable_t gSyms[]; static const SymbolTable_t * lookupSymbol(const char *); + static void appendDecls(String8 *str); };