Home
last modified time | relevance | path

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

/frameworks/rs/
DrsFont.h116 String8 mFontName; variable
DrsFont.cpp59 mFontName = name; in init()
301 if (ithFont->mFontName == name && ithFont->mFontSize == fontSize && ithFont->mDpi == dpi) { in create()