Searched refs:lineInfo (Results 1 – 1 of 1) sorted by relevance
360 const LineInfo& lineInfo = fLineInfos[lineIndex]; in GetLineBounds() local361 int32 firstGlyphIndex = lineInfo.textOffset; in GetLineBounds()373 y1 = lineInfo.y; in GetLineBounds()375 y2 = lineInfo.y + lineInfo.height; in GetLineBounds()994 const LineInfo& lineInfo = fLineInfos[0]; in _GetEmptyLayoutBounds() local995 y1 = lineInfo.y; in _GetEmptyLayoutBounds()996 y2 = lineInfo.y + lineInfo.height; in _GetEmptyLayoutBounds()