Home
last modified time | relevance | path

Searched refs:thisFontFamily (Results 1 – 1 of 1) sorted by relevance

/frameworks/layoutlib/bridge/src/android/graphics/
DFontFamily_Delegate.java297 /*package*/ static boolean addFont(FontFamily thisFontFamily, String path, int ttcIndex, in addFont() argument
299 if (thisFontFamily.mBuilderPtr == 0) { in addFont()
303 final FontFamily_Delegate delegate = getDelegate(thisFontFamily.mBuilderPtr); in addFont()