/frameworks/base/core/tests/coretests/src/android/text/ |
D | FontFallbackSetup.java | 90 public Typeface getTypefaceFor(@NonNull String fontName) { in getTypefaceFor() argument 91 return mFontMap.get(fontName); in getTypefaceFor() 95 public TextPaint getPaintFor(@NonNull String fontName) { in getPaintFor() argument 97 paint.setTypeface(getTypefaceFor(fontName)); in getPaintFor()
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | Typeface_Accessor.java | 25 public static boolean isSystemFont(@NonNull String fontName) { in isSystemFont() argument 26 return Typeface.sSystemFontMap.containsKey(fontName); in isSystemFont()
|
/frameworks/base/core/java/android/text/ |
D | FontConfig.java | 74 public Font(@NonNull String fontName, int ttcIndex, @NonNull FontVariationAxis[] axes, in Font() argument 76 mFontName = fontName; in Font()
|
/frameworks/av/media/libstagefright/timedtext/test/ |
D | TimedTextUnitTest.cpp | 348 uint8_t fontName[fontRecordEntries[i].fontNameLength]; in TEST_P() local 351 status = parcel.read((void *)fontName, fontRecordEntries[i].fontNameLength); in TEST_P() 353 ASSERT_EQ(memcmp(fontName, fontRecordEntries[i].font, fontRecordEntries[i].fontNameLength), in TEST_P()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | ResourceHelper.java | 413 public static Typeface getFont(String fontName, BridgeContext context, Theme theme, boolean in getFont() argument 415 if (fontName == null) { in getFont() 419 if (Typeface_Accessor.isSystemFont(fontName)) { in getFont() 426 return Typeface_Delegate.createFromDisk(context, fontName, isFramework); in getFont()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 1135 void API_ENTRY(glPathGlyphsNV)(GLuint firstPathName, GLenum fontTarget, const void *fontName, GLbit… 1136 …CALL_GL_API(glPathGlyphsNV, firstPathName, fontTarget, fontName, fontStyle, numGlyphs, type, charc… 1138 void API_ENTRY(glPathGlyphRangeNV)(GLuint firstPathName, GLenum fontTarget, const void *fontName, G… 1139 …CALL_GL_API(glPathGlyphRangeNV, firstPathName, fontTarget, fontName, fontStyle, firstGlyph, numGly… 1267 GLenum API_ENTRY(glPathGlyphIndexRangeNV)(GLenum fontTarget, const void *fontName, GLbitfield fontS… 1268 …CALL_GL_API_RETURN(glPathGlyphIndexRangeNV, fontTarget, fontName, fontStyle, pathParameterTemplate… 1270 …GlyphIndexArrayNV)(GLuint firstPathName, GLenum fontTarget, const void *fontName, GLbitfield fontS… 1271 …CALL_GL_API_RETURN(glPathGlyphIndexArrayNV, firstPathName, fontTarget, fontName, fontStyle, firstG…
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 3088 …PATHGLYPHSNVPROC) (GLuint firstPathName, GLenum fontTarget, const void *fontName, GLbitfield fontS… 3089 …GLYPHRANGENVPROC) (GLuint firstPathName, GLenum fontTarget, const void *fontName, GLbitfield fontS… 3132 …IENTRYP PFNGLPATHGLYPHINDEXRANGENVPROC) (GLenum fontTarget, const void *fontName, GLbitfield fontS… 3133 …INDEXARRAYNVPROC) (GLuint firstPathName, GLenum fontTarget, const void *fontName, GLbitfield fontS… 3165 …RY glPathGlyphsNV (GLuint firstPathName, GLenum fontTarget, const void *fontName, GLbitfield fontS… 3166 …lPathGlyphRangeNV (GLuint firstPathName, GLenum fontTarget, const void *fontName, GLbitfield fontS… 3209 GL_APICALL GLenum GL_APIENTRY glPathGlyphIndexRangeNV (GLenum fontTarget, const void *fontName, GLb… 3210 …GlyphIndexArrayNV (GLuint firstPathName, GLenum fontTarget, const void *fontName, GLbitfield fontS…
|
/frameworks/native/opengl/libs/ |
D | entries.in | 636 …GlyphIndexArrayNV, GLuint firstPathName, GLenum fontTarget, const void *fontName, GLbitfield fontS… 637 GL_ENTRY(GLenum, glPathGlyphIndexRangeNV, GLenum fontTarget, const void *fontName, GLbitfield fontS… 638 GL_ENTRY(void, glPathGlyphRangeNV, GLuint firstPathName, GLenum fontTarget, const void *fontName, G… 639 GL_ENTRY(void, glPathGlyphsNV, GLuint firstPathName, GLenum fontTarget, const void *fontName, GLbit…
|