Searched refs:lastGlyphIndex (Results 1 – 1 of 1) sorted by relevance
363 int32 lastGlyphIndex; in GetLineBounds() local365 lastGlyphIndex = fLineInfos[lineIndex + 1].textOffset - 1; in GetLineBounds()367 lastGlyphIndex = static_cast<int32>(fGlyphInfos.size()) - 1; in GetLineBounds()370 const GlyphInfo& lastInfo = fGlyphInfos[lastGlyphIndex]; in GetLineBounds()