HomeSort by relevance Sort by last modified time
    Searched defs:addFont (Results 1 - 8 of 8) sorted by null

  /frameworks/layoutlib/bridge/src/android/graphics/
FontFamily_Delegate.java 241 addFont(desiredStyle);
293 /*package*/ static boolean addFont(FontFamily thisFontFamily, String path, int ttcIndex,
296 assert false : "Unable to call addFont after freezing.";
300 return delegate != null && delegate.addFont(path, ttcIndex, weight, italic);
351 static boolean addFont(long builderPtr, final String path, final int weight,
357 delegate.mPostInitRunnables.add(() -> delegate.addFont(path, weight, italic));
360 return delegate.addFont(path, weight, italic);
394 ffd.addFont(fontInfo);
415 ffd.addFont(fontInfo);
463 private boolean addFont(final String path, int ttcIndex, int weight, int italic)
    [all...]
Typeface_Delegate.java 240 FontFamily_Delegate.addFont(fontFamily.mBuilderPtr, fullPathName, font.getWeight(),
  /frameworks/base/graphics/java/android/graphics/
FontFamily.java 104 public boolean addFont(String path, int ttcIndex, FontVariationAxis[] axes, int weight,
107 throw new IllegalStateException("Unable to call addFont after freezing.");
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 762 milliseconds