Home
last modified time | relevance | path

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

/frameworks/rs/
DrsFont.h117 uint32_t mDpi; variable
DrsFont.cpp63 mDpi = dpi; in init()
303 if (ithFont->mFontName == name && ithFont->mFontSize == fontSize && ithFont->mDpi == dpi) { in create()