Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DTypeface_Accessor.java25 public static boolean isSystemFont(@NonNull String fontName) { in isSystemFont() argument
26 return Typeface.sSystemFontMap.containsKey(fontName); in isSystemFont()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DResourceHelper.java375 public static Typeface getFont(String fontName, BridgeContext context, Theme theme, boolean in getFont() argument
377 if (fontName == null) { in getFont()
381 if (Typeface_Accessor.isSystemFont(fontName)) { in getFont()
388 Typeface typeface = Typeface.findFromCache(context.getAssets(), fontName); in getFont()
393 String lowerCaseValue = fontName.toLowerCase(); in getFont()
400 parser = context.getLayoutlibCallback().getXmlFileParser(fontName); in getFont()
403 File f = new File(fontName); in getFont()
410 Bridge.getLog().error(null, "Failed to parse file " + fontName, in getFont()
423 fontName); in getFont()
425 Bridge.getLog().error(null, "Failed to parse file " + fontName, in getFont()
[all …]
/frameworks/base/core/java/android/text/
DFontConfig.java71 public Font(@NonNull String fontName, int ttcIndex, @NonNull FontVariationAxis[] axes, in Font() argument
73 mFontName = fontName; in Font()
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in838 void API_ENTRY(glPathGlyphsNV)(GLuint firstPathName, GLenum fontTarget, const void *fontName, GLbit…
839 …CALL_GL_API(glPathGlyphsNV, firstPathName, fontTarget, fontName, fontStyle, numGlyphs, type, charc…
841 void API_ENTRY(glPathGlyphRangeNV)(GLuint firstPathName, GLenum fontTarget, const void *fontName, G…
842 …CALL_GL_API(glPathGlyphRangeNV, firstPathName, fontTarget, fontName, fontStyle, firstGlyph, numGly…
970 GLenum API_ENTRY(glPathGlyphIndexRangeNV)(GLenum fontTarget, const void *fontName, GLbitfield fontS…
971 …CALL_GL_API_RETURN(glPathGlyphIndexRangeNV, fontTarget, fontName, fontStyle, pathParameterTemplate…
973 …GlyphIndexArrayNV)(GLuint firstPathName, GLenum fontTarget, const void *fontName, GLbitfield fontS…
974 …CALL_GL_API_RETURN(glPathGlyphIndexArrayNV, firstPathName, fontTarget, fontName, fontStyle, firstG…
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h2524 …PATHGLYPHSNVPROC) (GLuint firstPathName, GLenum fontTarget, const void *fontName, GLbitfield fontS…
2525 …GLYPHRANGENVPROC) (GLuint firstPathName, GLenum fontTarget, const void *fontName, GLbitfield fontS…
2568 …IENTRYP PFNGLPATHGLYPHINDEXRANGENVPROC) (GLenum fontTarget, const void *fontName, GLbitfield fontS…
2569 …INDEXARRAYNVPROC) (GLuint firstPathName, GLenum fontTarget, const void *fontName, GLbitfield fontS…
2582 …RY glPathGlyphsNV (GLuint firstPathName, GLenum fontTarget, const void *fontName, GLbitfield fontS…
2583 …lPathGlyphRangeNV (GLuint firstPathName, GLenum fontTarget, const void *fontName, GLbitfield fontS…
2626 GL_APICALL GLenum GL_APIENTRY glPathGlyphIndexRangeNV (GLenum fontTarget, const void *fontName, GLb…
2627 …GlyphIndexArrayNV (GLuint firstPathName, GLenum fontTarget, const void *fontName, GLbitfield fontS…
/frameworks/native/opengl/libs/
Dentries.in574 …GlyphIndexArrayNV, GLuint firstPathName, GLenum fontTarget, const void *fontName, GLbitfield fontS…
575 GL_ENTRY(GLenum, glPathGlyphIndexRangeNV, GLenum fontTarget, const void *fontName, GLbitfield fontS…
576 GL_ENTRY(void, glPathGlyphRangeNV, GLuint firstPathName, GLenum fontTarget, const void *fontName, G…
577 GL_ENTRY(void, glPathGlyphsNV, GLuint firstPathName, GLenum fontTarget, const void *fontName, GLbit…
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...