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

/frameworks/base/libs/hwui/hwui/
H A DMinikinSkia.h62 size_t mFontSize; member in class:android::MinikinFontSkia
H A DMinikinSkia.cpp28 mFontSize(fontSize), mTtcIndex(ttcIndex) {
96 return mFontSize;
/frameworks/base/libs/hwui/font/
H A DFont.cpp47 mFontSize = paint->getTextSize();
71 hash = JenkinsHashMix(hash, android::hash_type(mFontSize));
89 if (lhs.mFontSize < rhs.mFontSize) return -1;
90 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.java1143 private float mFontSize; field in class:WebVttRenderingWidget
1169 mFontSize = mManager.getFontScale() * getHeight() * LINE_HEIGHT_RATIO;
1234 final float fontSize = mFontSize;
1278 mFontSize = fontSize;
1516 setCaptionStyle(userStyle, mFontSize);
1529 private float mFontSize; field in class:WebVttRenderingWidget.RegionLayout
1537 mFontSize = fontSize;
1551 mFontSize = fontSize;
1610 final CueLayout cueBox = new CueLayout(getContext(), cue, mCaptionStyle, mFontSize);
1659 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 645 milliseconds