Searched refs:mCachedMetrics (Results 1 – 1 of 1) sorted by relevance
225 private Paint.FontMetricsInt mCachedMetrics = new Paint.FontMetricsInt(); field in MeasuredText.Builder307 paint.getFontMetricsInt(mCachedMetrics); in appendStyleRun()308 mTop = Math.min(mTop, mCachedMetrics.top); in appendStyleRun()309 mBottom = Math.max(mBottom, mCachedMetrics.bottom); in appendStyleRun()