Searched refs:RowIndex (Results 1 – 1 of 1) sorted by relevance
1605 UINT16 RowIndex; in HiiStringToImage() local1869 for (RowIndex = 0, Index = 0; RowIndex < MaxRowNum && StringPtr[Index] != 0; ) { in HiiStringToImage()1877 if (RowIndex == MaxRowNum - 1) { in HiiStringToImage()1890 RowInfo[RowIndex].StartIndex = Index; in HiiStringToImage()1940 RowInfo[RowIndex].EndIndex = Index; in HiiStringToImage()1941 RowInfo[RowIndex].LineWidth = LineWidth; in HiiStringToImage()1942 RowInfo[RowIndex].LineHeight = LineHeight; in HiiStringToImage()1943 RowInfo[RowIndex].BaselineOffset = BaseLineOffset; in HiiStringToImage()1949 if (Index > RowInfo[RowIndex].StartIndex) { in HiiStringToImage()1955 RowInfo[RowIndex].EndIndex = Index - 1; in HiiStringToImage()[all …]