Home | History | Annotate | Download | only in graphics

Lines Matching refs:total

807             float total = 0f;
813 return total + mainFont.mMetrics.charsWidth(text, i, lastIndex - i);
815 total += mainFont.mMetrics.charsWidth(text, i, upTo - i);
835 total += fontInfo.mMetrics.charsWidth(text, i, charCount);
846 total += mainFont.mMetrics.charsWidth(text, i, size);