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

/frameworks/base/libs/hwui/font/
H A DFont.cpp51 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.h70 float mFontSize; member in struct:android::uirenderer::Font::FontDescription
/frameworks/base/media/java/android/media/
H A DWebVttRenderer.java1141 private float mFontSize; field in class:WebVttRenderingWidget
1167 mFontSize = mManager.getFontScale() * getHeight() * LINE_HEIGHT_RATIO;
1232 final float fontSize = mFontSize;
1276 mFontSize = fontSize;
1514 setCaptionStyle(userStyle, mFontSize);
1527 private float mFontSize; field in class:WebVttRenderingWidget.RegionLayout
1535 mFontSize = fontSize;
1549 mFontSize = fontSize;
1608 final CueLayout cueBox = new CueLayout(getContext(), cue, mCaptionStyle, mFontSize);
1657 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 723 milliseconds