Searched refs:mFontSize (Results 1 – 7 of 7) sorted by relevance
28 mFontSize(fontSize), mTtcIndex(ttcIndex) { in MinikinFontSkia()96 return mFontSize; in GetFontSize()
62 size_t mFontSize; variable
47 mFontSize = paint->getTextSize(); in FontDescription()71 hash = JenkinsHashMix(hash, android::hash_type(mFontSize)); in hash()89 if (lhs.mFontSize < rhs.mFontSize) return -1; in compare()90 if (lhs.mFontSize > rhs.mFontSize) return +1; in compare()
70 float mFontSize; member
1143 private float mFontSize; field in WebVttRenderingWidget1169 mFontSize = mManager.getFontScale() * getHeight() * LINE_HEIGHT_RATIO; in WebVttRenderingWidget()1234 final float fontSize = mFontSize; in setActiveCues()1278 mFontSize = fontSize; in setCaptionStyle()1516 setCaptionStyle(userStyle, mFontSize);1529 private float mFontSize; field in WebVttRenderingWidget.RegionLayout1537 mFontSize = fontSize; in RegionLayout()1551 mFontSize = fontSize; in setCaptionStyle()1610 final CueLayout cueBox = new CueLayout(getContext(), cue, mCaptionStyle, mFontSize); in put()1659 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()