Home
last modified time | relevance | path

Searched refs:mFontSize (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/rs/
DrsFont.h118 float mFontSize; variable
DrsFont.cpp59 mFontSize = fontSize; in init()
300 if (ithFont->mFontName == name && ithFont->mFontSize == fontSize && ithFont->mDpi == dpi) { in create()
/frameworks/base/libs/hwui/
DFontRenderer.h157 float mFontSize; variable
DFontRenderer.cpp49 mState(state), mFontId(fontId), mFontSize(fontSize), in Font()
294 if (font->mFontId == fontId && font->mFontSize == fontSize && in create()