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