Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/font/
DFont.cpp51 mFontSize = paint->getTextSize(); in FontDescription()
77 hash = JenkinsHashMix(hash, android::hash_type(mFontSize)); in hash()
95 if (lhs.mFontSize < rhs.mFontSize) return -1; in compare()
96 if (lhs.mFontSize > rhs.mFontSize) return +1; in compare()
DFont.h70 float mFontSize; member
/frameworks/base/media/java/android/media/
DWebVttRenderer.java1141 private float mFontSize; field in WebVttRenderingWidget
1167 mFontSize = mManager.getFontScale() * getHeight() * LINE_HEIGHT_RATIO; in WebVttRenderingWidget()
1232 final float fontSize = mFontSize; in setActiveCues()
1276 mFontSize = fontSize; in setCaptionStyle()
1514 setCaptionStyle(userStyle, mFontSize);
1527 private float mFontSize; field in WebVttRenderingWidget.RegionLayout
1535 mFontSize = fontSize; in RegionLayout()
1549 mFontSize = fontSize; in setCaptionStyle()
1608 final CueLayout cueBox = new CueLayout(getContext(), cue, mCaptionStyle, mFontSize); in put()
1657 private float mFontSize; field in WebVttRenderingWidget.CueLayout
[all …]
/frameworks/rs/
DrsFont.h116 float mFontSize; variable
DrsFont.cpp62 mFontSize = fontSize; in init()
303 if (ithFont->mFontName == name && ithFont->mFontSize == fontSize && ithFont->mDpi == dpi) { in create()