Searched defs:addFont (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DFontFamily.java71 public boolean addFont(String path, int ttcIndex) { method in class:FontFamily
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DFontFamily_Delegate.java198 addFont(desiredStyle);
250 /*package*/ static boolean addFont(FontFamily thisFontFamily, String path, int ttcIndex) { method in class:FontFamily_Delegate
252 return delegate != null && delegate.addFont(path, ttcIndex);
293 static boolean addFont(long nativeFamily, final String path, final int weight, method in class:FontFamily_Delegate
298 delegate.mPostInitRunnables.add(() -> delegate.addFont(path, weight, isItalic));
301 return delegate.addFont(path, weight, isItalic);
334 ffd.addFont(fontInfo);
348 ffd.addFont(fontInfo);
392 private boolean addFont(final String path, int ttcIndex) { method in class:FontFamily_Delegate
395 mPostInitRunnables.add(() -> addFont(pat
401 private boolean addFont(@NonNull String path) { method in class:FontFamily_Delegate
405 private boolean addFont(@NonNull String path, int weight, boolean isItalic) { method in class:FontFamily_Delegate
424 private boolean addFont(@NonNull FontInfo fontInfo) { method in class:FontFamily_Delegate
[all...]
/frameworks/minikin/libs/minikin/
H A DFontFamily.cpp80 bool FontFamily::addFont(MinikinFont* typeface) { function in class:android::FontFamily
98 void FontFamily::addFont(MinikinFont* typeface, FontStyle style) { function in class:android::FontFamily

Completed in 188 milliseconds