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

/frameworks/base/libs/hwui/font/
H A DFont.h119 float mFontSize; member in class:android::uirenderer::Font
H A DFont.cpp39 mState(state), mFontId(fontId), mFontSize(fontSize),
428 if (font->mFontId == fontId && font->mFontSize == fontSize &&
/frameworks/rs/
H A DrsFont.h117 float mFontSize; member in class:android::renderscript::Font
H A DrsFont.cpp60 mFontSize = fontSize;
301 if (ithFont->mFontName == name && ithFont->mFontSize == fontSize && ithFont->mDpi == dpi) {

Completed in 18 milliseconds