Searched refs:mFontSize (Results 1 – 5 of 5) sorted by relevance
51 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()
70 float mFontSize; member
1141 private float mFontSize; field in WebVttRenderingWidget1167 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.RegionLayout1535 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 …]
116 float mFontSize; variable
62 mFontSize = fontSize; in init()303 if (ithFont->mFontName == name && ithFont->mFontSize == fontSize && ithFont->mDpi == dpi) { in create()