Home
last modified time | relevance | path

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

/frameworks/base/libs/rs/
DrsFont.h117 String8 mFontName; variable
DrsFont.cpp58 mFontName = name; in init()
300 if (ithFont->mFontName == name && ithFont->mFontSize == fontSize && ithFont->mDpi == dpi) { in create()