API reaview cleanup
Change-Id: Ib1aaf81130ffa6b5e6c60096c27c969e8891db3f
This commit is contained in:
@@ -305,8 +305,8 @@ public class RenderScript {
|
||||
return rsnFileA3DGetEntryByIndex(mContext, fileA3D, index);
|
||||
}
|
||||
|
||||
native int rsnFontCreateFromFile(int con, String fileName, int size, int dpi);
|
||||
synchronized int nFontCreateFromFile(String fileName, int size, int dpi) {
|
||||
native int rsnFontCreateFromFile(int con, String fileName, float size, int dpi);
|
||||
synchronized int nFontCreateFromFile(String fileName, float size, int dpi) {
|
||||
return rsnFontCreateFromFile(mContext, fileName, size, dpi);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user