Searched refs:mFontName (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/text/
H A DFontConfig.java61 private final @NonNull String mFontName; field in class:FontConfig.Font
73 mFontName = fontName;
84 return mFontName;
/frameworks/rs/
H A DrsFont.h115 const char *mFontName; member in class:android::renderscript::Font
H A DrsFont.cpp59 mFontName = rsuCopyString(name);
302 if (ithFont->mFontName == name && ithFont->mFontSize == fontSize && ithFont->mDpi == dpi) {

Completed in 117 milliseconds