Home
last modified time | relevance | path

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

/frameworks/rs/
DrsFont.h115 const char *mFontName; variable
DrsFont.cpp61 mFontName = rsuCopyString(name); in init()
303 if (ithFont->mFontName == name && ithFont->mFontSize == fontSize && ithFont->mDpi == dpi) { in create()