Searched refs:fontLocation (Results 1 – 3 of 3) sorted by relevance
51 public static void setFontLocation(String fontLocation) { in setFontLocation() argument52 sFontLocation = fontLocation; in setFontLocation()
182 File fontLocation, in init() argument233 SystemFonts_Delegate.setFontLocation(fontLocation.getAbsolutePath() + File.separator); in init()234 MemoryMappedFile_Delegate.setDataDir(fontLocation.getAbsoluteFile().getParentFile()); in init()
370 File fontLocation = new File(FONT_DIR); in beforeClass() local375 sBridge.init(ConfigGenerator.loadProperties(buildProp), fontLocation, NATIVE_LIB_DIR_PATH, in beforeClass() local