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

/frameworks/base/libs/hwui/font/
H A DFont.cpp48 mFontSize = paint->getTextSize();
77 hash = JenkinsHashMix(hash, android::hash_type(mFontSize));
95 if (lhs.mFontSize < rhs.mFontSize) return -1;
96 if (lhs.mFontSize > rhs.mFontSize) return +1;
H A DFont.h65 float mFontSize; member in struct:android::uirenderer::Font::FontDescription
/frameworks/base/media/java/android/media/
H A DWebVttRenderer.java1129 private float mFontSize; field in class:WebVttRenderingWidget
1150 mFontSize = mManager.getFontScale() * getHeight() * LINE_HEIGHT_RATIO;
1215 final float fontSize = mFontSize;
1258 mFontSize = fontSize;
1496 setCaptionStyle(userStyle, mFontSize);
1509 private float mFontSize; field in class:WebVttRenderingWidget.RegionLayout
1517 mFontSize = fontSize;
1529 mFontSize = fontSize;
1586 final CueLayout cueBox = new CueLayout(getContext(), cue, mCaptionStyle, mFontSize);
1635 private float mFontSize; field in class:WebVttRenderingWidget.CueLayout
[all...]
/frameworks/rs/
H A DrsFont.h116 float mFontSize; member in class:android::renderscript::Font
H A DrsFont.cpp62 mFontSize = fontSize;
303 if (ithFont->mFontName == name && ithFont->mFontSize == fontSize && ithFont->mDpi == dpi) {

Completed in 1467 milliseconds